Skip to content

Releases: omegion/argocd-actions

Release v1.1

27 May 10:16
Compare
Choose a tag to compare

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

Release v1

08 Apr 14:02
be84a98
Compare
Choose a tag to compare

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

Release v0.2.0

28 Jun 16:43
Compare
Choose a tag to compare

Release v0.1.0

14 Apr 09:55
Compare
Choose a tag to compare