File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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
314New Features:
415
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
1617apiVersion : v1
1718kind : PersistentVolumeClaim
9596 printf "Annotated pod at %s with annotations:\n '%s'\n" "$AT" '{{ . | toJson }}'
9697 fi
9798
98- ---
9999{{ end }}
100+ ---
100101apiVersion : actions.summerwind.dev/v1alpha1
101102kind : RunnerDeployment
102103metadata :
You can’t perform that action at this time.
0 commit comments