Skip to content

Commit e994fad

Browse files
chore(release): release v1.19.2 (#2919)
1 parent dd752d9 commit e994fad

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

+35
Original file line numberDiff line numberDiff 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:
31+
- Aaron Prindle
32+
- dependabot[bot]
33+
- Patrick Decat
34+
35+
136
# v1.19.1 Release 2023-12-15
237
The executor images in this release are:
338
```

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Bump these on release
1616
VERSION_MAJOR ?= 1
1717
VERSION_MINOR ?= 19
18-
VERSION_BUILD ?= 1
18+
VERSION_BUILD ?= 2
1919

2020
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2121
VERSION_PACKAGE = $(REPOPATH/pkg/version)

0 commit comments

Comments
 (0)