Skip to content

Tags: alxhlz/kaniko

Tags

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(fix):Pass full context to S3 context handler (GoogleContainerTools#2221

)

On version 1.9.0 context fetch from S3 is broken since `url.Parse` requires full path: https://github.com/GoogleContainerTools/kaniko/blob/90e426ba3fde4b72efbcec5f10e4f73963313228/pkg/util/bucket/bucket_util.go#L77
Currently on a --context=s3://my-bucket/my-path/context.tar.gz we would pass only my-bucket/my-path/context.tar.gz which breaks context fetch

Closes GoogleContainerTools#2200

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v1.9.0 (GoogleContainerTools#2117)

Highlights
- Installed binaries are missing from image GoogleContainerTools#2049
- proc: detect kubernetes runtime by mounts GoogleContainerTools#2054
- Fixes GoogleContainerTools#2046: make target stage lookup case insensitive GoogleContainerTools#2047
- Fix: Refactor LayersMap to correct old strange code behavior GoogleContainerTools#2066
- Fix missing setuid flags on COPY --from=build operation GoogleContainerTools#2089
- Fixes GoogleContainerTools#2046: make target stage lookup case insensitive GoogleContainerTools#2047
- Add GitLab CI credentials helper GoogleContainerTools#2040
- And a number of dependency bumps

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add release notes for v1.8.1 (GoogleContainerTools#2029)

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump actions/setup-go from 2.2.0 to 3 (GoogleContainerTools#1970)

* Bump actions/setup-go from 2.2.0 to 3

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.2.0 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@bfdd357...f6164bd)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .github/workflows/integration-tests.yaml

* Update .github/workflows/unit-tests.yaml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jason Hall <[email protected]>

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md

v1.6.0

Toggle v1.6.0's commit message
release v1.6.0

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release notes for v1.5.1 (GoogleContainerTools#1589)

* release notes for v1.5.1

* release notes for v1.5.1

v1.5.0

Toggle v1.5.0's commit message
Release v1.5.0

v1.4.0

Toggle v1.4.0's commit message
1.4.0 Release