From cdd3478ff41001adc3d1c6ac7b06e944dcae9ba9 Mon Sep 17 00:00:00 2001 From: gardener-robot-ci-3 Date: Mon, 26 Feb 2024 15:51:01 +0000 Subject: [PATCH] Prepare next Development Cycle v0.99.0-dev --- VERSION | 2 +- charts/container-deployer/Chart.yaml | 4 ++-- charts/helm-deployer/Chart.yaml | 4 ++-- charts/landscaper-agent/Chart.yaml | 4 ++-- charts/landscaper/Chart.yaml | 8 ++++---- charts/landscaper/charts/landscaper/Chart.yaml | 4 ++-- charts/landscaper/charts/rbac/Chart.yaml | 4 ++-- charts/manifest-deployer/Chart.yaml | 4 ++-- charts/mock-deployer/Chart.yaml | 4 ++-- controller-utils/go.mod | 2 +- controller-utils/vendor/modules.txt | 2 +- go.mod | 4 ++-- vendor/modules.txt | 4 ++-- 13 files changed, 25 insertions(+), 25 deletions(-) diff --git a/VERSION b/VERSION index 51eb017ca..4cb3ae038 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.98.0 \ No newline at end of file +v0.99.0-dev \ No newline at end of file diff --git a/charts/container-deployer/Chart.yaml b/charts/container-deployer/Chart.yaml index 49a853930..284d5a5ee 100644 --- a/charts/container-deployer/Chart.yaml +++ b/charts/container-deployer/Chart.yaml @@ -19,9 +19,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: v0.98.0 +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.98.0 +appVersion: v0.78.0 diff --git a/charts/helm-deployer/Chart.yaml b/charts/helm-deployer/Chart.yaml index 99807bf21..1bb7c611d 100644 --- a/charts/helm-deployer/Chart.yaml +++ b/charts/helm-deployer/Chart.yaml @@ -19,9 +19,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: v0.98.0 +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.98.0 +appVersion: v0.78.0 diff --git a/charts/landscaper-agent/Chart.yaml b/charts/landscaper-agent/Chart.yaml index afdd0fec3..4b1c47a54 100644 --- a/charts/landscaper-agent/Chart.yaml +++ b/charts/landscaper-agent/Chart.yaml @@ -19,9 +19,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: v0.98.0 +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.98.0 +appVersion: v0.78.0 diff --git a/charts/landscaper/Chart.yaml b/charts/landscaper/Chart.yaml index c56480555..0cbf9561c 100644 --- a/charts/landscaper/Chart.yaml +++ b/charts/landscaper/Chart.yaml @@ -19,17 +19,17 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: v0.98.0 +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.98.0 +appVersion: v0.78.0 dependencies: - name: landscaper-controller - version: v0.98.0 + version: v0.1.0 alias: landscaper - name: landscaper-rbac - version: v0.98.0 + version: v0.1.0 alias: rbac diff --git a/charts/landscaper/charts/landscaper/Chart.yaml b/charts/landscaper/charts/landscaper/Chart.yaml index 97ed0c385..77f9c1c97 100644 --- a/charts/landscaper/charts/landscaper/Chart.yaml +++ b/charts/landscaper/charts/landscaper/Chart.yaml @@ -19,9 +19,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: v0.98.0 +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.98.0 +appVersion: v0.78.0 diff --git a/charts/landscaper/charts/rbac/Chart.yaml b/charts/landscaper/charts/rbac/Chart.yaml index 74da7a95f..3f4001cb3 100644 --- a/charts/landscaper/charts/rbac/Chart.yaml +++ b/charts/landscaper/charts/rbac/Chart.yaml @@ -19,9 +19,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: v0.98.0 +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.98.0 +appVersion: v0.78.0 diff --git a/charts/manifest-deployer/Chart.yaml b/charts/manifest-deployer/Chart.yaml index 34b8bfc2b..1b41a1573 100644 --- a/charts/manifest-deployer/Chart.yaml +++ b/charts/manifest-deployer/Chart.yaml @@ -19,9 +19,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: v0.98.0 +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.98.0 +appVersion: v0.78.0 diff --git a/charts/mock-deployer/Chart.yaml b/charts/mock-deployer/Chart.yaml index 062b2ee03..c6c7af679 100644 --- a/charts/mock-deployer/Chart.yaml +++ b/charts/mock-deployer/Chart.yaml @@ -19,9 +19,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: v0.98.0 +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.98.0 +appVersion: v0.78.0 diff --git a/controller-utils/go.mod b/controller-utils/go.mod index 6c0a49304..fae6baa4f 100644 --- a/controller-utils/go.mod +++ b/controller-utils/go.mod @@ -3,7 +3,7 @@ module github.com/gardener/landscaper/controller-utils go 1.21 require ( - github.com/gardener/landscaper/apis v0.98.0 + github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000 github.com/go-logr/logr v1.3.0 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 be1f1cf80..26451c0e2 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.98.0 => ../apis +# github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000 => ../apis ## explicit; go 1.21 github.com/gardener/landscaper/apis/config github.com/gardener/landscaper/apis/core diff --git a/go.mod b/go.mod index ad5ff7c10..de263266d 100644 --- a/go.mod +++ b/go.mod @@ -9,8 +9,8 @@ require ( github.com/docker/cli v24.0.7+incompatible github.com/gardener/component-cli v0.44.0 github.com/gardener/component-spec/bindings-go v0.0.95 - github.com/gardener/landscaper/apis v0.98.0 - github.com/gardener/landscaper/controller-utils v0.98.0 + github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000 + github.com/gardener/landscaper/controller-utils v0.0.0-00010101000000-000000000000 github.com/go-logr/logr v1.3.0 github.com/golang/mock v1.6.0 github.com/google/uuid v1.4.0 diff --git a/vendor/modules.txt b/vendor/modules.txt index b9e1bd9c7..54a0ae657 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -610,7 +610,7 @@ github.com/gardener/component-spec/bindings-go/codec github.com/gardener/component-spec/bindings-go/ctf github.com/gardener/component-spec/bindings-go/oci github.com/gardener/component-spec/bindings-go/utils/selector -# github.com/gardener/landscaper/apis v0.98.0 => ./apis +# github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000 => ./apis ## explicit; go 1.21 github.com/gardener/landscaper/apis/config github.com/gardener/landscaper/apis/config/install @@ -648,7 +648,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.98.0 => ./controller-utils +# github.com/gardener/landscaper/controller-utils v0.0.0-00010101000000-000000000000 => ./controller-utils ## explicit; go 1.21 github.com/gardener/landscaper/controller-utils/pkg/crdmanager github.com/gardener/landscaper/controller-utils/pkg/errors