Skip to content

Commit f8650e4

Browse files
authored
[eks/actions-runner-controller] Fix misconfigured document separators in Helm chart template (#1077)
1 parent 9642947 commit f8650e4

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

modules/eks/actions-runner-controller/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
## PR [#1075](https://github.com/cloudposse/terraform-aws-components/pull/1075)
1+
## Release 1.470.1
2+
3+
Components PR [#1077](https://github.com/cloudposse/terraform-aws-components/pull/1077)
4+
5+
Bugfix:
6+
7+
- Fix templating of document separators in Helm chart template. Affects users who are not using
8+
`running_pod_annotations`.
9+
10+
## Release 1.470.0
11+
12+
Components PR [#1075](https://github.com/cloudposse/terraform-aws-components/pull/1075)
213

314
New Features:
415

modules/eks/actions-runner-controller/charts/actions-runner/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.3.0
18+
version: 0.3.1
1919

2020
# This chart only deploys Resources for actions-runner-controller, so app version does not really apply.
2121
# We use Resource API version instead.

modules/eks/actions-runner-controller/charts/actions-runner/templates/runnerdeployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ we explicitly convert to boolean based on the string value */}}
1212
We keep the logic here in case we need to revert to the sidecar option. */}}
1313
{{- $use_dind_in_runner := $use_dind }}
1414
{{- if $use_pvc }}
15+
---
1516
# Persistent Volumes can be used for image caching
1617
apiVersion: v1
1718
kind: PersistentVolumeClaim
@@ -95,8 +96,8 @@ data:
9596
printf "Annotated pod at %s with annotations:\n '%s'\n" "$AT" '{{ . | toJson }}'
9697
fi
9798
98-
---
9999
{{ end }}
100+
---
100101
apiVersion: actions.summerwind.dev/v1alpha1
101102
kind: RunnerDeployment
102103
metadata:

modules/eks/karpenter-node-pool/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Components [PR #1076](https://github.com/cloudposse/terraform-aws-components/pull/1076)
1+
## Release 1.470.0
2+
3+
Components PR [#1076](https://github.com/cloudposse/terraform-aws-components/pull/1076)
24

35
- Allow specifying elements of `spec.template.spec.kubelet`
46
- Make taint values optional

modules/eks/karpenter/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Components [PR #1076](https://github.com/cloudposse/terraform-aws-components/pull/1076)
1+
## Release 1.470.0
2+
3+
Components PR [#1076](https://github.com/cloudposse/terraform-aws-components/pull/1076)
24

35
#### Bugfix
46

0 commit comments

Comments
 (0)