Skip to content

Commit

Permalink
Merge pull request #199 from formancehq/release/operator-v2.4.0
Browse files Browse the repository at this point in the history
release: operator v2.4.0
  • Loading branch information
Dav-14 authored Dec 5, 2024
2 parents a6040ba + 98d5366 commit beb66d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions helm/crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ 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: v2.3.1
version: "v2.4.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: v2.3.1
appVersion: v2.4.0
6 changes: 3 additions & 3 deletions helm/operator/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: operator-crds
repository: file://../crds
version: v2.3.1
digest: sha256:99bc5936fdbcf22c1f2f0ffd5d8e2f14e15f0cad145f6db3818feabaa736c60a
generated: "2024-11-22T14:56:00.580141728Z"
version: v2.4.0
digest: sha256:200a78a09d07ce06a7e4dd6de5691dd4fc285bc8d889611925ebeb3f6449c49c
generated: "2024-12-04T12:56:37.732785524Z"
6 changes: 3 additions & 3 deletions helm/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ 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: "v2.3.1"
version: "v2.4.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: v2.3.1
appVersion: "v2.4.0"
dependencies:
- name: operator-crds
version: v2.3.1
version: "v2.4.0"
repository: "file://../crds"
condition: operator-crds.create

0 comments on commit beb66d2

Please sign in to comment.