diff --git a/charts/agent-docker/CHANGELOG.md b/charts/agent-docker/CHANGELOG.md index 1d22fdc..244e5de 100644 --- a/charts/agent-docker/CHANGELOG.md +++ b/charts/agent-docker/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +## [v0.5.25] + +### Updated + +- Bumping chart version to v0.5.25 for scalr-agent v0.29.0 + ## [v0.5.24] ### Updated diff --git a/charts/agent-docker/Chart.yaml b/charts/agent-docker/Chart.yaml index 19395f9..557d1ee 100644 --- a/charts/agent-docker/Chart.yaml +++ b/charts/agent-docker/Chart.yaml @@ -5,8 +5,8 @@ description: | where runs are executed in [dind](https://hub.docker.com/_/docker) sidecar container. Run phases are isolated into docker containers. type: application -version: 0.5.24 -appVersion: 0.28.0 +version: 0.5.25 +appVersion: 0.29.0 home: https://github.com/Scalr/agent-helm/tree/master/charts/agent-docker maintainers: - name: scalr diff --git a/charts/agent-docker/README.md b/charts/agent-docker/README.md index b8a7cec..4fd1f74 100644 --- a/charts/agent-docker/README.md +++ b/charts/agent-docker/README.md @@ -1,6 +1,6 @@ # agent-docker -![Version: 0.5.24](https://img.shields.io/badge/Version-0.5.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.28.0](https://img.shields.io/badge/AppVersion-0.28.0-informational?style=flat-square) +![Version: 0.5.25](https://img.shields.io/badge/Version-0.5.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.29.0](https://img.shields.io/badge/AppVersion-0.29.0-informational?style=flat-square) A Helm chart for the scalr-agent deployment on ths Kubernetes cluster, where runs are executed in [dind](https://hub.docker.com/_/docker) sidecar container. diff --git a/charts/agent-k8s/CHANGELOG.md b/charts/agent-k8s/CHANGELOG.md index f0a01d1..c97c971 100644 --- a/charts/agent-k8s/CHANGELOG.md +++ b/charts/agent-k8s/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +## [v0.5.25] + +### Updated + +- Bumping chart version to v0.5.25 for scalr-agent v0.29.0 + ## [v0.5.24] ### Updated diff --git a/charts/agent-k8s/Chart.yaml b/charts/agent-k8s/Chart.yaml index 909c108..c26de4b 100644 --- a/charts/agent-k8s/Chart.yaml +++ b/charts/agent-k8s/Chart.yaml @@ -10,8 +10,8 @@ description: | > It has many advantages over the [`agent-docker`](/charts/agent-docker) chart and > would eventually replace it. type: application -version: 0.5.24 -appVersion: 0.28.0 +version: 0.5.25 +appVersion: 0.29.0 home: https://github.com/Scalr/agent-helm/tree/master/charts/agent-k8s maintainers: - name: scalr diff --git a/charts/agent-k8s/README.md b/charts/agent-k8s/README.md index b856766..df4e444 100644 --- a/charts/agent-k8s/README.md +++ b/charts/agent-k8s/README.md @@ -1,6 +1,6 @@ # agent-k8s -![Version: 0.5.24](https://img.shields.io/badge/Version-0.5.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.28.0](https://img.shields.io/badge/AppVersion-0.28.0-informational?style=flat-square) +![Version: 0.5.25](https://img.shields.io/badge/Version-0.5.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.29.0](https://img.shields.io/badge/AppVersion-0.29.0-informational?style=flat-square) A Helm chart for the scalr-agent deployment on the Kubernetes cluster, where runs are executed in Pods in the same cluster.