Skip to content

Commit dbfc089

Browse files
Ani1357CasLubbers
andauthored
feat: updating apl-tools [TOOLS][MINOR] (#1735)
Co-authored-by: CasLubbers <[email protected]>
1 parent 2cd44b4 commit dbfc089

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
if: always() && contains(needs.release.result, 'success') && !github.event.act
118118
runs-on: ubuntu-latest
119119
container:
120-
image: linode/apl-tools:v2.4.0
120+
image: linode/apl-tools:2.7.0
121121
options: --user 0
122122
env:
123123
COMMIT_MSG: ${{ github.event.head_commit.message }}

tools/Dockerfile

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ FROM ubuntu:20.04 as builder
44
ARG DEBIAN_FRONTEND=noninteractive
55
ARG TARGETARCH
66
# https://github.com/kubernetes/kubernetes/releases
7-
ARG KUBECTL_VERSION=1.30.4
7+
ARG KUBECTL_VERSION=1.31.1
88
# https://github.com/helm/helm/tags
9-
ARG HELM_VERSION=3.15.1
9+
ARG HELM_VERSION=3.16.1
1010
# https://github.com/databus23/helm-diff/releases
11-
ARG HELM_DIFF_VERSION=3.9.7
11+
ARG HELM_DIFF_VERSION=3.9.11
1212
# https://github.com/jkroepke/helm-secrets/releases
1313
ARG HELM_SECRETS_VERSION=3.15.0
1414
# https://github.com/mozilla/sops/releases
15-
ARG SOPS_VERSION=3.7.3
15+
ARG SOPS_VERSION=3.9.0
1616
# https://github.com/FiloSottile/age/releases
1717
ARG AGE_VERSION=1.2.0
1818
# https://github.com/noqcks/gucci/releases
19-
ARG GUCCI_VERSION=1.6.6
19+
ARG GUCCI_VERSION=1.6.13
2020
# https://github.com/helmfile/helmfile/releases
21-
ARG HELMFILE_VERSION=0.165.0
21+
ARG HELMFILE_VERSION=0.168.0
2222
# https://github.com/yannh/kubeconform/releases
23-
ARG KUBECONFORM_VERSION="v0.6.4"
23+
ARG KUBECONFORM_VERSION="v0.6.7"
2424
# https://github.com/open-policy-agent/conftest/releases
25-
ARG CONFTEST_VERSION=0.39.2
25+
ARG CONFTEST_VERSION=0.55.0
2626
# https://github.com/plexsystems/konstraint/releases
27-
ARG KONSTRAINT_VERSION=0.26.0
27+
ARG KONSTRAINT_VERSION=0.38.0
2828
# https://nodejs.org/en/download/
2929
ARG NODE_VERSION=16
3030

@@ -89,7 +89,7 @@ RUN curl -LO "https://dl.k8s.io/release/v$KUBECTL_VERSION/bin/linux/$TARGETARCH/
8989
chmod +x kubectl
9090

9191
# sops
92-
ADD https://github.com/mozilla/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux sops
92+
ADD https://github.com/getsops/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux.amd64 sops
9393
RUN chmod +x sops
9494

9595
# age
@@ -110,7 +110,7 @@ ADD https://github.com/helmfile/helmfile/releases/download/v${HELMFILE_VERSION}/
110110
RUN tar -zxvf /tmp/helmfile_${HELMFILE_VERSION}_linux_${TARGETARCH}.tar.gz -C /tmp && mv /tmp/helmfile helmfile
111111

112112
# gucci
113-
ADD https://github.com/noqcks/gucci/releases/download/${GUCCI_VERSION}/gucci-v${GUCCI_VERSION}-linux-${TARGETARCH} gucci
113+
ADD https://github.com/noqcks/gucci/releases/download/v${GUCCI_VERSION}/gucci-v${GUCCI_VERSION}-linux-${TARGETARCH} gucci
114114
RUN chmod +x gucci
115115

116116
# aws

versions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
api: main
22
console: main
33
tasks: 3.2.0
4-
tools: 2.6.0
4+
tools: 2.7.0

0 commit comments

Comments
 (0)