All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2022-05-10
- Support for JSON files
- Support for Azure DevOps Services Git repositories as git provider (
--repo-kind azure
)
--gitea-endpoint
used to have a wrong default. Now it has the no default (as there is no central Gitea server)
0.4.0 - 2022-04-27
- 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 variablesCONTAINER_IMAGES
andCONTAINER_TAGS
with comma-separated values. Multiple files can also be changed with one single run (resulting in a single commit).
- Shipper now has some informational logs about its parameters and, if the git provider supports it, a URL to the commit that was created.
0.3.0 - 2022-02-28
--no-verify-tls
will make all HTTPS requests skip TLS cerficate validation (eg. for running selfsigned certificates)
- 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.
0.2.0 - 2022-02-28
- Added support for GitHub as a git provider (
--repo-kind github
), works with both hosted GitHub and GitHub Enteprise Server.
- Set default value for
--gitlab-endpoint
/-gl-url
to GitLab.com's API endpoint
0.1.0 - 2022-02-28
- 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