Skip to content

Releases: scality/Zenko

Zenko 1.2.0-rc.1

15 Oct 19:38
Compare
Choose a tag to compare
Zenko 1.2.0-rc.1 Pre-release
Pre-release

Changelog

Features:

  • Bucket Policies
  • Out-of-Band (OOB) updates from AWS and Ceph
  • Backups for MongoDB (Zenko metadata layer) and Zenko Quorum (Zookeeper)

NOTES

This is the first release candidate for Zenko 1.2.0. If you encounter any issues, please open a GitHub issue or post in the forums.

Requirement changes

Backups will require two additional PersistentVolume (PV). If you do not provision additional PVs then some pods may stay in a Pending status.

Install

  • The following command can be used to install a 3 node Zenko 1.1
    helm install https://github.com/scality/Zenko/releases/download/1.2.0-rc.1/zenko-helm-chart-1.2.0-rc.1.tgz
    
  • The following command can be used to install a 5 node Zenko 1.1
    helm install https://github.com/scality/Zenko/releases/download/1.2.0-rc.1/zenko-helm-chart-1.2.0-rc.1+5.node.tgz
    
  • For more complex installations please follow the instructions here

Upgrading

The following commands assumes that your release name is zenko.

  • If you used custom values to install then those same values must be specified on upgrade. You can see the custom values of a running deployment with $ helm get values zenko > my-configuration.yaml
  • To upgrade basic 3 node installs use the below command. More complex installs will likely need to specify a custom values file with the -f my-configuration.yaml flag
    helm upgrade zenko https://github.com/scality/Zenko/releases/download/1.2.0-rc.1/zenko-helm-chart-1.2.0-rc.1.tgz
    

NOTE if you installed using the 5 node package, be sure to use that for your upgrades as well

  • Upgrading from 1.0.x requires minor post-upgrade steps to enable the full feature set available in this version. Please follow the instructions outlined here for more information.

Zenko

Full changelog for Backbeat and Cloudserver can be found below

Cloudserver

Full changelog can be found here

Backbeat

Full changelog can be found here

V1.1.3 Patch Release

16 Aug 18:52
Compare
Choose a tag to compare

Changelog

Fixes:

NOTES

Requirement changes

  • The operator features in Zenko 1.1 require Kubernetes version 1.11.3 or newer to install.
  • Zenko 1.1 upgrades MongoDB to version 3.6. Due to this change, not all features will be enabled by default when upgrading from 1.0. Read post-upgrade instructions here.

Install

  • Use the following command to install a three-node Zenko 1.1:
    helm install https://github.com/scality/Zenko/releases/download/1.1.3/zenko-helm-chart-1.1.3.tgz
    
  • For more complex installations, follow the instructions here.

Upgrading

The following commands assume that your release name is named zenko.

  • If you used custom values to install then those same values must be specified on upgrade. You can see the custom values of a running deployment with $ helm get values zenko > my-configuration.yaml

  • To upgrade basic three-node installs, use the below command. More complex installs will likely need to specify a custom values file with the -f my-configuration.yaml flag.

    helm upgrade zenko https://github.com/scality/Zenko/releases/download/1.1.3/zenko-helm-chart-1.1.3.tgz
    
  • Upgrading from 1.0.x requires minor post-upgrade steps to enable the full feature set available in this version. Follow the instructions outlined here for more information.

Zenko

A full changelog for Backbeat and Cloudserver can be found below.

Cloudserver

A full changelog can be found here.

Backbeat

A full changelog can be found here.

V1.1.2 Patch Release

03 Aug 03:57
Compare
Choose a tag to compare

Changelog

