Skip to content

Commit 7f817f3

Browse files
authored
docs: update changelog for v2.13.0 (#9471)
1 parent e976e81 commit 7f817f3

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
# v2.13.0 Release - 07/08/2024
2+
**Linux amd64**
3+
`curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin`
4+
5+
**Linux arm64**
6+
`curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.0/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin`
7+
8+
**macOS amd64**
9+
`curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin`
10+
11+
**macOS arm64**
12+
`curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.13.0/skaffold-darwin-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin`
13+
14+
**Windows**
15+
https://storage.googleapis.com/skaffold/releases/v2.13.0/skaffold-windows-amd64.exe
16+
17+
**Docker image**
18+
`gcr.io/k8s-skaffold/skaffold:v2.13.0`
19+
20+
Highlights:
21+
22+
New Features and Additions:
23+
* feat: make ADC the default option for GCP authentication when using go-containerregistry [#9456](https://github.com/GoogleContainerTools/skaffold/pull/9456)
24+
* feat: Optimized fs walker and util.IsEmptyDir [#9433](https://github.com/GoogleContainerTools/skaffold/pull/9433)
25+
26+
Fixes:
27+
* fix: first and last image won't be detected as known image, do not add single quote to the jsonpath (#9448) [#9449](https://github.com/GoogleContainerTools/skaffold/pull/9449)
28+
* fix(cmd): fixed err output for delete and deploy commands [#9437](https://github.com/GoogleContainerTools/skaffold/pull/9437)
29+
30+
Updates and Refactors:
31+
* chore: upgrade-go-to-1.22.4 [#9454](https://github.com/GoogleContainerTools/skaffold/pull/9454)
32+
* chore(logs): update log messages for better clarity [#9443](https://github.com/GoogleContainerTools/skaffold/pull/9443)
33+
34+
Huge thanks goes out to all of our contributors for this release:
35+
36+
- Renzo Rojas
37+
- Roland Németh
38+
- Suleiman Dibirov
39+
- ericzzzzzzz
40+
141
# v2.12.0 Release - 05/14/2024
242
**Linux amd64**
343
`curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.12.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin`

0 commit comments

Comments
 (0)