Releases: cri-o/crio-credential-provider
Releases · cri-o/crio-credential-provider
v0.1.2
What's Changed
- Set version to v0.1.2 by @saschagrunert in #61
- Fix the AMD-V extension issue with VirtualBox by @saschagrunert in #64
- Add artifacts to snapshot build by @saschagrunert in #65
- Apply code optimizations by @saschagrunert in #66
- Revert
kvm_amdmodule removal by @saschagrunert in #67 - Add RPM spec file and CI build test by @saschagrunert in #79
- Update golangci-lint to v2.6.2 by @saschagrunert in #80
- Fix specfile for downstream build by @vfreex in #82
- Sync version to 0.1.2 by @saschagrunert in #85
New Contributors
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Add support for s390x and ppc64le in releases by @saschagrunert in #53
- Remove release notes from PR template by @saschagrunert in #54
- Fix release binary names by @saschagrunert in #56
- Optimize unit tests by @saschagrunert in #55
- Adjust release fetch-depth to 0 by @saschagrunert in #60
- Adjust goreleaser config to omit warning about binary dupe by @saschagrunert in #58
- Add release note none to PR template by @saschagrunert in #59
- Re-add binary name template by @saschagrunert in #62
Full Changelog: v0.1.0...v0.1.1
v0.1.0
This is the initial release.
What's Changed
- Add mirror resolution via registries.conf by @QiWang19 in #1
- Write secrets to authfile by @QiWang19 in #2
- Rename project and add basic build CI step by @saschagrunert in #3
- Add OWNERS file by @saschagrunert in #4
- Add unit and lint tests to CI by @saschagrunert in #5
- Switch to
/etc/crio/authfor auth dir by @saschagrunert in #6 - Bump the actions group with 4 updates by @dependabot[bot] in #7
- Add readGlobalAuthFile and merge with secret auth by @QiWang19 in #8
- Modularize whole project into dedicated go packages by @saschagrunert in #10
- Write auth file to contain image name hash by @saschagrunert in #9
- Fix logic handling global auth and registry matching by @QiWang19 in #12
- Add basic e2e test by @saschagrunert in #11
- Use testify/assert instead of tj/assert by @saschagrunert in #13
- Add unit tests to k8s package by @saschagrunert in #14
- Allow logging to journald by @saschagrunert in #15
- Reduce binary size and disable cgo by default by @saschagrunert in #16
- Remove logfile support and make logger global by @saschagrunert in #17
- Don't error if no mirror got found by @saschagrunert in #18
- Don't aditionally parse the docker ref by @saschagrunert in #19
- Create first
apppackage unit test by @saschagrunert in #20 - e2e: assert CRI-O and registry logs by @saschagrunert in #21
- Use vagrant for e2e tests and enhance them to check for auth file removal by @saschagrunert in #25
- Bump crate-ci/typos from 1.36.2 to 1.36.3 in the actions group by @dependabot[bot] in #23
- Update golangci-lint and config by @saschagrunert in #27
- Add vagrant box to dependencies.yaml by @saschagrunert in #28
- Add more
appunit tests by @saschagrunert in #26 - Cleanup some error message and comments by @QiWang19 in #29
- Bump crate-ci/typos from 1.36.3 to 1.37.0 in the actions group by @dependabot[bot] in #31
- Add codecov config to unblock CI by @saschagrunert in #30
- Optimize e2e tests by restarting CRI-O by @saschagrunert in #32
- Bump crate-ci/typos from 1.37.0 to 1.37.1 in the actions group by @dependabot[bot] in #33
- Make
configandauth.FilePathpublic by @saschagrunert in #34 - Bump crate-ci/typos from 1.37.1 to 1.37.2 in the actions group by @dependabot[bot] in #37
- Rename project to
crio-credential-providerby @saschagrunert in #38 - Bump crate-ci/typos from 1.37.2 to 1.38.0 in the actions group by @dependabot[bot] in #39
- Bump crate-ci/typos from 1.38.0 to 1.38.1 in the actions group by @dependabot[bot] in #40
- Add
--versionand--version-jsonflags by @saschagrunert in #35 - Retrieve API server host dynamically if available by @saschagrunert in #41
- Downgrade golang to 1.24 by @saschagrunert in #43
- Add docs how to manually test the credential provider on OpenShift by @saschagrunert in #42
- Increase unit test coverage by @saschagrunert in #47
- Enhance documentation by @saschagrunert in #44
- Add Apache license by @saschagrunert in #45
- Add release and snapshot workflows by @saschagrunert in #46
- Fix goreleaser command by @saschagrunert in #50
- Add badges by @saschagrunert in #49
- Migrate e2e tests to use bats by @saschagrunert in #51
New Contributors
- @QiWang19 made their first contribution in #1
- @saschagrunert made their first contribution in #3
- @dependabot[bot] made their first contribution in #7
Full Changelog: https://github.com/cri-o/crio-credential-provider/commits/v0.1.0