Skip to content

Commit dcb515c

Browse files
Sync appVersion: 0.15.0
1 parent 499d40d commit dcb515c

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.9]
13+
14+
### Updated
15+
16+
- Bumping chart version to v0.5.9 for scalr-agent v0.15.0
17+
1218
## [v0.5.8]
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.8
9-
appVersion: 0.14.1
8+
version: 0.5.9
9+
appVersion: 0.15.0
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.8](https://img.shields.io/badge/Version-0.5.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.14.1](https://img.shields.io/badge/AppVersion-0.14.1-informational?style=flat-square)
3+
![Version: 0.5.9](https://img.shields.io/badge/Version-0.5.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.15.0](https://img.shields.io/badge/AppVersion-0.15.0-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.9]
13+
14+
### Updated
15+
16+
- Bumping chart version to v0.5.9 for scalr-agent v0.15.0
17+
1218
## [v0.5.8]
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.8
14-
appVersion: 0.14.1
13+
version: 0.5.9
14+
appVersion: 0.15.0
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.8](https://img.shields.io/badge/Version-0.5.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.14.1](https://img.shields.io/badge/AppVersion-0.14.1-informational?style=flat-square)
3+
![Version: 0.5.9](https://img.shields.io/badge/Version-0.5.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.15.0](https://img.shields.io/badge/AppVersion-0.15.0-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)