Releases: containers/containerimage-py
Releases · containers/containerimage-py
v1.1.4
What's Changed
- fix(lint): extend manifest list linter to manifests by @whatsacomputertho in #75
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- fix(lint): use correct auth in manifest linter by @whatsacomputertho in #73
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- fix(lint): improves error handling in container image linter by @whatsacomputertho in #71
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- fix(lint): resolve failure for single-arch lint by @whatsacomputertho in #69
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Adds container image linting capability
- Begins to scaffold basic CLI structure, which is installed when the package is installed
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- feat(timeout): add read & connect timeouts, get tag method by @whatsacomputertho in #65
- chore(release): prepare for 1.0.1 release by @whatsacomputertho in #66
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- feat(copy): implement registry-to-registry and registry-to-filesystem copy by @whatsacomputertho in #47
- chore(release): prepare for 1.0.0 release by @whatsacomputertho in #49
- fix(copy): parse www-authenticate header and query params correctly by @whatsacomputertho in #52
- fix(copy): fine-tune chunk size, add chunk size param, fix manifest upload method by @whatsacomputertho in #57
- feat(parallel): optionally run blob uploads in parallel by @whatsacomputertho in #59
- fix(manifest): use raw manifest and preserve during copy by @whatsacomputertho in #61
- feat(copy): improve image copy robustness and efficiency by @whatsacomputertho in #63
Full Changelog: v1.0.0-beta.1...v1.0.0
v1.0.0-beta.1
What's Changed
- fix(auth): do auth dance even when basic auth creds are not found by @whatsacomputertho in #33
- fix(validation): do not enforce entry mediatypes by @whatsacomputertho in #38
- feat(inspect): python-native skopeo inspect by @whatsacomputertho in #41
- doc(inspect): add inspect to quick example by @whatsacomputertho in #43
Full Changelog: v1.0.0-alpha.1...v1.0.0-beta.1
v1.0.0-alpha.1
What's Changed
- feat(example): write quick example, add to readme by @whatsacomputertho in #1
- feat(diff): example for calculating diff between two images by @whatsacomputertho in #4
- doc(sphinx): begin to configure sphinx doc generation by @whatsacomputertho in #11
- ci(test): test module across all supported python versions in ci by @whatsacomputertho in #13
- ci(sec): add pip audit and detect secrets in precommit and ci by @whatsacomputertho in #14
- doc(tools): add contribution documentation by @whatsacomputertho in #22
- ci(build): add workflow for building the distribution by @whatsacomputertho in #23
- [1.0] chore(release): update ci and prepare docs for release by @whatsacomputertho in #26
Full Changelog: https://github.com/containers/containerimage-py/commits/v1.0.0-alpha.1