From d21ee8714eb22acda5e200db43c4c655226ee9b3 Mon Sep 17 00:00:00 2001 From: gardener-robot-ci-3 Date: Tue, 5 Dec 2023 10:15:51 +0000 Subject: [PATCH] Release v0.88.0 --- VERSION | 2 +- charts/container-deployer/Chart.yaml | 2 +- charts/helm-deployer/Chart.yaml | 2 +- charts/landscaper-agent/Chart.yaml | 2 +- charts/landscaper/Chart.yaml | 2 +- charts/landscaper/charts/landscaper/Chart.yaml | 2 +- charts/landscaper/charts/rbac/Chart.yaml | 2 +- charts/manifest-deployer/Chart.yaml | 2 +- charts/mock-deployer/Chart.yaml | 2 +- controller-utils/go.mod | 2 +- controller-utils/vendor/modules.txt | 2 +- go.mod | 4 ++-- vendor/modules.txt | 4 ++-- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/VERSION b/VERSION index 851f28702..59cca7ccd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.88.0-dev \ No newline at end of file +v0.88.0 \ No newline at end of file diff --git a/charts/container-deployer/Chart.yaml b/charts/container-deployer/Chart.yaml index 284d5a5ee..e604f6ef1 100644 --- a/charts/container-deployer/Chart.yaml +++ b/charts/container-deployer/Chart.yaml @@ -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.88.0 diff --git a/charts/helm-deployer/Chart.yaml b/charts/helm-deployer/Chart.yaml index 1bb7c611d..99413d287 100644 --- a/charts/helm-deployer/Chart.yaml +++ b/charts/helm-deployer/Chart.yaml @@ -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.88.0 diff --git a/charts/landscaper-agent/Chart.yaml b/charts/landscaper-agent/Chart.yaml index 4b1c47a54..1e9fa24c3 100644 --- a/charts/landscaper-agent/Chart.yaml +++ b/charts/landscaper-agent/Chart.yaml @@ -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.88.0 diff --git a/charts/landscaper/Chart.yaml b/charts/landscaper/Chart.yaml index 0cbf9561c..17b0615d8 100644 --- a/charts/landscaper/Chart.yaml +++ b/charts/landscaper/Chart.yaml @@ -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.88.0 dependencies: - name: landscaper-controller diff --git a/charts/landscaper/charts/landscaper/Chart.yaml b/charts/landscaper/charts/landscaper/Chart.yaml index 77f9c1c97..e036a3372 100644 --- a/charts/landscaper/charts/landscaper/Chart.yaml +++ b/charts/landscaper/charts/landscaper/Chart.yaml @@ -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.88.0 diff --git a/charts/landscaper/charts/rbac/Chart.yaml b/charts/landscaper/charts/rbac/Chart.yaml index 3f4001cb3..4c59a0ed4 100644 --- a/charts/landscaper/charts/rbac/Chart.yaml +++ b/charts/landscaper/charts/rbac/Chart.yaml @@ -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.88.0 diff --git a/charts/manifest-deployer/Chart.yaml b/charts/manifest-deployer/Chart.yaml index 1b41a1573..d957e6139 100644 --- a/charts/manifest-deployer/Chart.yaml +++ b/charts/manifest-deployer/Chart.yaml @@ -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.88.0 diff --git a/charts/mock-deployer/Chart.yaml b/charts/mock-deployer/Chart.yaml index c6c7af679..b0640cf4c 100644 --- a/charts/mock-deployer/Chart.yaml +++ b/charts/mock-deployer/Chart.yaml @@ -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.88.0 diff --git a/controller-utils/go.mod b/controller-utils/go.mod index 4c8036069..f907c65f2 100644 --- a/controller-utils/go.mod +++ b/controller-utils/go.mod @@ -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.88.0 github.com/go-logr/logr v1.2.4 github.com/go-logr/zapr v1.2.4 github.com/golang/mock v1.6.0 diff --git a/controller-utils/vendor/modules.txt b/controller-utils/vendor/modules.txt index 12fa5eacc..eb3f53b83 100644 --- a/controller-utils/vendor/modules.txt +++ b/controller-utils/vendor/modules.txt @@ -21,7 +21,7 @@ github.com/fsnotify/fsnotify ## explicit; go 1.18 github.com/gardener/component-spec/bindings-go/apis/v2 github.com/gardener/component-spec/bindings-go/utils/selector -# github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000 => ../apis +# github.com/gardener/landscaper/apis v0.88.0 => ../apis ## explicit; go 1.20 github.com/gardener/landscaper/apis/config github.com/gardener/landscaper/apis/core diff --git a/go.mod b/go.mod index 6849188b8..a68cb4ec4 100644 --- a/go.mod +++ b/go.mod @@ -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.88.0 + github.com/gardener/landscaper/controller-utils v0.88.0 github.com/go-logr/logr v1.2.4 github.com/golang/mock v1.6.0 github.com/google/uuid v1.3.0 diff --git a/vendor/modules.txt b/vendor/modules.txt index c0f89ea9b..eae96e28e 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -547,7 +547,7 @@ github.com/gardener/component-spec/bindings-go/utils/selector # github.com/gardener/image-vector v0.10.0 ## explicit; go 1.16 github.com/gardener/image-vector/pkg -# github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000 => ./apis +# github.com/gardener/landscaper/apis v0.88.0 => ./apis ## explicit; go 1.20 github.com/gardener/landscaper/apis/config github.com/gardener/landscaper/apis/config/install @@ -585,7 +585,7 @@ github.com/gardener/landscaper/apis/errors github.com/gardener/landscaper/apis/mediatype github.com/gardener/landscaper/apis/schema github.com/gardener/landscaper/apis/utils -# github.com/gardener/landscaper/controller-utils v0.0.0-00010101000000-000000000000 => ./controller-utils +# github.com/gardener/landscaper/controller-utils v0.88.0 => ./controller-utils ## explicit; go 1.20 github.com/gardener/landscaper/controller-utils/pkg/crdmanager github.com/gardener/landscaper/controller-utils/pkg/errors