Skip to content

Commit

Permalink
Release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gardener-robot-ci-2 committed Aug 19, 2021
1 parent 24f6426 commit d7cad22
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.12.0-dev
v0.12.0
2 changes: 1 addition & 1 deletion charts/container-deployer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ version: v0.1.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.11.0
appVersion: v0.12.0
2 changes: 1 addition & 1 deletion charts/helm-deployer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ version: v0.1.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.11.0
appVersion: v0.12.0
2 changes: 1 addition & 1 deletion charts/landscaper-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ version: v0.1.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.11.0
appVersion: v0.12.0
2 changes: 1 addition & 1 deletion charts/landscaper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ version: v0.1.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.11.0
appVersion: v0.12.0
2 changes: 1 addition & 1 deletion charts/manifest-deployer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ version: v0.1.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.11.0
appVersion: v0.12.0
2 changes: 1 addition & 1 deletion charts/mock-deployer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ version: v0.1.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.11.0
appVersion: v0.12.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/gardener/component-cli v0.29.0
github.com/gardener/component-spec/bindings-go v0.0.53
github.com/gardener/image-vector v0.5.0
github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000
github.com/gardener/landscaper/apis v0.12.0
github.com/go-logr/logr v0.4.0
github.com/go-logr/zapr v0.4.0
github.com/golang/mock v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ github.com/gardener/component-spec/bindings-go/utils/selector
# github.com/gardener/image-vector v0.5.0
## explicit
github.com/gardener/image-vector/pkg
# github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000 => ./apis
# github.com/gardener/landscaper/apis v0.12.0 => ./apis
## explicit
github.com/gardener/landscaper/apis/config
github.com/gardener/landscaper/apis/config/install
Expand Down

0 comments on commit d7cad22

Please sign in to comment.