Skip to content

Commit 89086e6

Browse files
authored
Merge pull request #21 from AckeeDevOps/feat/72517-argo-rollouts-kubectl-plugin
✨ Install Argo Rollouts kubectl plugin
2 parents 7983354 + 598181b commit 89086e6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
3539
COPY --from=docker/compose:alpine-1.27.4 /usr/local/bin/docker-compose /usr/local/bin/
3640

3741
ADD https://raw.githubusercontent.com/AckeeDevOps/gitlab-ci-utils/$GITLAB_CI_UTILS_VERSION/scripts/helper_functions.sh /usr/local/bin/helper_functions.sh

0 commit comments

Comments
 (0)