Skip to content

Releases: ploigos/ploigos-containers

v2.0.0

29 May 17:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v2.0.0-rc4

v1.0.0

17 Nov 21:26
Compare
Choose a tag to compare

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

14 Sep 20:19
Compare
Choose a tag to compare

v0.21.1

10 Sep 14:52
Compare
Choose a tag to compare

v0.21.0

07 Sep 13:53
Compare
Choose a tag to compare

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

v0.20.0

04 Aug 19:43
Compare
Choose a tag to compare

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

22 Jul 22:40
c470af9
Compare
Choose a tag to compare

purpose

fix bug with rekor

fix

v0.19.0 (BROKEN)

22 Jul 15:15
Compare
Choose a tag to compare

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

29 Jun 17:17
Compare
Choose a tag to compare

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.

v0.17.0

17 Jun 14:53
Compare
Choose a tag to compare

purpose

been a while since a release...

enhancements

  • updated to PSR v0.17.0
  • added ploigos-tool-rekor

breaking

  • none - we think.