Fixes:

  • Bug in cosmos chart that caused the configured location to be configured globally per instance (#805)
  • Missing SSL certificates from the RClone image (#805)
  • Race conditions in Cosmos scheduler resulting in inconsistent OOB NFS deployment behavior (#792)
  • Bug in Backbeat that caused issues with OOB objects that were missing location info (scality/backbeat#754)

NOTES

Requirement changes

  • The operator features in Zenko 1.1 requires Kubernetes version 1.11.3 or newer to install
  • Zenko 1.1 upgrades MongoDB to version 3.6. Due to this change not all features will be enabled by default when upgrading from 1.0 please read the info on post-upgrade instructions here

Install

  • The following command can be used to install Zenko 1.1
    helm install https://github.com/scality/Zenko/releases/download/1.1.2/zenko-helm-chart-1.1.2.tgz
    
  • For more complex installations please follow the instructions here

Upgrading

The following commands assumes that your release name is zenko.

  • If you used custom values to install then those same values must be specified on upgrade. You can see the custom values of a running deployment with $ helm get values zenko > my-configuration.yaml

  • To upgrade basic 3 node installs use the below command. More complex installs will likely need to specify a custom values file with the -f my-configuration.yaml flag

    helm upgrade zenko https://github.com/scality/Zenko/releases/download/1.1.2/zenko-helm-chart-1.1.2.tgz
    
  • Upgrading from 1.0.x requires minor post-upgrade steps to enable the full feature set available in this version. Please follow the instructions outlined here for more information.

Zenko

Full changelog for Backbeat and Cloudserver can be found below

Cloudserver

Full changelog can be found here

Backbeat

Full changelog can be found here

v1.1.1 Patch Release

10 Jul 02:11
Compare
Choose a tag to compare

Changelog

NOTES

Requirement changes

  • The operator features in Zenko 1.1 requires Kubernetes version 1.11.3 or newer to install
  • Zenko 1.1 upgrades MongoDB to version 3.6. Due to this change not all features will be enabled by default when upgrading from 1.0 please read the info on post-upgrade instructions here

Install

  • The following command can be used to install Zenko 1.1
    helm install https://github.com/scality/Zenko/releases/download/1.1.1/zenko-helm-chart-1.1.1.tgz
    
  • For more complex installations please follow the instructions here

Upgrading

The following commands assumes that your release name is zenko.

  • If you used custom values to install then those same values must be specified on upgrade. You can see the custom values of a running deployment with $ helm get values zenko > my-configuration.yaml

  • To upgrade basic 3 node installs use the below command. More complex installs will likely need to specify a custom values file with the -f my-configuration.yaml flag

    helm upgrade zenko https://github.com/scality/Zenko/releases/download/1.1.1/zenko-helm-chart-1.1.1.tgz
    
  • Upgrading from 1.0.x requires minor post-upgrade steps to enable the full feature set available in this version. Please follow the instructions outlined here for more information.

Zenko

Full changelog for Backbeat and Cloudserver can be found below

Cloudserver

Full changelog can be found here

Backbeat

Full changelog can be found here

v1.1.0 General Availability

21 Jun 18:42
Compare
Choose a tag to compare

Changelog

NOTES

Requirement changes

  • The operator features in Zenko 1.1 requires Kubernetes version 1.11.3 or newer to install
  • Zenko 1.1 upgrades MongoDB to version 3.6. Due to this change not all features will be enabled by default when upgrading from 1.0 please read the info on post-upgrade instructions here

Install

  • The following command can be used to install Zenko 1.1
    helm install https://github.com/scality/Zenko/releases/download/1.1.0/zenko-helm-chart-1.1.0.tgz
    
  • For more complex installations please follow the instructions here

Upgrading

The following commands assumes that your release name is zenko.

  • If you used custom values to install then those same values must be specified on upgrade. You can see the custom values of a running deployment with $ helm get values zenko > my-configuration.yaml

  • To upgrade basic 3 node installs use the below command. More complex installs will likely need to specify a custom values file with the -f my-configuration.yaml flag

    helm upgrade zenko https://github.com/scality/Zenko/releases/download/1.1.0/zenko-helm-chart-1.1.0.tgz
    
  • Upgrading from 1.0.x requires minor post-upgrade steps to enable the full feature set available in this version. Please follow the instructions outlined here for more information.

Zenko

Full changelog for Backbeat and Cloudserver can be found below

Cloudserver

Full changelog can be found here

Backbeat

Full changelog can be found here

v1.1.0-rc.5

19 Jun 03:55
Compare
Choose a tag to compare
v1.1.0-rc.5 Pre-release
Pre-release

Changelog

NOTES

Requirement changes

  • The operator features in Zenko 1.1 requires Kubernetes version 1.11.3 or newer to install
  • Zenko 1.1 upgrades MongoDB to version 3.6. Due to this change not all features will be enabled by default when upgrading from 1.0 please read the info on post-upgrade instructions here

Install

  • The following command can be used to install Zenko 1.1
    helm install https://github.com/scality/Zenko/releases/download/1.1.0-rc.5/zenko-helm-chart-1.1.0-rc.5.tgz
    
  • For more complex installations please follow the instructions here

Upgrading

The following commands assumes that your release name is zenko.

  • If you used custom values to install then those same values must be specified on upgrade. You can see the custom values of a running deployment with $ helm get values zenko > my-configuration.yaml

  • To upgrade basic 3 node installs use the below command. More complex installs will likely need to specify a custom values file with the -f my-configuration.yaml flag

    helm upgrade zenko https://github.com/scality/Zenko/releases/download/1.1.0-rc.5/zenko-helm-chart-1.1.0-rc.5.tgz
    
  • Upgrading from 1.0.x requires minor post-upgrade steps to enable the full feature set available in this version. Please follow the instructions outlined here for more information.

Zenko

Full changelog for Backbeat and Cloudserver can be found below

Cloudserver

Full changelog can be found here

Backbeat

Full changelog can be found here

v1.1.0-rc.4

18 Jun 16:13
Compare
Choose a tag to compare
v1.1.0-rc.4 Pre-release
Pre-release

Changelog

NOTES

Requirement changes

  • The operator features in Zenko 1.1 requires Kubernetes version 1.11.3 or newer to install
  • Zenko 1.1 upgrades MongoDB to version 3.6. Due to this change not all features will be enabled by default when upgrading from 1.0 please read the info on post-upgrade instructions here

Install

  • The following command can be used to install Zenko 1.1
    helm install https://github.com/scality/Zenko/releases/download/1.1.0-rc.4/zenko-helm-chart-1.1.0-rc.4.tgz
    
  • For more complex installations please follow the instructions here

Upgrading

The following commands assumes that your release name is zenko.

  • If you used custom values to install then those same values must be specified on upgrade. You can see the custom values of a running deployment with $ helm get values zenko > my-configuration.yaml

  • To upgrade basic 3 node installs use the below command. More complex installs will likely need to specify a custom values file with the -f my-configuration.yaml flag

    helm upgrade zenko https://github.com/scality/Zenko/releases/download/1.1.0-rc.4/zenko-helm-chart-1.1.0-rc.4.tgz
    
  • Upgrading from 1.0.x requires minor post-upgrade steps to enable the full feature set available in this version. Please follow the instructions outlined here for more information.

Zenko

Full changelog for Backbeat and Cloudserver can be found below

Cloudserver

Full changelog can be found here

Backbeat

Full changelog can be found here

v1.1.0-rc.3

13 Jun 03:21
Compare
Choose a tag to compare
v1.1.0-rc.3 Pre-release
Pre-release

Changelog

NOTES

Requirement changes

  • The operator features in Zenko 1.1 requires Kubernetes version 1.11.3 or newer to install
  • Zenko 1.1 upgrades MongoDB to version 3.6. Due to this change not all features will be enabled by default when upgrading from 1.0 please read the info on post-upgrade instructions here

Install

  • The following command can be used to install Zenko 1.1
    helm install https://github.com/scality/Zenko/releases/download/1.1.0-rc.3/zenko-helm-chart-1.1.0-rc.3.tgz
    
  • For more complex installations please follow the instructions here

Upgrading

The following commands assumes that your release name is zenko.

  • If you used custom values to install then those same values must be specified on upgrade. You can see the custom values of a running deployment with $ helm get values zenko > my-configuration.yaml

  • To upgrade basic 3 node installs use the below command. More complex installs will likely need to specify a custom values file with the -f my-configuration.yaml flag

    helm upgrade zenko https://github.com/scality/Zenko/releases/download/1.1.0-rc.3/zenko-helm-chart-1.1.0-rc.3.tgz
    
  • Upgrading from 1.0.x requires minor post-upgrade steps to enable the full feature set available in this version. Please follow the instructions outlined here for more information.

Zenko

Full changelog for Backbeat and Cloudserver can be found below

Cloudserver

Full changelog can be found here

Backbeat

Full changelog can be found here

v1.1.0-rc.2

04 Jun 19:41
Compare
Choose a tag to compare
v1.1.0-rc.2 Pre-release
Pre-release

Changelog

NOTES

Requirement changes

  • The operator features in Zenko 1.1 requires Kubernetes version 1.11.3 or newer to install
  • Zenko 1.1 upgrades MongoDB to version 3.6. Due to this change not all features will be enabled by default when upgrading from 1.0 please read the info on post-upgrade instructions here

Install

  • The following command can be used to install Zenko 1.1
    helm install https://github.com/scality/Zenko/releases/download/1.1.0-rc.2/zenko-helm-chart-1.1.0-rc.2.tgz
    
  • For more complex installations please follow the instructions here

Upgrading

  • The following command can be used to upgrade and assumes that your release name is zenko
    helm upgrade zenko https://github.com/scality/Zenko/releases/download/1.1.0-rc.2/zenko-helm-chart-1.1.0-rc.2.tgz
    
  • Upgrading from 1.0.x requires minor post-upgrade steps to enable the full feature set available in this version. Please follow the instructions outlined here for more information.

Zenko

Full changelog for Backbeat and Cloudserver can be found below

Cloudserver

Full changelog can be found here

Backbeat

Full changelog can be found here

v1.1.0-rc.1

05 Apr 23:25
Compare
Choose a tag to compare
v1.1.0-rc.1 Pre-release
Pre-release

Changelog

NOTES

Requirement changes

  • The operator features in Zenko 1.1 requires Kubernetes version 1.11.3 or newer to install
  • Zenko 1.1 upgrades MongoDB to version 3.6. Due to this change not all features will be enabled by default when upgrading from 1.0 please read the info on post-upgrade instructions here

Install

  • The following command can be used to install Zenko 1.1
    helm install https://github.com/scality/Zenko/releases/download/1.1.0-rc.1/zenko-helm-chart-1.1.0-rc.1.tgz
    

Upgrading

  • The following command can be used to upgrade and assumes that your release name is zenko
    helm upgrade zenko https://github.com/scality/Zenko/releases/download/1.1.0-rc.1/zenko-helm-chart-1.1.0-rc.1.tgz
    
  • Upgrading from 1.0.x requires minor post-upgrade steps to enable the full feature set available in this version. Please follow the instructions outlined here for more information.

Zenko

Full changelog can be found here

Cloudserver

Full changelog can be found here

Backbeat

Full changelog can be found here