Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project are documented in this file.

## 0.0.7 (2020-07-31)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are no strict rules on SemVer for pre-releases, but wouldn't it be better to increase the minor version?

Copy link
Member Author

@stefanprodan stefanprodan Jul 31, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changing the CRD from v1beta1 to v1 was a similar breaking change. I would not bump the version to 0.1.x as it would signal a stable pre-release and we are not there yet.


This prerelease comes with a breaking change, the
CRDs group has been renamed to `source.toolkit.fluxcd.io`.

## 0.0.6 (2020-07-20)

This prerelease drops support for Kubernetes <1.16.
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: fluxcd/source-controller
newName: fluxcd/source-controller
newTag: v0.0.6
newTag: v0.0.7