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
+35
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,38 @@
1
+
# v1.19.2 Release 2023-12-19
2
+
The executor images in this release are:
3
+
```
4
+
gcr.io/kaniko-project/executor:v1.19.2
5
+
gcr.io/kaniko-project/executor:latest
6
+
```
7
+
8
+
The debug images are available at:
9
+
```
10
+
gcr.io/kaniko-project/executor:debug
11
+
gcr.io/kaniko-project/executor:v1.19.2-debug
12
+
```
13
+
14
+
The slim executor images which don't contain any authentication binaries are available at:
15
+
```
16
+
gcr.io/kaniko-project/executor:slim
17
+
gcr.io/kaniko-project/executor:v1.19.2-slim
18
+
```
19
+
20
+
* chore: update gcr and acr cred helpers [#2910](https://github.com/GoogleContainerTools/kaniko/pull/2910)
21
+
* chore(deps): bump sigstore/cosign-installer from 3.2.0 to 3.3.0 [#2911](https://github.com/GoogleContainerTools/kaniko/pull/2911)
22
+
* chore(deps): bump google.golang.org/api from 0.152.0 to 0.154.0 [#2912](https://github.com/GoogleContainerTools/kaniko/pull/2912)
23
+
* chore(deps): bump cloud.google.com/go/storage from 1.35.1 to 1.36.0 [#2913](https://github.com/GoogleContainerTools/kaniko/pull/2913)
24
+
* chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 [#2914](https://github.com/GoogleContainerTools/kaniko/pull/2914)
25
+
* chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 [#2915](https://github.com/GoogleContainerTools/kaniko/pull/2915)
26
+
* fix: resolve integration test issue issue where container-diff cannot pull OCI images properly from registry [#2918](https://github.com/GoogleContainerTools/kaniko/pull/2918)
27
+
* fix: also update github.com/awslabs/amazon-ecr-credential-helper to resolve issues with AWS ECR authentication (resolves #2882) [#2908](https://github.com/GoogleContainerTools/kaniko/pull/2908)
28
+
29
+
30
+
Huge thank you for this release towards our contributors:
0 commit comments