You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog:
2
2
3
+
# v0.4.14
4
+
5
+
-[docs] improved and organized official docs [#440](https://github.com/argoproj-labs/argocd-autopilot/pull/440)
6
+
-[fix] redundant validation of write permission when using `--recover`[#443](https://github.com/argoproj-labs/argocd-autopilot/issues/443)
7
+
3
8
# v0.4.13
4
9
5
10
-[docs] docs: fix wordings and typos in Getting-Started [#431](https://github.com/argoproj-labs/argocd-autopilot/pull/431)
Copy file name to clipboardexpand all lines: docs/releases/release_notes.md
+6-7
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
1
### Changes
2
2
3
-
-[docs]docs: fix wordings and typos in Getting-Started[#431](https://github.com/argoproj-labs/argocd-autopilot/pull/431)
4
-
-[fix]when bootstrap repo contains a port, argocd-tls-certs-cm is invalid [#434](https://github.com/argoproj-labs/argocd-autopilot/issues/434)
3
+
-[docs]improved and organized official docs[#440](https://github.com/argoproj-labs/argocd-autopilot/pull/440)
4
+
-[fix]redundant validation of write permission when using `--recover`[#443](https://github.com/argoproj-labs/argocd-autopilot/issues/443)
5
5
6
6
### Contributors:
7
7
8
-
- Thomas Stadler ([@thomasstxyz](https://github.com/thomasstxyz))
9
-
- Noam Gal ([@noam-codefresh](https://github.com/noam-codefresh))
8
+
- Roi Kramer ([@roi-codefresh](https://github.com/roi-codefresh))
10
9
11
10
## Installation:
12
11
@@ -49,7 +48,7 @@ argocd-autopilot version
49
48
50
49
```bash
51
50
# download and extract the binary
52
-
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.13/argocd-autopilot-linux-amd64.tar.gz | tar zx
51
+
curl -L --output - https://github.com/argoproj-labs/argocd-autopilot/releases/download/v0.4.14/argocd-autopilot-linux-amd64.tar.gz | tar zx
0 commit comments