Skip to content

Commit 2e1ba73

Browse files
Sync appVersion: 0.37.1
1 parent 4a164ee commit 2e1ba73

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

charts/agent-docker/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [UNRELEASED]
1111

12+
## [v0.5.34]
13+
14+
### Updated
15+
16+
- Bumping chart version to v0.5.34 for scalr-agent v0.37.1
17+
1218
## [v0.5.33]
1319

1420
### Updated

charts/agent-docker/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: |
55
where runs are executed in [dind](https://hub.docker.com/_/docker) sidecar container.
66
Run phases are isolated into docker containers.
77
type: application
8-
version: 0.5.33
9-
appVersion: 0.37.0
8+
version: 0.5.34
9+
appVersion: 0.37.1
1010
home: https://github.com/Scalr/agent-helm/tree/master/charts/agent-docker
1111
maintainers:
1212
- name: scalr

charts/agent-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# agent-docker
22

3-
![Version: 0.5.33](https://img.shields.io/badge/Version-0.5.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.37.0](https://img.shields.io/badge/AppVersion-0.37.0-informational?style=flat-square)
3+
![Version: 0.5.34](https://img.shields.io/badge/Version-0.5.34-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.37.1](https://img.shields.io/badge/AppVersion-0.37.1-informational?style=flat-square)
44

55
A Helm chart for the scalr-agent deployment on ths Kubernetes cluster,
66
where runs are executed in [dind](https://hub.docker.com/_/docker) sidecar container.

charts/agent-k8s/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [UNRELEASED]
1111

12+
## [v0.5.34]
13+
14+
### Updated
15+
16+
- Bumping chart version to v0.5.34 for scalr-agent v0.37.1
17+
1218
## [v0.5.33]
1319

1420
### Updated

charts/agent-k8s/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ description: |
1010
> It has many advantages over the [`agent-docker`](/charts/agent-docker) chart and
1111
> would eventually replace it.
1212
type: application
13-
version: 0.5.33
14-
appVersion: 0.37.0
13+
version: 0.5.34
14+
appVersion: 0.37.1
1515
home: https://github.com/Scalr/agent-helm/tree/master/charts/agent-k8s
1616
maintainers:
1717
- name: scalr

charts/agent-k8s/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# agent-k8s
22

3-
![Version: 0.5.33](https://img.shields.io/badge/Version-0.5.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.37.0](https://img.shields.io/badge/AppVersion-0.37.0-informational?style=flat-square)
3+
![Version: 0.5.34](https://img.shields.io/badge/Version-0.5.34-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.37.1](https://img.shields.io/badge/AppVersion-0.37.1-informational?style=flat-square)
44

55
A Helm chart for the scalr-agent deployment on the Kubernetes cluster,
66
where runs are executed in Pods in the same cluster.

0 commit comments

Comments
 (0)