Skip to content

Commit d216a2e

Browse files
committed
Updated all references to v0.0.21
1 parent 53cc3fc commit d216a2e

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/generate-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
-v $(pwd)/output:/output \
3636
-e TARGET_BRANCH=${{ github.head_ref }} \
3737
-e REPO=${{ github.repository }} \
38-
dagandersen/argocd-diff-preview:v0.0.20
38+
dagandersen/argocd-diff-preview:v0.0.21
3939
4040
- name: Post diff as comment
4141
run: |

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "argocd-diff-preview"
3-
version = "0.0.20"
3+
version = "0.0.21"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The safest way to make changes to you Helm Charts and Kustomize Overlays in your
5454
> -v $(pwd)/target-branch:/target-branch \
5555
> -e TARGET_BRANCH=helm-example-3 \
5656
> -e REPO=dag-andersen/argocd-diff-preview \
57-
> dagandersen/argocd-diff-preview:v0.0.20
57+
> dagandersen/argocd-diff-preview:v0.0.21
5858
> ```
5959
>
6060
> and the output would be something like this:
@@ -115,7 +115,7 @@ jobs:
115115
-v $(pwd)/output:/output \
116116
-e TARGET_BRANCH=${{ github.head_ref }} \
117117
-e REPO=${{ github.repository }} \
118-
dagandersen/argocd-diff-preview:v0.0.20
118+
dagandersen/argocd-diff-preview:v0.0.21
119119
120120
- name: Post diff as comment
121121
run: |

docs/application-selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
-e TARGET_BRANCH=${{ github.head_ref }} \
7171
-e REPO=${{ github.repository }} \
7272
-e FILES_CHANGED="${{ steps.changed-files.outputs.all_changed_files }}"
73-
dagandersen/argocd-diff-preview:v0.0.20
73+
dagandersen/argocd-diff-preview:v0.0.21
7474
```
7575

7676
## Ignoring individual applications

docs/demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ docker run \
1717
-v $(pwd)/target-branch:/target-branch \
1818
-e TARGET_BRANCH=helm-example-3 \
1919
-e REPO=dag-andersen/argocd-diff-preview \
20-
dagandersen/argocd-diff-preview:v0.0.20
20+
dagandersen/argocd-diff-preview:v0.0.21
2121
```
2222

2323
and the output would be something like this:

docs/github-actions-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
-v $(pwd)/output:/output \
4040
-e TARGET_BRANCH=${{ github.head_ref }} \
4141
-e REPO=${{ github.repository }} \
42-
dagandersen/argocd-diff-preview:v0.0.20
42+
dagandersen/argocd-diff-preview:v0.0.21
4343
4444
- name: Post diff as comment
4545
run: |
@@ -88,7 +88,7 @@ In the simple code examples above, we do not provide the cluster with any creden
8888
-v $(pwd)/secrets:/secrets \ ⬅️ Mount the secrets folder
8989
-e TARGET_BRANCH=${{ github.head_ref }} \
9090
-e REPO=${{ github.repository }} \
91-
dagandersen/argocd-diff-preview:v0.0.20
91+
dagandersen/argocd-diff-preview:v0.0.21
9292
```
9393

9494
For more info, see the [Argo CD docs](https://argo-cd.readthedocs.io/en/stable/operator-manual/argocd-repo-creds-yaml/)

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
-e TARGET_BRANCH=<branch-a> \
2929
-e BASE_BRANCH=<branch-b> \
3030
-e REPO=<owner>/<repo> \
31-
dagandersen/argocd-diff-preview:v0.0.20
31+
dagandersen/argocd-diff-preview:v0.0.21
3232
```
3333

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

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

0 commit comments

Comments
 (0)