File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 4.3.0] - 2022-09-08
8+ ### Added
9+ - Argo Rollouts plugin for kubectl
10+
711## [ 4.2.0] - 2022-08-29
812### Changed
913- Bump version of base image to 20.10.17
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ RUN wget -q https://releases.hashicorp.com/vault/1.11.2/vault_1.11.2_linux_amd64
3232 chmod +x /usr/local/bin/vault && \
3333 rm vault.zip
3434
35+ RUN wget -q https://github.com/argoproj/argo-rollouts/releases/download/v1.2.2/kubectl-argo-rollouts-linux-amd64 -O kubectl-argo-rollouts && \
36+ mv kubectl-argo-rollouts /usr/local/bin && \
37+ chmod +x /usr/local/bin/kubectl-argo-rollouts
38+
3539COPY --from=docker/compose:alpine-1.27.4 /usr/local/bin/docker-compose /usr/local/bin/
3640
3741ADD https://raw.githubusercontent.com/AckeeDevOps/gitlab-ci-utils/$GITLAB_CI_UTILS_VERSION/scripts/helper_functions.sh /usr/local/bin/helper_functions.sh
You can’t perform that action at this time.
0 commit comments