Skip to content

Commit

Permalink
Merge pull request #122 from Zoomdata/release/4.1
Browse files Browse the repository at this point in the history
Release 4.1.0
  • Loading branch information
vutny authored Feb 12, 2019
2 parents f0e077b + 71b5383 commit 81acb69
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
zoomdata-formula
================

4.1.0 (2019-02-11)

- Added the Zoomdata Configuration Server to the Pillar example
- Added support for installation on Debian distributions via Ubuntu repository

4.0.0 (2019-01-14) **The Zoomdata 4.0 starts new Rapid Release cycle**

- Fixed branding setup
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.1.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.0
release: 4.1

# 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.0.0'
#version: '4.1.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.0.0'
#version: '4.1.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.0.0'
#version: '4.1.0'

# Zoomdata microservice packages to install
packages:
Expand Down

0 comments on commit 81acb69

Please sign in to comment.