Releases: ploigos/ploigos-containers
Releases · ploigos/ploigos-containers
v2.0.0
What's Changed
- Update maven version to 3.8.4. 3.8.3 can no longer be downloaded from… by @dwinchell in #100
- maven 3.8.4 no longer available, update to 3.8.5 by @itewk in #102
- ploigos-tool-maven - perminent fix for maven url breakage by @itewk in #103
- Changed workflow events so we can more easily test pull requests by @dwinchell in #105
- Add tool and build containers for JDK 17 by @christophermay07 in #107
- ci - 2023 fixes by @itewk in #111
- adding ubi9 by @bcarr-rh in #114
- updgrading base to python39 by @bcarr-rh in #116
- Feature/python39 2 by @bcarr-rh in #117
- updating cli to 4.11 and argo to 2.5.16 by @bcarr-rh in #118
New Contributors
Full Changelog: v1.0.0...v2.0.0-rc4
v1.0.0
Purpose
See PSR release notes: here
Enhancements
- Update to javascript image to support selenium
- Updating to match Ploigos step runner release v1.0.0
Bug Fixes
- N/A
Breaking Changes
- N/A
What's Changed
- Update javascript image to include java to support selenium by @kharyam in #97
- Update containerfile for release v1.0.0 by @twling in #99
New Contributors
Full Changelog: v0.22.0...v1.0.0
v0.22.0
v0.21.1
v0.21.0
Purpose
Fixes and enhancements.
Enhancements
- update to java 11 by default (but also build java 8 images)
- add Containerfile for argo-repo-server (can't build automatically due to dependency on image in private repository)
Fixes
- fix locale warnings
Breaking
- the update to java 11 by default may break someone
- See PSR v0.21.0 release notes as it has breaking changes
v0.20.0
purpose
Upgrade maven and set default storage driver for container operations.
Enchantments
- maven upgraded to 3.8.1
- set default storeage driver for podman/buildah/skopeo to vfs because thats currently the only driver that works rootless in a container
- update helm-secrets plugin to use latest community supported zendesk release
- init add fo
ploigos-tool-javascript
Breaking
- none, we dont think.
v0.19.1
v0.19.0 (BROKEN)
WARNING
The ploigos-tool-autogov image does not work with the psr v0.19.0 in that image due to #78.
Do not use this version, skip to v0.19.1
Purpose
some fixes and some enhancements.
Enhancements
- upgrade to argocd v2.0.4
- added autogov image
- upgrade to PSR v.0.19.0
Fixes
- none
Breaking
- renamed rekor image to autogov image
- renamed ploigos-base-java-8 to ploigos-tool-java-8
v0.18.0
purpose
make it so ploigos-tool containers can build containers while running as any uid
enhancements
- make it so ploigos-tool containers can build containers while running as any uid
- standardize setting user in all containers
- standardize entrypoint for all containers so that update-ca-trust gets run by default
- readme updates/cleanup
breaking
- helm, argo, and maven containers had their entrypoints changed so they no longer directly call their respective commands as part of the entrypoint. this makes it simpler for using these containers in workflows where they just need to be running but could break anyone who was usng them outside of a workflow to simply run commands.