From 7d52074291b4b4375d4d5d27aa9ac4c1f2e75a32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 29 Nov 2024 17:25:35 +0000 Subject: [PATCH] Sync appVersion: 0.31.0 --- charts/agent-docker/CHANGELOG.md | 6 ++++++ charts/agent-docker/Chart.yaml | 4 ++-- charts/agent-docker/README.md | 2 +- charts/agent-k8s/CHANGELOG.md | 6 ++++++ charts/agent-k8s/Chart.yaml | 4 ++-- charts/agent-k8s/README.md | 2 +- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/charts/agent-docker/CHANGELOG.md b/charts/agent-docker/CHANGELOG.md index 2440211..2799c72 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.27] + +### Updated + +- Bumping chart version to v0.5.27 for scalr-agent v0.31.0 + ## [v0.5.26] ### Updated diff --git a/charts/agent-docker/Chart.yaml b/charts/agent-docker/Chart.yaml index 3d105ac..ceb86b6 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.26 -appVersion: 0.30.0 +version: 0.5.27 +appVersion: 0.31.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 69f9728..74898ce 100644 --- a/charts/agent-docker/README.md +++ b/charts/agent-docker/README.md @@ -1,6 +1,6 @@ # agent-docker -![Version: 0.5.26](https://img.shields.io/badge/Version-0.5.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.30.0](https://img.shields.io/badge/AppVersion-0.30.0-informational?style=flat-square) +![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) 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 64a7f75..6c5ff99 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.27] + +### Updated + +- Bumping chart version to v0.5.27 for scalr-agent v0.31.0 + ## [v0.5.26] ### Updated diff --git a/charts/agent-k8s/Chart.yaml b/charts/agent-k8s/Chart.yaml index 87335ce..ade35d6 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.26 -appVersion: 0.30.0 +version: 0.5.27 +appVersion: 0.31.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 09b3e85..f27af4a 100644 --- a/charts/agent-k8s/README.md +++ b/charts/agent-k8s/README.md @@ -1,6 +1,6 @@ # agent-k8s -![Version: 0.5.26](https://img.shields.io/badge/Version-0.5.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.30.0](https://img.shields.io/badge/AppVersion-0.30.0-informational?style=flat-square) +![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) A Helm chart for the scalr-agent deployment on the Kubernetes cluster, where runs are executed in Pods in the same cluster.