diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 6b377db..769e76a 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: version: - description: "Release version (e.g. v1.0.4)" + description: "Release version (e.g. v1.0.5)" required: true channel: description: "Release channel" diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index 42b65cf..b64e7de 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: version: - description: "Release version (e.g. v1.0.4)" + description: "Release version (e.g. v1.0.5)" required: true message: description: "Tag message" diff --git a/README.md b/README.md index c3f706a..f8a7bf4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To install `provider-http`, you have two options: 1. Using the Crossplane CLI in a Kubernetes cluster where Crossplane is installed: ```console - crossplane xpkg install provider xpkg.upbound.io/crossplane-contrib/provider-http:v1.0.4 + crossplane xpkg install provider xpkg.upbound.io/crossplane-contrib/provider-http:v1.0.5 ``` 2. Manually creating a Provider by applying the following YAML: @@ -20,7 +20,7 @@ To install `provider-http`, you have two options: metadata: name: provider-http spec: - package: "xpkg.upbound.io/crossplane-contrib/provider-http:v1.0.4" + package: "xpkg.upbound.io/crossplane-contrib/provider-http:v1.0.5" ``` ## Supported Resources diff --git a/deploy.yml b/deploy.yml index 9f8b725..62d34da 100644 --- a/deploy.yml +++ b/deploy.yml @@ -4,7 +4,7 @@ kind: Provider metadata: name: http-provider spec: - package: xpkg.upbound.io/crossplane-contrib/provider-http:v1.0.4 + package: xpkg.upbound.io/crossplane-contrib/provider-http:v1.0.5 controllerConfigRef: name: debug-config