Releases: omegion/argocd-actions
Releases · omegion/argocd-actions
Release v1.1
Installation
You can use go
to build ArgoCD Actions locally with:
go install github.com/omegion/argocd-actions@latest
Or, you can use the usual commands to install or upgrade:
On OS X
sudo curl -fL https://github.com/omegion/argocd-actions/releases/download/v1.1/argocd-actions-darwin-amd64 -o /usr/local/bin/argocd-actions \
&& sudo chmod +x /usr/local/bin/argocd-actions
On Linux
sudo curl -fL https://github.com/omegion/argocd-actions/releases/download/v1.1/argocd-actions-linux-amd64 -o /usr/local/bin/argocd-actions \
&& sudo chmod +x /usr/local/bin/argocd-actions
On Windows (Powershell)
Invoke-WebRequest -Uri https://github.com/omegion/argocd-actions/releases/download/v1.1/argocd-actions-windows-amd64 -OutFile $home\AppData\Local\Microsoft\WindowsApps\argocd-actions.exe
Otherwise, download one of the releases from the release page
directly.
See the installation docs for more install options and instructions.
Changelog
- 8a5153f [I-18] Improve image tag & upgrade to 1.18
- Hakan [email protected]
- a92d580 [I-18] Improve image tag & upgrade to 1.18
- Hakan [email protected]
- ea60f5c [I-18] Improve image tag & upgrade to 1.18
- Hakan [email protected]
- 4b370c7 [I-18] Improve image tag & upgrade to 1.18 (#19)
- Hakan [email protected]
- 0b0e601 - fix lints
- Hakan [email protected]
Release v1
Installation
You can use go
to build S3 Secrets Manager locally with:
go install github.com/omegion/argocd-actions
Or, you can use the usual commands to install or upgrade:
On OS X
curl -L https://github.com/omegion/argocd-actions/releases/download/v1/argocd-actions-darwin-amd64 >/usr/local/bin/argocd-actions
&& \
chmod +x /usr/local/bin/argocd-actions
On Linux
curl -L https://github.com/omegion/argocd-actions/releases/download/v1/argocd-actions-linux-amd64 >/usr/local/bin/argocd-actions
&& \
chmod +x /tmp/argocd-actions && \
sudo cp /tmp/argocd-actions /usr/local/bin/argocd-actions
Otherwise, download one of the releases from the release page
directly.
See the install docs for more install options and instructions.
Changelog
- be84a98 I-11 | Change repo name (#12)
- Hakan [email protected]
- 436f104 OS-14 (#4)
- Hakan Kurtulus [email protected]
- 32d927a Os 14 (#3)
- Hakan Kurtulus [email protected]
- e9d2b6e OS-14 | Refactor API and add more tests (#1)
- Hakan Kurtulus [email protected]
Release v0.2.0
fix linter
Release v0.1.0
Update README.md