Skip to content

Commit

Permalink
Prepare release 2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SStorm committed Nov 29, 2022
1 parent 163f3e0 commit 85f6dfe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ Changelog
Unreleased
----------

2.19.0 (2022-11-29)
-------------------

* Change the value of ``when_unsatisfiable`` in the ``TopologySpreadConstraint`` to
``DoNotSchedule``, this seems to work now. Tested on kubernetes `1.22.12`.

2.18.0 (2022-11-24)
-------------------

* Cluster backup cronjob schedules can now be updated.

* Fixed the way user passwords are updated to not require the old password anymore.

* Change the value of ``when_unsatisfiable`` in the ``TopologySpreadConstraint`` to
``DoNotSchedule``, this seems to work now. Tested on kubernetes `1.22.12`.

2.17.0 (2022-10-31)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/crate-operator-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.18.0
version: 2.19.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.18.0"
appVersion: "2.19.0"

maintainers:
- name: Crate.io
6 changes: 3 additions & 3 deletions deploy/charts/crate-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.18.0
version: 2.19.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.18.0"
appVersion: "2.19.0"

dependencies:
- name: crate-operator-crds
version: 2.18.0
version: 2.19.0
repository: "file://../crate-operator-crds"
condition: crate-operator-crds.enabled

Expand Down

0 comments on commit 85f6dfe

Please sign in to comment.