Skip to content

Commit

Permalink
Release-v0.4.8 (#396)
Browse files Browse the repository at this point in the history
* unhide the new flag

Signed-off-by: Noam Gal <[email protected]>

* v0.4.8

Signed-off-by: Noam Gal <[email protected]>

Signed-off-by: Noam Gal <[email protected]>
Signed-off-by: kim-codefresh <[email protected]>
  • Loading branch information
ATGardner authored and kim-codefresh committed Jan 10, 2023
1 parent d4fb5fb commit 83192f5
Showing 1 changed file with 1 addition and 48 deletions.
49 changes: 1 addition & 48 deletions docs/releases/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,8 @@ argocd-autopilot version

```bash
# download and extract the binary
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.9/argocd-autopilot-linux-amd64.tar.gz | tar zx
=======
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.8/argocd-autopilot-linux-amd64.tar.gz | tar zx
>>>>>>> Release-v0.4.8 (#396)
=======
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.9/argocd-autopilot-linux-amd64.tar.gz | tar zx
>>>>>>> release v0.4.9 (#404)
=======
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.8/argocd-autopilot-linux-amd64.tar.gz | tar zx
>>>>>>> Release-v0.4.8 (#396)
=======
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.9/argocd-autopilot-linux-amd64.tar.gz | tar zx
>>>>>>> release v0.4.9 (#404)


# move the binary to your $PATH
mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot
Expand All @@ -78,23 +63,7 @@ argocd-autopilot version

```bash
# download and extract the binary
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.9/argocd-autopilot-darwin-amd64.tar.gz | tar zx
=======
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.8/argocd-autopilot-darwin-amd64.tar.gz | tar zx
>>>>>>> Release-v0.4.8 (#396)
=======
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.9/argocd-autopilot-darwin-amd64.tar.gz | tar zx
>>>>>>> release v0.4.9 (#404)
=======
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.8/argocd-autopilot-darwin-amd64.tar.gz | tar zx
>>>>>>> Release-v0.4.8 (#396)
=======
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.9/argocd-autopilot-darwin-amd64.tar.gz | tar zx
>>>>>>> release v0.4.9 (#404)

# move the binary to your $PATH
mv ./argocd-autopilot-* /usr/local/bin/argocd-autopilot
Expand All @@ -111,21 +80,5 @@ When using the Docker image, you have to provide the `.kube` and `.gitconfig` di
docker run \
-v ~/.kube:/home/autopilot/.kube \
-v ~/.gitconfig:/home/autopilot/.gitconfig \
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
-it quay.io/argoprojlabs/argocd-autopilot:v0.4.9 <cmd> <flags>
=======
-it quay.io/argoprojlabs/argocd-autopilot:v0.4.8 <cmd> <flags>
>>>>>>> Release-v0.4.8 (#396)
=======
-it quay.io/argoprojlabs/argocd-autopilot:v0.4.9 <cmd> <flags>
>>>>>>> release v0.4.9 (#404)
=======
-it quay.io/argoprojlabs/argocd-autopilot:v0.4.8 <cmd> <flags>
>>>>>>> Release-v0.4.8 (#396)
=======
-it quay.io/argoprojlabs/argocd-autopilot:v0.4.9 <cmd> <flags>
>>>>>>> release v0.4.9 (#404)
```

0 comments on commit 83192f5

Please sign in to comment.