Skip to content

Commit 10be77b

Browse files
author
Sean Sundberg
authored
Updates yq4 to v4.25.2 (#54)
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent 0e4dc76 commit 10be77b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/release-drafter-v1.1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name-template: 'v$RESOLVED_VERSION: terraform v1.1'
1+
name-template: 'terraform v1.1: v$RESOLVED_VERSION'
22
tag-template: 'v1.1-v$RESOLVED_VERSION'
33
tag-prefix: 'v1.1-'
44
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ RUN wget -q -O ./yq $(wget -q -O - https://api.github.com/repos/mikefarah/yq/rel
111111
chmod +x ./yq && \
112112
sudo mv ./yq /usr/bin/yq
113113

114-
RUN wget -q -O ./yq4 $(wget -q -O - https://api.github.com/repos/mikefarah/yq/releases/tags/v4.16.1 | jq -r --arg NAME "yq_linux_$(if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then echo "arm64"; else echo "amd64"; fi)" '.assets[] | select(.name == $NAME) | .browser_download_url') && \
114+
RUN wget -q -O ./yq4 $(wget -q -O - https://api.github.com/repos/mikefarah/yq/releases/tags/v4.25.2 | jq -r --arg NAME "yq_linux_$(if [[ "$TARGETPLATFORM" == "linux/arm64" ]]; then echo "arm64"; else echo "amd64"; fi)" '.assets[] | select(.name == $NAME) | .browser_download_url') && \
115115
chmod +x ./yq4 && \
116116
sudo mv ./yq4 /usr/bin/yq4
117117

0 commit comments

Comments
 (0)