Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gardener-robot-ci-2 committed Jul 7, 2021
1 parent ff36d30 commit b6055ab
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.10.0-dev
v0.10.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.9.0
appVersion: v0.10.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.9.0
appVersion: v0.10.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.9.0
appVersion: v0.10.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.9.0
appVersion: v0.10.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.9.0
appVersion: v0.10.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.9.0
appVersion: v0.10.0
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/docker/cli v20.10.0-rc1+incompatible
github.com/gardener/component-cli v0.21.0
github.com/gardener/component-spec/bindings-go v0.0.51
github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000
github.com/gardener/landscaper/apis v0.10.0
github.com/go-logr/logr v0.4.0
github.com/go-logr/zapr v0.4.0
github.com/golang/mock v1.4.4
Expand Down

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

8 changes: 1 addition & 7 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ github.com/docker/docker-credential-helpers/client
github.com/docker/docker-credential-helpers/credentials
# github.com/evanphx/json-patch v4.11.0+incompatible
github.com/evanphx/json-patch
# github.com/fatih/color v1.12.0
## explicit
# github.com/fsnotify/fsnotify v1.4.9
github.com/fsnotify/fsnotify
# github.com/gardener/component-cli v0.21.0
Expand All @@ -77,7 +75,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.0.0-00010101000000-000000000000 => ./apis
# github.com/gardener/landscaper/apis v0.10.0 => ./apis
## explicit
github.com/gardener/landscaper/apis/config
github.com/gardener/landscaper/apis/config/install
Expand Down Expand Up @@ -116,8 +114,6 @@ github.com/go-logr/logr
# github.com/go-logr/zapr v0.4.0
## explicit
github.com/go-logr/zapr
# github.com/gobuffalo/flect v0.2.3
## explicit
# github.com/gobwas/glob v0.2.3
github.com/gobwas/glob
github.com/gobwas/glob/compiler
Expand Down Expand Up @@ -784,8 +780,6 @@ sigs.k8s.io/controller-runtime/pkg/webhook
sigs.k8s.io/controller-runtime/pkg/webhook/admission
sigs.k8s.io/controller-runtime/pkg/webhook/conversion
sigs.k8s.io/controller-runtime/pkg/webhook/internal/metrics
# sigs.k8s.io/controller-tools v0.4.1
## explicit
# sigs.k8s.io/structured-merge-diff/v4 v4.1.0
sigs.k8s.io/structured-merge-diff/v4/fieldpath
sigs.k8s.io/structured-merge-diff/v4/schema
Expand Down

0 comments on commit b6055ab

Please sign in to comment.