File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1- v0.141.0-dev
1+ v0.141.0
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2929dependencies :
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/gardener/landscaper/controller-utils
33go 1.25.1
44
55require (
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments