Skip to content

Releases: Neosperience/shipper

1.0.0

10 May 09:30
Compare
Choose a tag to compare

Changelog

Full Changelog: 0.4.0...1.0.0

Added

  • Support for JSON files
  • Support for Azure DevOps Services Git repositories as git provider (--repo-kind azure)

Fixed

  • --gitea-endpoint used to have a wrong default. Now it has the no default (as there is no central Gitea server)

Docker images

  • docker pull ghcr.io/neosperience/shipper:1.0.0

0.4.0

10 May 09:20
Compare
Choose a tag to compare

Shipper (0.4.0)

Changelog

Added

  • Support for Gitea as git provider (--repo-kind gitea)
  • Added support for updating multiple images at once, either specifying --container-image, --container-tag (and other related tags) multiple times, or by using the environmental variables CONTAINER_IMAGES and CONTAINER_TAGS with comma-separated values. Multiple files can also be changed with one single run (resulting in a single commit).

Changed

  • Shipper now has some informational logs about its parameters and, if the git provider supports it, a URL to the commit that was created.

Docker images

  • docker pull ghcr.io/neosperience/shipper:0.4.0

0.3.0

28 Feb 16:52
Compare
Choose a tag to compare

Changelog

Full Changelog: 0.2.0...0.3.0

Added

  • --no-verify-tls will make all HTTPS requests skip TLS cerficate validation (eg. for running selfsigned certificates)

Changed

  • Every HTTP request now uses the default Go transport options, most notably timeout is now 90 seconds instead of 30, plus a few extra sanity checks.

Docker images

  • docker pull ghcr.io/neosperience/shipper:0.3.0

0.2.0

28 Feb 16:51
5ccf106
Compare
Choose a tag to compare

Changelog

Full Changelog: 0.1.0...0.2.0

Added

  • Added support for GitHub as a git provider (--repo-kind github), works with both hosted GitHub and GitHub Enteprise Server.

Changed

  • Set default value for --gitlab-endpoint/-gl-url to GitLab.com's API endpoint

Docker images

  • docker pull ghcr.io/neosperience/shipper:0.2.0

0.1.0

28 Feb 09:13
d29c3ad
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Changelog

Full Changelog: https://github.com/Neosperience/shipper/commits/0.1.0

Added

  • Support for GitLab as a Git provider
  • Support for Bitbucket cloud as a Git provider
  • Support for Helm as a templater
  • Support for Kustomize as a templater

Docker images

  • docker pull ghcr.io/neosperience/shipper:0.1.0