diff --git a/charts/agent-docker/CHANGELOG.md b/charts/agent-docker/CHANGELOG.md index 2799c72..69f226a 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.28] + +### Updated + +- Bumping chart version to v0.5.28 for scalr-agent v0.32.0 + ## [v0.5.27] ### Updated diff --git a/charts/agent-docker/Chart.yaml b/charts/agent-docker/Chart.yaml index ceb86b6..bc250d0 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.27 -appVersion: 0.31.0 +version: 0.5.28 +appVersion: 0.32.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 74898ce..1e62986 100644 --- a/charts/agent-docker/README.md +++ b/charts/agent-docker/README.md @@ -1,6 +1,6 @@ # agent-docker -![Version: 0.5.27](https://img.shields.io/badge/Version-0.5.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.31.0](https://img.shields.io/badge/AppVersion-0.31.0-informational?style=flat-square) +![Version: 0.5.28](https://img.shields.io/badge/Version-0.5.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.32.0](https://img.shields.io/badge/AppVersion-0.32.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 6c5ff99..e47aa3a 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.28] + +### Updated + +- Bumping chart version to v0.5.28 for scalr-agent v0.32.0 + ## [v0.5.27] ### Updated diff --git a/charts/agent-k8s/Chart.yaml b/charts/agent-k8s/Chart.yaml index ade35d6..4086b6d 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.27 -appVersion: 0.31.0 +version: 0.5.28 +appVersion: 0.32.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 f27af4a..e3609ae 100644 --- a/charts/agent-k8s/README.md +++ b/charts/agent-k8s/README.md @@ -1,6 +1,6 @@ # agent-k8s -![Version: 0.5.27](https://img.shields.io/badge/Version-0.5.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.31.0](https://img.shields.io/badge/AppVersion-0.31.0-informational?style=flat-square) +![Version: 0.5.28](https://img.shields.io/badge/Version-0.5.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.32.0](https://img.shields.io/badge/AppVersion-0.32.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.