Skip to content

Commit e5a7dc5

Browse files
authored
Merge pull request #49 from scalyr/bump-agent-version
Bump agent version to 2.1.39
2 parents 6447d47 + 1d7551a commit e5a7dc5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/actions/setup-chart-testing-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
- name: Create minikube Kubernetes ${{ inputs.k8s_version }} Cluster
3838
id: create-minikube-cluster
3939
if: ${{ inputs.k8s_version != '' }}
40-
uses: manusa/actions-setup-minikube@a36e52547d6fb013f8873758b695ae97a353377b # v2.7.0
40+
uses: manusa/actions-setup-minikube@aa7a69c8cdc3e095a90e146e8f96cdaf950e2e7e # v2.7.2
4141
with:
4242
minikube version: '${{ inputs.minikube_version }}'
4343
kubernetes version: '${{ inputs.k8s_version }}'

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
For actual scalyr agent changelog, please see https://github.com/scalyr/scalyr-agent-2/blob/release/CHANGELOG.md
44

5+
## 0.2.29
6+
7+
- Update chart for DataSet agent v2.1.39 release.
8+
59
## 0.2.28
610

711
- Update chart for DataSet agent v2.1.38 release.

charts/scalyr-agent/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: scalyr-agent
33
description: A Helm chart for deploying the Scalyr agent
44
type: application
5-
version: 0.2.28
6-
appVersion: 2.1.38
5+
version: 0.2.29
6+
appVersion: 2.1.39
77
keywords:
88
- scalyr
99
- logging

0 commit comments

Comments
 (0)