Skip to content

Commit

Permalink
Merge pull request #127 from Zoomdata/release/4.2
Browse files Browse the repository at this point in the history
Release 4.2.0
  • Loading branch information
vutny authored Mar 14, 2019
2 parents 13a2300 + 31f2051 commit ae95ae0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
zoomdata-formula
================

4.2.0 (2019-03-07)

- Fixed ``zoomdata.backup`` state to save correct Pillar settings for later
restoration
- Fixed ``zoomdata.inspect`` function to correctly parse Zoomdata repositories
configuration
- Fixed detection of common version number for microservice packages

4.1.0 (2019-02-11)

- Added the Zoomdata Configuration Server to the Pillar example
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.0
4.2.0
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: 4.1
release: 4.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: '4.1.0'
#version: '4.2.0'

# Zoomdata Core packages to install
packages:
Expand All @@ -73,7 +73,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: '4.1.0'
#version: '4.2.0'

# Zoomdata EDC (datasource connector) packages to install
packages:
Expand Down Expand Up @@ -120,7 +120,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: '4.1.0'
#version: '4.2.0'

# Zoomdata microservice packages to install
packages:
Expand Down

0 comments on commit ae95ae0

Please sign in to comment.