Skip to content

Commit 65f1347

Browse files
Release v0.141.0
1 parent 3cc6c65 commit 65f1347

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.141.0-dev
1+
v0.141.0

charts/container-deployer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v0.140.0
22+
version: v0.141.0
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v0.140.0
27+
appVersion: v0.141.0

charts/helm-deployer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v0.140.0
22+
version: v0.141.0
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v0.140.0
27+
appVersion: v0.141.0

charts/landscaper/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v0.140.0
22+
version: v0.141.0
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v0.140.0
27+
appVersion: v0.141.0
2828

2929
dependencies:
3030
- name: landscaper-controller
31-
version: v0.140.0
31+
version: v0.141.0
3232
alias: landscaper
3333
- name: landscaper-rbac
34-
version: v0.140.0
34+
version: v0.141.0
3535
alias: rbac

charts/landscaper/charts/landscaper/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v0.140.0
22+
version: v0.141.0
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v0.140.0
27+
appVersion: v0.141.0

charts/landscaper/charts/rbac/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v0.140.0
22+
version: v0.141.0
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v0.140.0
27+
appVersion: v0.141.0

charts/manifest-deployer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v0.140.0
22+
version: v0.141.0
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v0.140.0
27+
appVersion: v0.141.0

charts/mock-deployer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v0.140.0
22+
version: v0.141.0
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v0.140.0
27+
appVersion: v0.141.0

controller-utils/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/gardener/landscaper/controller-utils
33
go 1.25.1
44

55
require (
6-
github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000
6+
github.com/gardener/landscaper/apis v0.141.0
77
github.com/go-logr/logr v1.4.3
88
github.com/go-logr/zapr v1.3.0
99
github.com/golang/mock v1.6.0

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ require (
1010
github.com/docker/cli v28.4.0+incompatible
1111
github.com/gardener/component-cli v0.44.0
1212
github.com/gardener/component-spec/bindings-go v0.0.98
13-
github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000
14-
github.com/gardener/landscaper/controller-utils v0.0.0-00010101000000-000000000000
13+
github.com/gardener/landscaper/apis v0.141.0
14+
github.com/gardener/landscaper/controller-utils v0.141.0
1515
github.com/go-logr/logr v1.4.3
1616
github.com/golang/mock v1.7.0-rc.1
1717
github.com/google/uuid v1.6.0

0 commit comments

Comments
 (0)