Skip to content

Commit

Permalink
Release v0.113.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gardener-robot-ci-3 committed Aug 12, 2024
1 parent 66e61dc commit 8edf402
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.113.0-dev
v0.113.0
4 changes: 2 additions & 2 deletions charts/container-deployer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.112.0
version: v0.113.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.112.0
appVersion: v0.113.0
4 changes: 2 additions & 2 deletions charts/helm-deployer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.112.0
version: v0.113.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.112.0
appVersion: v0.113.0
8 changes: 4 additions & 4 deletions charts/landscaper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.112.0
version: v0.113.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.112.0
appVersion: v0.113.0

dependencies:
- name: landscaper-controller
version: v0.112.0
version: v0.113.0
alias: landscaper
- name: landscaper-rbac
version: v0.112.0
version: v0.113.0
alias: rbac
4 changes: 2 additions & 2 deletions charts/landscaper/charts/landscaper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.112.0
version: v0.113.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.112.0
appVersion: v0.113.0
4 changes: 2 additions & 2 deletions charts/landscaper/charts/rbac/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.112.0
version: v0.113.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.112.0
appVersion: v0.113.0
4 changes: 2 additions & 2 deletions charts/manifest-deployer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.112.0
version: v0.113.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.112.0
appVersion: v0.113.0
4 changes: 2 additions & 2 deletions charts/mock-deployer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.112.0
version: v0.113.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.112.0
appVersion: v0.113.0
2 changes: 1 addition & 1 deletion controller-utils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/gardener/landscaper/controller-utils
go 1.22.4

require (
github.com/gardener/landscaper/apis v0.112.0
github.com/gardener/landscaper/apis v0.113.0
github.com/go-logr/logr v1.4.2
github.com/go-logr/zapr v1.3.0
github.com/golang/mock v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,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.112.0
github.com/gardener/landscaper/controller-utils v0.112.0
github.com/gardener/landscaper/apis v0.113.0
github.com/gardener/landscaper/controller-utils v0.113.0
github.com/go-logr/logr v1.4.2
github.com/golang/mock v1.6.0
github.com/google/uuid v1.6.0
Expand Down

0 comments on commit 8edf402

Please sign in to comment.