-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from manics/changelog-0.2.0
Changelog 0.2.0
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# 0.2.0 - 2023-10-15 | ||
|
||
([full changelog](https://github.com/manics/repo2podman/compare/0.1.1...0.2.0)) | ||
|
||
## Merged PRs | ||
|
||
- `--cache-from` is no longer a noop [#70](https://github.com/manics/repo2podman/pull/70) ([@manics](https://github.com/manics)) | ||
- Dependabot: github-actions [#69](https://github.com/manics/repo2podman/pull/69) ([@manics](https://github.com/manics)) | ||
- Add support for registry login [#68](https://github.com/manics/repo2podman/pull/68) ([@manics](https://github.com/manics)) | ||
- podman executable can be overridden [#67](https://github.com/manics/repo2podman/pull/67) ([@manics](https://github.com/manics)) | ||
- Dockerfile: PODMAN_VERSION=v4.6.1 [#63](https://github.com/manics/repo2podman/pull/63) ([@manics](https://github.com/manics)) | ||
- Add platform argument [#40](https://github.com/manics/repo2podman/pull/40) ([@manics](https://github.com/manics)) | ||
- Add single CI status job for branch protection rule [#39](https://github.com/manics/repo2podman/pull/39) ([@manics](https://github.com/manics)) | ||
- Update GitHub action versions [#34](https://github.com/manics/repo2podman/pull/34) ([@manics](https://github.com/manics)) | ||
- Clone tests from repo2docker tag, not latest [#33](https://github.com/manics/repo2podman/pull/33) ([@manics](https://github.com/manics)) | ||
- Fix push handling [#32](https://github.com/manics/repo2podman/pull/32) ([@sgaist](https://github.com/sgaist)) | ||
- Add container build [#29](https://github.com/manics/repo2podman/pull/29) ([@manics](https://github.com/manics)) | ||
- Update pre-commit [#20](https://github.com/manics/repo2podman/pull/20) ([@manics](https://github.com/manics)) | ||
|
||
# 0.1.1 - 2022-02-07 | ||
|
||
# 0.1.0 - 2021-09-11 |