diff --git a/CHANGELOG.md b/CHANGELOG.md index 71fe2ec0..6944415d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.7.1 + +**Release date:** 2021-03-16 + +This prerelease comes with updates to the runtime packages. + +Improvements: +* Update dependencies + [#121](https://github.com/fluxcd/image-reflector-controller/pull/121) + +Fixes: +* Fix `last scan` print column for `ImageRepository` + [#119](https://github.com/fluxcd/image-reflector-controller/pull/119) + ## 0.7.0 **Release date:** 2021-02-24 diff --git a/Makefile b/Makefile index c369c1ee..1a2dcbcc 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ endif all: manager # Run tests -test: generate fmt vet manifests +test: generate fmt vet manifests api-docs go test ./... -coverprofile cover.out cd api; go test ./... -coverprofile cover.out diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 8dd56929..bb02c37a 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: images: - name: fluxcd/image-reflector-controller newName: fluxcd/image-reflector-controller - newTag: v0.7.0 + newTag: v0.7.1 diff --git a/docs/api/image-reflector.md b/docs/api/image-reflector.md index 6d4c97e6..d8a3cc8d 100644 --- a/docs/api/image-reflector.md +++ b/docs/api/image-reflector.md @@ -18,7 +18,7 @@ Resource Types: (Appears on: ImagePolicyChoice)
-AlphabeticalPolicy specifices a alphabetical ordering policy.
+AlphabeticalPolicy specifies a alphabetical ordering policy.
+numerical + + +NumericalPolicy + + + |
+
+(Optional)
+ Numerical set of rules to use for numerical ordering of the tags. + |
+
+(Appears on: +ImagePolicyChoice) +
+NumericalPolicy specifies a numerical ordering policy.
+Field | +Description | +
---|---|
+order + +string + + |
+
+(Optional)
+ Order specifies the sorting order of the tags. Given the integer values +from 0 to 9 as tags, ascending order would select 9, and descending order +would select 0. + |
+
@@ -731,7 +780,7 @@ Kubernetes meta/v1.Time (Appears on: ImagePolicyChoice)
-SemVerPolicy specifices a semantic version policy.
+SemVerPolicy specifies a semantic version policy.