Skip to content

Commit

Permalink
Update toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent 12de61a commit c86abe5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docker/toolchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BUILDKIT_SBOM_SCAN_CONTEXT=true
ARG BUILDKIT_SBOM_SCAN_STAGE=upgraded-alpine,release-binary-fetcher,final

# Alpine image with update and upgrade performed
FROM alpine:3.18.4 as upgraded-alpine
FROM alpine:3.19.1 as upgraded-alpine
RUN set -ex \
&& apk update \
&& apk upgrade
Expand Down
32 changes: 16 additions & 16 deletions docker/toolchain/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,55 +2,55 @@
AGE_VERSION=v1.1.1

# renovate: datasource=github-releases depName=cilium/cilium-cli
CILIUM_CLI_VERSION=v0.15.11
CILIUM_CLI_VERSION=v0.16.4

# renovate: datasource=github-releases depName=cloudflare/cfssl
CFSSL_TOOLKIT_VERSION=v1.6.4
CFSSL_TOOLKIT_VERSION=v1.6.5

# renovate: datasource=github-releases depName=kubernetes-sigs/cluster-api
CLUSTERCTL_VERSION=v1.5.2
CLUSTERCTL_VERSION=v1.7.0

# renovate: datasource=github-releases depName=kubernetes-sigs/cri-tools
CRICTL_VERSION=v1.28.0
CRICTL_VERSION=v1.29.0

# renovate: datasource=github-releases depName=kubernetes-sigs/cri-tools
CRITEST_VERSION=v1.28.0
CRITEST_VERSION=v1.29.0

# renovate: datasource=github-releases depName=fluxcd/flux2
FLUX_VERSION=v2.1.2
FLUX_VERSION=v2.2.3

# renovate: datasource=github-releases depName=cli/cli
GITHUB_CLI_VERSION=v2.37.0
GITHUB_CLI_VERSION=v2.48.0

# renovate: datasource=github-releases depName=google/go-containerregistry
GO_CONTAINER_REGISTRY_VERSION=v0.16.1
GO_CONTAINER_REGISTRY_VERSION=v0.19.1

# renovate: datasource=github-releases depName=helm/helm
HELM_VERSION=v3.13.1
HELM_VERSION=v3.14.4

# renovate: datasource=github-releases depName=cilium/hubble
HUBBLE_VERSION=v0.12.2
HUBBLE_VERSION=v0.13.2

# renovate: datasource=github-releases depName=kubernetes/kubernetes
KUBEADM_VERSION=v1.28.3
KUBEADM_VERSION=v1.29.4

# renovate: datasource=github-releases depName=kubernetes/kubernetes
KUBECTL_VERSION=v1.28.3
KUBECTL_VERSION=v1.29.4

# renovate: datasource=github-releases depName=mozilla/sops
SOPS_VERSION=v3.8.1

# renovate: datasource=github-releases depName=siderolabs/talos
TALOSCTL_VERSION=v1.5.4
TALOSCTL_VERSION=v1.6.7

# renovate: datasource=github-releases depName=go-task/task
TASK_VERSION=v3.31.0
TASK_VERSION=v3.36.0

# renovate: datasource=github-releases depName=hashicorp/terraform
TERRAFORM_VERSION=v1.6.2
TERRAFORM_VERSION=v1.8.1

# renovate: datasource=github-releases depName=cilium/tetragon
TETRAGON_VERSION=v0.11.0

# renovate: datasource=github-releases depName=mikefarah/yq
YQ_VERSION=v4.35.2
YQ_VERSION=v4.43.1

0 comments on commit c86abe5

Please sign in to comment.