Skip to content

Commit

Permalink
Updated component-cli to v0.8.0 and component-spec to v0.0.31
Browse files Browse the repository at this point in the history
``` other dependency
The component-cli has been updated to v0.8.0
```
``` other dependency
The component-spec has been updated to v0.0.31, which fixes a bug in the component descriptor oci reference generation.
```
  • Loading branch information
Tim Schrodi committed Feb 1, 2021
1 parent 0fc9cd5 commit 97f68c5
Show file tree
Hide file tree
Showing 301 changed files with 888 additions and 34,268 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/01-create-simple-blueprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,15 +372,15 @@ Finally, the Component Descriptor must be uploaded to an OCI registry. This is d
```shell script
# replace the values to match your registry and file locations
landscaper-cli component-cli remote push \
landscaper-cli components-cli ca remote push \
<repositoryContext.baseUrl> \
<componentName> \
<componentVersion> \
<path to directory with component-descriptor.yaml>
# e.g. if you were to use the provided sample content
# (this will fail as you have no write access to gardener-project on eu.gcr.io)
landscaper-cli component-cli remote push \
landscaper-cli components-cli ca remote push \
eu.gcr.io/gardener-project/landscaper/tutorials/components \
github.com/gardener/landscaper/simple-aggregated \
v0.1.2 \
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/02-local-simple-blueprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ During the upload the `localFilesystemBlob` are converted to `localOciBlob` as t
:information_source: The uploaded component descriptor can be checked by running
```
component-cli ca remote get eu.gcr.io/gardener-project/landscaper/tutorials/components github.com/gardener/landscaper/local/ingress-nginx v0.1.0
landscaper-cli components-cli ca remote get eu.gcr.io/gardener-project/landscaper/tutorials/components github.com/gardener/landscaper/local/ingress-nginx v0.1.0
```
```yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/03-simple-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ component:
```

```shell script
landscaper-cli component-cli remote push eu.gcr.io/gardener-project/landscaper/tutorials/components github.com/gardener/landscaper/echo-server v0.1.1 docs/tutorials/resources/echo-server
landscaper-cli components-cli ca remote push eu.gcr.io/gardener-project/landscaper/tutorials/components github.com/gardener/landscaper/echo-server v0.1.1 docs/tutorials/resources/echo-server
```

### Installation
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ require (
github.com/cloudfoundry-incubator/candiedyaml v0.0.0-20170901234223-a41693b7b7af // indirect
github.com/containerd/containerd v1.4.2
github.com/docker/cli v20.10.0-rc1+incompatible
github.com/gardener/component-cli v0.6.0
github.com/gardener/component-spec/bindings-go v0.0.30
github.com/gardener/landscaper/apis v0.5.1
github.com/gardener/component-cli v0.8.0
github.com/gardener/component-spec/bindings-go v0.0.31
github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000
github.com/go-logr/logr v0.3.0
github.com/go-logr/zapr v0.3.0
github.com/golang/mock v1.4.4
Expand Down
86 changes: 5 additions & 81 deletions go.sum

Large diffs are not rendered by default.

21 changes: 0 additions & 21 deletions vendor/github.com/Azure/go-ansiterm/LICENSE

This file was deleted.

12 changes: 0 additions & 12 deletions vendor/github.com/Azure/go-ansiterm/README.md

This file was deleted.

188 changes: 0 additions & 188 deletions vendor/github.com/Azure/go-ansiterm/constants.go

This file was deleted.

7 changes: 0 additions & 7 deletions vendor/github.com/Azure/go-ansiterm/context.go

This file was deleted.

49 changes: 0 additions & 49 deletions vendor/github.com/Azure/go-ansiterm/csi_entry_state.go

This file was deleted.

38 changes: 0 additions & 38 deletions vendor/github.com/Azure/go-ansiterm/csi_param_state.go

This file was deleted.

Loading

0 comments on commit 97f68c5

Please sign in to comment.