From 5efab008b45e01421ef335fd277aed942a93a48d Mon Sep 17 00:00:00 2001 From: Ariel Septon <64063409+arielsepton@users.noreply.github.com> Date: Sat, 5 Oct 2024 12:27:44 +0000 Subject: [PATCH] bump version to v1.0.5 Signed-off-by: Ariel Septon <64063409+arielsepton@users.noreply.github.com> --- .github/workflows/promote.yml | 2 +- .github/workflows/tag.yml | 2 +- README.md | 4 ++-- deploy.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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