File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
.github/actions/setup-chart-testing-environment Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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 }}'
Original file line number Diff line number Diff line change 22
33For 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.
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : scalyr-agent
33description : A Helm chart for deploying the Scalyr agent
44type : application
5- version : 0.2.28
6- appVersion : 2.1.38
5+ version : 0.2.29
6+ appVersion : 2.1.39
77keywords :
88 - scalyr
99 - logging
You can’t perform that action at this time.
0 commit comments