Skip to content

Commit

Permalink
Updated all references to v0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-andersen committed Oct 26, 2024
1 parent 53cc3fc commit d216a2e
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
-v $(pwd)/output:/output \
-e TARGET_BRANCH=${{ github.head_ref }} \
-e REPO=${{ github.repository }} \
dagandersen/argocd-diff-preview:v0.0.20
dagandersen/argocd-diff-preview:v0.0.21
- name: Post diff as comment
run: |
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "argocd-diff-preview"
version = "0.0.20"
version = "0.0.21"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The safest way to make changes to you Helm Charts and Kustomize Overlays in your
> -v $(pwd)/target-branch:/target-branch \
> -e TARGET_BRANCH=helm-example-3 \
> -e REPO=dag-andersen/argocd-diff-preview \
> dagandersen/argocd-diff-preview:v0.0.20
> dagandersen/argocd-diff-preview:v0.0.21
> ```
>
> and the output would be something like this:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
-v $(pwd)/output:/output \
-e TARGET_BRANCH=${{ github.head_ref }} \
-e REPO=${{ github.repository }} \
dagandersen/argocd-diff-preview:v0.0.20
dagandersen/argocd-diff-preview:v0.0.21
- name: Post diff as comment
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs/application-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
-e TARGET_BRANCH=${{ github.head_ref }} \
-e REPO=${{ github.repository }} \
-e FILES_CHANGED="${{ steps.changed-files.outputs.all_changed_files }}"
dagandersen/argocd-diff-preview:v0.0.20
dagandersen/argocd-diff-preview:v0.0.21
```

## Ignoring individual applications
Expand Down
2 changes: 1 addition & 1 deletion docs/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ docker run \
-v $(pwd)/target-branch:/target-branch \
-e TARGET_BRANCH=helm-example-3 \
-e REPO=dag-andersen/argocd-diff-preview \
dagandersen/argocd-diff-preview:v0.0.20
dagandersen/argocd-diff-preview:v0.0.21
```

and the output would be something like this:
Expand Down
4 changes: 2 additions & 2 deletions docs/github-actions-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
-v $(pwd)/output:/output \
-e TARGET_BRANCH=${{ github.head_ref }} \
-e REPO=${{ github.repository }} \
dagandersen/argocd-diff-preview:v0.0.20
dagandersen/argocd-diff-preview:v0.0.21
- name: Post diff as comment
run: |
Expand Down Expand Up @@ -88,7 +88,7 @@ In the simple code examples above, we do not provide the cluster with any creden
-v $(pwd)/secrets:/secrets \ ⬅️ Mount the secrets folder
-e TARGET_BRANCH=${{ github.head_ref }} \
-e REPO=${{ github.repository }} \
dagandersen/argocd-diff-preview:v0.0.20
dagandersen/argocd-diff-preview:v0.0.21
```

For more info, see the [Argo CD docs](https://argo-cd.readthedocs.io/en/stable/operator-manual/argocd-repo-creds-yaml/)
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
-e TARGET_BRANCH=<branch-a> \
-e BASE_BRANCH=<branch-b> \
-e REPO=<owner>/<repo> \
dagandersen/argocd-diff-preview:v0.0.20
dagandersen/argocd-diff-preview:v0.0.21
```

If base-branch(`BASE_BRANCH`) is not specified it will default to `main`.
Expand All @@ -52,7 +52,7 @@
*Example for downloading and running on macOS:*

```bash
curl -LJO https://github.com/dag-andersen/argocd-diff-preview/releases/download/v0.0.20/argocd-diff-preview-Darwin-x86_64.tar.gz
curl -LJO https://github.com/dag-andersen/argocd-diff-preview/releases/download/v0.0.21/argocd-diff-preview-Darwin-x86_64.tar.gz
tar -xvf argocd-diff-preview-Darwin-x86_64.tar.gz
sudo mv argocd-diff-preview /usr/local/bin
argocd-diff-preview --help
Expand Down

0 comments on commit d216a2e

Please sign in to comment.