diff --git a/VERSION b/VERSION index 60a3c6012..03730d7e5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.61.0-dev \ No newline at end of file +v0.61.0 \ No newline at end of file diff --git a/charts/container-deployer/Chart.yaml b/charts/container-deployer/Chart.yaml index fd53c4384..d66e84f2e 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.60.0 +appVersion: v0.61.0 diff --git a/charts/helm-deployer/Chart.yaml b/charts/helm-deployer/Chart.yaml index 6d4400e30..ca0e6e9bb 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.60.0 +appVersion: v0.61.0 diff --git a/charts/landscaper-agent/Chart.yaml b/charts/landscaper-agent/Chart.yaml index c1d126f6d..06c2a7196 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.60.0 +appVersion: v0.61.0 diff --git a/charts/landscaper/Chart.yaml b/charts/landscaper/Chart.yaml index cb3c268b2..7aedef178 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.60.0 +appVersion: v0.61.0 dependencies: - name: landscaper-controller diff --git a/charts/landscaper/charts/landscaper/Chart.yaml b/charts/landscaper/charts/landscaper/Chart.yaml index 47b39b4aa..febcf76de 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.60.0 +appVersion: v0.61.0 diff --git a/charts/landscaper/charts/rbac/Chart.yaml b/charts/landscaper/charts/rbac/Chart.yaml index bddada143..bac5b0400 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.60.0 +appVersion: v0.61.0 diff --git a/charts/manifest-deployer/Chart.yaml b/charts/manifest-deployer/Chart.yaml index 4af9bcf5b..f0f7a998e 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.60.0 +appVersion: v0.61.0 diff --git a/charts/mock-deployer/Chart.yaml b/charts/mock-deployer/Chart.yaml index 933352d0a..364b42ff3 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.60.0 +appVersion: v0.61.0 diff --git a/controller-utils/go.mod b/controller-utils/go.mod index b965b2adb..f7890d602 100644 --- a/controller-utils/go.mod +++ b/controller-utils/go.mod @@ -3,7 +3,7 @@ module github.com/gardener/landscaper/controller-utils go 1.19 require ( - github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000 + github.com/gardener/landscaper/apis v0.61.0 github.com/go-logr/logr v1.2.3 github.com/go-logr/zapr v1.2.3 github.com/golang/mock v1.6.0 diff --git a/controller-utils/vendor/modules.txt b/controller-utils/vendor/modules.txt index 9b2f632fe..c53ad5179 100644 --- a/controller-utils/vendor/modules.txt +++ b/controller-utils/vendor/modules.txt @@ -21,7 +21,7 @@ github.com/fsnotify/fsnotify ## explicit; go 1.14 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.61.0 => ../apis ## explicit; go 1.19 github.com/gardener/landscaper/apis/config github.com/gardener/landscaper/apis/core diff --git a/go.mod b/go.mod index 2a92e4ab4..30e512cf8 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.66 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.61.0 + github.com/gardener/landscaper/controller-utils v0.61.0 github.com/go-logr/logr v1.2.3 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 94246623a..62eaddaf7 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -170,7 +170,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.61.0 => ./apis ## explicit; go 1.19 github.com/gardener/landscaper/apis/config github.com/gardener/landscaper/apis/config/install @@ -207,7 +207,7 @@ github.com/gardener/landscaper/apis/deployer/utils/readinesschecks/validation github.com/gardener/landscaper/apis/errors github.com/gardener/landscaper/apis/mediatype github.com/gardener/landscaper/apis/schema -# github.com/gardener/landscaper/controller-utils v0.0.0-00010101000000-000000000000 => ./controller-utils +# github.com/gardener/landscaper/controller-utils v0.61.0 => ./controller-utils ## explicit; go 1.19 github.com/gardener/landscaper/controller-utils/pkg/crdmanager github.com/gardener/landscaper/controller-utils/pkg/kubernetes