Skip to content

Commit

Permalink
Merge pull request #167 from Zoomdata/release/5.1
Browse files Browse the repository at this point in the history
Release 5.1
  • Loading branch information
Niyakiy authored Nov 19, 2019
2 parents 5710eef + bfaabfc commit ccf06da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,5 @@ Session.vim
*~
# Auto-generated tag files
tags

.idea/
Expand Down
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.1.0 (2019-11-18)

- Version bump in the examples to ensure compatibility with the Zoomdata 5.1.0

5.0.0 (2019-10-21)

- New RR release with QE v2 as defaut engine
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.0
release: 5.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: '5.0.0'
#version: '5.1.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.0.0'
#version: '5.1.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.0.0'
#version: '5.1.0'

# Zoomdata microservice packages to install
packages:
Expand Down

0 comments on commit ccf06da

Please sign in to comment.