Skip to content

Commit

Permalink
Release v0.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gardener-robot-ci-1 committed Oct 13, 2023
1 parent 6cf00a7 commit 21d831b
Show file tree
Hide file tree
Showing 23 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.80.0-dev
v0.80.0
Empty file modified apis/vendor/k8s.io/code-generator/CONTRIBUTING.md
100644 → 100755
Empty file.
Empty file modified apis/vendor/k8s.io/code-generator/LICENSE
100644 → 100755
Empty file.
Empty file modified apis/vendor/k8s.io/code-generator/OWNERS
100644 → 100755
Empty file.
Empty file modified apis/vendor/k8s.io/code-generator/README.md
100644 → 100755
Empty file.
Empty file modified apis/vendor/k8s.io/code-generator/SECURITY_CONTACTS
100644 → 100755
Empty file.
Empty file modified apis/vendor/k8s.io/code-generator/code-of-conduct.md
100644 → 100755
Empty file.
Empty file modified apis/vendor/k8s.io/code-generator/doc.go
100644 → 100755
Empty file.
Empty file modified apis/vendor/k8s.io/code-generator/generate-groups.sh
100644 → 100755
Empty file.
Empty file modified apis/vendor/k8s.io/code-generator/generate-internal-groups.sh
100644 → 100755
Empty file.
Empty file modified apis/vendor/k8s.io/code-generator/tools.go
100644 → 100755
Empty file.
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.78.0
appVersion: v0.80.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.78.0
appVersion: v0.80.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.78.0
appVersion: v0.80.0
2 changes: 1 addition & 1 deletion charts/landscaper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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.78.0
appVersion: v0.80.0

dependencies:
- name: landscaper-controller
Expand Down
2 changes: 1 addition & 1 deletion charts/landscaper/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.78.0
appVersion: v0.80.0
2 changes: 1 addition & 1 deletion charts/landscaper/charts/rbac/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.78.0
appVersion: v0.80.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.78.0
appVersion: v0.80.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.78.0
appVersion: v0.80.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.20

require (
github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000
github.com/gardener/landscaper/apis v0.80.0
github.com/go-logr/logr v1.2.4
github.com/go-logr/zapr v1.2.4
github.com/golang/mock v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion controller-utils/vendor/modules.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ require (
github.com/gardener/component-cli v0.44.0
github.com/gardener/component-spec/bindings-go v0.0.95
github.com/gardener/image-vector v0.10.0
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.80.0
github.com/gardener/landscaper/controller-utils v0.80.0
github.com/go-logr/logr v1.2.4
github.com/golang/mock v1.6.0
github.com/google/uuid v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 21d831b

Please sign in to comment.