-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from fluxcd/release-0.1.0
Release v0.1.0
- Loading branch information
Showing
6 changed files
with
54 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
## 0.1.0 | ||
|
||
**Release date:** 2020-12-10 | ||
|
||
This is the first prerelease of image-reflector-controller and its | ||
API. The purpose of the controller is to scan image repositories, and | ||
calculate a "latest image" according to some specification. Automation | ||
(e.g., the [image-automation-controller][auto-controller]) can use | ||
that information to run updates, so that the latest image is deployed. | ||
|
||
The controller and API conform to the conventions of the GitOps | ||
Toolkit, so will be compatible with (and soon, included in) the `flux` | ||
CLI and dashboards and so on. | ||
|
||
This release supports: | ||
|
||
- supplying a docker-registry secret as credentials for accessing an | ||
image repository | ||
- selecting images according to a [semver][semver] range. | ||
- selecting images according to alphabetical order (ascending or | ||
descending) | ||
- keeping the database on a volume (e.g., a PersistentVolumeClaim) so | ||
that it survives restarts | ||
|
||
[semver]: https://github.com/Masterminds/semver#basic-comparisons | ||
[auto-controller]: https://github.com/fluxcd/image-automation-controller |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters