Skip to content

Commit

Permalink
Merge pull request #168 from Zoomdata/release/5.2
Browse files Browse the repository at this point in the history
Release 5.2
  • Loading branch information
Niyakiy authored Dec 18, 2019
2 parents ccf06da + 76edd9a commit a8b615e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
zoomdata-formula
================

5.2.0 (2019-12-17)

- Next Rapid Release version bump.

5.1.0 (2019-11-18)

- Version bump in the examples to ensure compatibility with the Zoomdata 5.1.0
Expand Down
8 changes: 4 additions & 4 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ zoomdata:
gpgkey: 'https://repo.zoomdata.com/ZOOMDATA-GPG-KEY.pub'
# Repository branch from which the packages would be installed.
# This would be overridden by ``ZOOMDATA_RELEASE`` environment variable.
release: 5.1
release: 5.2

# Additional repositories under the ``base_url`` to get packages from
repositories:
Expand Down Expand Up @@ -56,7 +56,7 @@ zoomdata:
# Exact version of Zoomdata core packages to install, use ``latest``
# keyword to always upgrade to the latest minor version in the release.
# This would be overridden by ``ZOOMDATA_VERSION`` environment variable.
#version: '5.1.0'
#version: '5.2.0'

# Zoomdata Core packages to install
packages:
Expand All @@ -72,7 +72,7 @@ zoomdata:
# Exact version of Zoomdata EDC packages to install, use ``latest``
# keyword to always upgrade to the latest minor version in the release.
# This would be overridden by ``ZOOMDATA_EDC_VERSION`` environment variable.
#version: '5.1.0'
#version: '5.2.0'

# Zoomdata EDC (datasource connector) packages to install
packages:
Expand Down Expand Up @@ -126,7 +126,7 @@ zoomdata:
microservices:
# Exact version of Zoomdata microservice packages to install, use ``latest``
# keyword to always upgrade to the latest minor version in the release.
#version: '5.1.0'
#version: '5.2.0'

# Zoomdata microservice packages to install
packages:
Expand Down

0 comments on commit a8b615e

Please sign in to comment.