From b0179f97b12c8c2e53fcb7f7356d87e95cf0182f Mon Sep 17 00:00:00 2001 From: Jan Schoone <6106846+jschoone@users.noreply.github.com> Date: Fri, 29 Nov 2024 06:36:52 +0100 Subject: [PATCH 1/4] test: Apache 2 link leads to failed check Signed-off-by: Jan Schoone --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fee3ec1..57071468 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![GitHub Latest Release](https://img.shields.io/github/v/release/SovereignCloudStack/cluster-stack-provider-openstack?logo=github)](https://github.com/SovereignCloudStack/cluster-stack-provider-openstack/releases) [![Go Report Card](https://goreportcard.com/badge/github.com/SovereignCloudStack/cluster-stack-provider-openstack)](https://goreportcard.com/report/github.com/SovereignCloudStack/cluster-stack-provider-openstack) -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) + ## Overview From 23978a5ba6a97cb62c79623e93d444a95abc964a Mon Sep 17 00:00:00 2001 From: Jan Schoone Date: Mon, 2 Dec 2024 11:02:35 +0100 Subject: [PATCH 2/4] fix(README): typo) Signed-off-by: Jan Schoone --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 57071468..cc0de03a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![GitHub Latest Release](https://img.shields.io/github/v/release/SovereignCloudStack/cluster-stack-provider-openstack?logo=github)](https://github.com/SovereignCloudStack/cluster-stack-provider-openstack/releases) [![Go Report Card](https://goreportcard.com/badge/github.com/SovereignCloudStack/cluster-stack-provider-openstack)](https://goreportcard.com/report/github.com/SovereignCloudStack/cluster-stack-provider-openstack) - +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/license/apache-2-0) ## Overview @@ -24,11 +24,11 @@ Explore the documentation stored in the [docs](./docs) directory or view the ren | | CSO `v0.1.0-alpha.2` | CSO `v0.1.0-alpha.3` | CSO `v0.1.0-alpha.5` | CSO `v0.1.0-alpha.6` | | ----------------------- | -------------------- | -------------------- | -------------------- | -------------------- | -| CSPO `v0.1.0-alpha.rc1` | ✓ | | | | -| CSPO `v0.1.0-alpha.1` | ✓ | ✓ | ✓ | ✓ | -| CSPO `v0.1.0-alpha.2` | ✓ | ✓ | ✓ | ✓ | -| CSPO `v0.1.0-alpha.3` | ✓ | ✓ | ✓ | ✓ | -| CSPO `v0.1.0-alpha.4` | ✓ | ✓ | ✓ | ✓ | +| CSPO `v0.1.0-alpha.rc1` | ✓ | | | | +| CSPO `v0.1.0-alpha.1` | ✓ | ✓ | ✓ | ✓ | +| CSPO `v0.1.0-alpha.2` | ✓ | ✓ | ✓ | ✓ | +| CSPO `v0.1.0-alpha.3` | ✓ | ✓ | ✓ | ✓ | +| CSPO `v0.1.0-alpha.4` | ✓ | ✓ | ✓ | ✓ | ## Controllers From 6432310c0fb4fde8f31ea00742608521d88b1089 Mon Sep 17 00:00:00 2001 From: Jan Schoone Date: Mon, 2 Dec 2024 11:05:08 +0100 Subject: [PATCH 3/4] chore(workflows): run PR lint on README change Signed-off-by: Jan Schoone --- .github/workflows/pr-lint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml index 01c3501a..36ca89d6 100644 --- a/.github/workflows/pr-lint.yaml +++ b/.github/workflows/pr-lint.yaml @@ -14,6 +14,7 @@ on: # yamllint disable-line rule:truthy - ".github/workflows/pr-*" - "!**/vendor/**" - docs/** + - README.md # yamllint disable rule:line-length jobs: From 8e2c95f9368e870b50c4f5ed342d103fb9c46cd4 Mon Sep 17 00:00:00 2001 From: Jan Schoone <6106846+jschoone@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:10:19 +0100 Subject: [PATCH 4/4] Update README.md Signed-off-by: Jan Schoone <6106846+jschoone@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc0de03a..05031405 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![GitHub Latest Release](https://img.shields.io/github/v/release/SovereignCloudStack/cluster-stack-provider-openstack?logo=github)](https://github.com/SovereignCloudStack/cluster-stack-provider-openstack/releases) [![Go Report Card](https://goreportcard.com/badge/github.com/SovereignCloudStack/cluster-stack-provider-openstack)](https://goreportcard.com/report/github.com/SovereignCloudStack/cluster-stack-provider-openstack) -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/license/apache-2-0) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/license/apache-2-0/) ## Overview