diff --git a/VERSION b/VERSION index 47e3f87e1..2099b06e8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.116.0-dev \ No newline at end of file +v0.116.0 \ No newline at end of file diff --git a/charts/container-deployer/Chart.yaml b/charts/container-deployer/Chart.yaml index ef2e564f3..c0431b8fe 100644 --- a/charts/container-deployer/Chart.yaml +++ b/charts/container-deployer/Chart.yaml @@ -19,9 +19,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: v0.115.0 +version: v0.116.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. -appVersion: v0.115.0 +appVersion: v0.116.0 diff --git a/charts/helm-deployer/Chart.yaml b/charts/helm-deployer/Chart.yaml index 11501864d..6c340eea6 100644 --- a/charts/helm-deployer/Chart.yaml +++ b/charts/helm-deployer/Chart.yaml @@ -19,9 +19,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: v0.115.0 +version: v0.116.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. -appVersion: v0.115.0 +appVersion: v0.116.0 diff --git a/charts/landscaper/Chart.yaml b/charts/landscaper/Chart.yaml index 9c7f4b790..3cf7fa415 100644 --- a/charts/landscaper/Chart.yaml +++ b/charts/landscaper/Chart.yaml @@ -19,17 +19,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: v0.115.0 +version: v0.116.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. -appVersion: v0.115.0 +appVersion: v0.116.0 dependencies: - name: landscaper-controller - version: v0.115.0 + version: v0.116.0 alias: landscaper - name: landscaper-rbac - version: v0.115.0 + version: v0.116.0 alias: rbac diff --git a/charts/landscaper/charts/landscaper/Chart.yaml b/charts/landscaper/charts/landscaper/Chart.yaml index b6bb8be34..e4e31cda2 100644 --- a/charts/landscaper/charts/landscaper/Chart.yaml +++ b/charts/landscaper/charts/landscaper/Chart.yaml @@ -19,9 +19,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: v0.115.0 +version: v0.116.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. -appVersion: v0.115.0 +appVersion: v0.116.0 diff --git a/charts/landscaper/charts/rbac/Chart.yaml b/charts/landscaper/charts/rbac/Chart.yaml index 3f917f716..8c4e57746 100644 --- a/charts/landscaper/charts/rbac/Chart.yaml +++ b/charts/landscaper/charts/rbac/Chart.yaml @@ -19,9 +19,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: v0.115.0 +version: v0.116.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. -appVersion: v0.115.0 +appVersion: v0.116.0 diff --git a/charts/manifest-deployer/Chart.yaml b/charts/manifest-deployer/Chart.yaml index 32ab138b3..d0193a75c 100644 --- a/charts/manifest-deployer/Chart.yaml +++ b/charts/manifest-deployer/Chart.yaml @@ -19,9 +19,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: v0.115.0 +version: v0.116.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. -appVersion: v0.115.0 +appVersion: v0.116.0 diff --git a/charts/mock-deployer/Chart.yaml b/charts/mock-deployer/Chart.yaml index 432aecd3c..ca9604e90 100644 --- a/charts/mock-deployer/Chart.yaml +++ b/charts/mock-deployer/Chart.yaml @@ -19,9 +19,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: v0.115.0 +version: v0.116.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. -appVersion: v0.115.0 +appVersion: v0.116.0 diff --git a/controller-utils/go.mod b/controller-utils/go.mod index f50187519..ea47d4475 100644 --- a/controller-utils/go.mod +++ b/controller-utils/go.mod @@ -3,7 +3,7 @@ module github.com/gardener/landscaper/controller-utils go 1.22.4 require ( - github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000 + github.com/gardener/landscaper/apis v0.116.0 github.com/go-logr/logr v1.4.2 github.com/go-logr/zapr v1.3.0 github.com/golang/mock v1.6.0 diff --git a/go.mod b/go.mod index cfc05d131..bc1c7ec4f 100644 --- a/go.mod +++ b/go.mod @@ -12,8 +12,8 @@ require ( github.com/docker/cli v26.1.5+incompatible github.com/gardener/component-cli v0.44.0 github.com/gardener/component-spec/bindings-go v0.0.98 - github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000 - github.com/gardener/landscaper/controller-utils v0.0.0-00010101000000-000000000000 + github.com/gardener/landscaper/apis v0.116.0 + github.com/gardener/landscaper/controller-utils v0.116.0 github.com/go-logr/logr v1.4.2 github.com/golang/mock v1.6.0 github.com/google/uuid v1.6.0