diff --git a/README.md b/README.md index 42fca2f..d590c55 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ kind: Function metadata: name: crossplane-contrib-function-tag-manager spec: - package: xpkg.upbound.io/crossplane-contrib/function-tag-manager:v0.3.0 + package: xpkg.upbound.io/crossplane-contrib/function-tag-manager:v0.3.2 ``` ## Using this Function in a Composition @@ -212,5 +212,5 @@ crossplane xpkg build -f package --embed-runtime-image=function-tag-manager -o f I use the `up` binary to push to the [Upbound Marketplace](https://marketplace.upbound.io) ```shell -up xpkg push xpkg.upbound.io/crossplane-contrib/function-tag-manager:v0.3.0 -f function-tag-manager.xpkg +up xpkg push xpkg.upbound.io/crossplane-contrib/function-tag-manager:v0.3.2 -f function-tag-manager.xpkg ``` diff --git a/package/crossplane.yaml b/package/crossplane.yaml index 86a7c3d..3009e8c 100644 --- a/package/crossplane.yaml +++ b/package/crossplane.yaml @@ -3,16 +3,17 @@ apiVersion: meta.pkg.crossplane.io/v1beta1 kind: Function metadata: name: function-tag-manager - meta.crossplane.io/maintainer: Crossplane Maintainers - meta.crossplane.io/source: github.com/crossplane-contrib/function-tag-manager - meta.crossplane.io/license: Apache-2.0 - meta.crossplane.io/description: A Function that Manages Resource Tags. - meta.crossplane.io/readme: | - This Composition function manages tags for cloud resources, allowing platform - operators to add additional tags, remove tags, and have Crossplane - ignore tags that are set by outside systems. - - Currently AWS is supported. The function will only tag AWS resources that support - tags. See the [README](https://github.com/crossplane-contrib/function-tag-manager) - for examples and documentation. + annotations: + meta.crossplane.io/maintainer: Crossplane Maintainers + meta.crossplane.io/source: github.com/crossplane-contrib/function-tag-manager + meta.crossplane.io/license: Apache-2.0 + meta.crossplane.io/description: A Function that Manages Resource Tags. + meta.crossplane.io/readme: | + This Composition function manages tags for cloud resources, allowing platform + operators to add additional tags, remove tags, and have Crossplane + ignore tags that are set by outside systems. + + Currently AWS is supported. The function will only tag AWS resources that support + tags. See the [README](https://github.com/crossplane-contrib/function-tag-manager) + for examples and documentation. spec: {}