diff --git a/CHANGELOG.md b/CHANGELOG.md index aad20e6746dd4d8e2dcfa0d9de925399b93f7449..368500b03f5cc3873092f4b367d4d39db7b1e864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.2.3](https://gitlab.com/to-be-continuous/helm/compare/7.2.2...7.2.3) (2024-03-24) + + +### Bug Fixes + +* **rules:** Update rules conditions to avoid the 10000 checks limits ([3dbb139](https://gitlab.com/to-be-continuous/helm/commit/3dbb139bfaea5a76223ee89ca6880f0134c61021)) + ## [7.2.2](https://gitlab.com/to-be-continuous/helm/compare/7.2.1...7.2.2) (2024-3-6) diff --git a/README.md b/README.md index 62cceb5bec3847ba9e7f14f6a0e410522769b874..be8ad49e5d8a7527e0a8af10ed3bbb9714390ee7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add the following to your `gitlab-ci.yml`: ```yaml include: # 1: include the component - - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm@7.2.2 + - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm@7.2.3 # 2: set/override component inputs inputs: # ⚠ this is only an example @@ -33,7 +33,7 @@ Add the following to your `gitlab-ci.yml`: include: # 1: include the template - project: 'to-be-continuous/helm' - ref: '7.2.2' + ref: '7.2.3' file: '/templates/gitlab-ci-helm.yml' variables: @@ -534,9 +534,9 @@ With: ```yaml include: # main template - - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm@7.2.2 + - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm@7.2.3 # Vault variant - - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm-vault@7.2.2 + - component: gitlab.com/to-be-continuous/helm/gitlab-ci-helm-vault@7.2.3 inputs: # audience claim for JWT vault-oidc-aud: "https://vault.acme.host"