This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commits on Aug 15, 2019
-
Or to be more specific: - removed `integrations/` - removed `cmd/helm-operator` - changed existing imports to `github.com/fluxcd/helm-operator`
Configuration menu - View commit details
-
Copy full SHA for f806438 - Browse repository at this point
Copy the full SHA f806438View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f71ee - Browse repository at this point
Copy the full SHA b3f71eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 730cd78 - Browse repository at this point
Copy the full SHA 730cd78View commit details -
Remove Helm operator bits from end to end tests
But still install it during the end to end tests (from the latest official release), as Flux has some features (e.g. image updates) that work with `HelmRelease` objects.
Configuration menu - View commit details
-
Copy full SHA for 889cc94 - Browse repository at this point
Copy the full SHA 889cc94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ac6938 - Browse repository at this point
Copy the full SHA 2ac6938View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f088c0 - Browse repository at this point
Copy the full SHA 7f088c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49f3348 - Browse repository at this point
Copy the full SHA 49f3348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7682aef - Browse repository at this point
Copy the full SHA 7682aefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 508b4dc - Browse repository at this point
Copy the full SHA 508b4dcView commit details -
And reference to this file in `CHANGELOG.md`.
Configuration menu - View commit details
-
Copy full SHA for d0bccb8 - Browse repository at this point
Copy the full SHA d0bccb8View commit details -
They are now managed as a child project in RTD, and the docs reside in the Helm operator repository.
Configuration menu - View commit details
-
Copy full SHA for 27842af - Browse repository at this point
Copy the full SHA 27842afView commit details -
Add support for HelmRelease v1 resources
This commit adds support for HelmRelease v1 resources with backwards compatability for v1beta1 resources, it also reintroduces some of the removed `integrations/` packages, as those resources have been removed from the Helm operator. The v1 resource is prioritized over v1beta1 resources, as Flux is only aware of the resource kind and not the api version. The prioritization means that if there are two resources with the same namespace and name, Flux will only see the v1 resource. The fallback is based on returned errors from the API, this comes at a cost, as errors during the first try may actually be relevant. The version of `github.com/fluxcd/helm-operator` has been pinpointed on `1.0.0-rc1`.
Configuration menu - View commit details
-
Copy full SHA for 4e3d978 - Browse repository at this point
Copy the full SHA 4e3d978View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.