-
Notifications
You must be signed in to change notification settings - Fork 203
Comparing changes
Open a pull request
base repository: fluxcd/kustomize-controller
base: v0.29.0
head repository: fluxcd/kustomize-controller
compare: v0.30.0
Commits on Oct 4, 2022
-
support alternative kustomization file names
`KustomizeGenerator.WriteFile` now detects alternative kustomization file names such as `kustomization.yml` and `Kustomization`. closes #737 Signed-off-by: Max Jonas Werner <max@e13.dev>
Configuration menu - View commit details
-
Copy full SHA for c3c4cc1 - Browse repository at this point
Copy the full SHA c3c4cc1View commit details -
Merge pull request #738 from fluxcd/alternative-kustomization-files
Support alternative kustomization file names
Configuration menu - View commit details
-
Copy full SHA for 5c8aa7a - Browse repository at this point
Copy the full SHA 5c8aa7aView commit details
Commits on Oct 6, 2022
-
Refactor: Extract decrytor to internal package
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 06ce60f - Browse repository at this point
Copy the full SHA 06ce60fView commit details
Commits on Oct 7, 2022
-
Merge pull request #739 from fluxcd/refactor-decryptor
Refactor: Extract decrytor to internal package
Configuration menu - View commit details
-
Copy full SHA for 99b2eae - Browse repository at this point
Copy the full SHA 99b2eaeView commit details -
Refactor: Extract generator to internal package
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 731188e - Browse repository at this point
Copy the full SHA 731188eView commit details -
Merge pull request #740 from fluxcd/refactor-generator
Refactor: Extract generator to internal package
Configuration menu - View commit details
-
Copy full SHA for 3086ae4 - Browse repository at this point
Copy the full SHA 3086ae4View commit details -
Refactor: Use impersonation from
fluxcd/pkg/runtime/client
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 06e91e0 - Browse repository at this point
Copy the full SHA 06e91e0View commit details -
Merge pull request #742 from fluxcd/refactor-impersonation
Refactor: Use impersonation from `fluxcd/pkg/runtime/client`
Configuration menu - View commit details
-
Copy full SHA for ce46ec8 - Browse repository at this point
Copy the full SHA ce46ec8View commit details
Commits on Oct 10, 2022
-
Refactor: Acquire artifacts with
fluxcd/pkg/http/fetch
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3090eff - Browse repository at this point
Copy the full SHA 3090effView commit details -
Merge pull request #743 from fluxcd/refactor-artifact-fetcher
Refactor: Acquire artifacts with `fluxcd/pkg/http/fetch`
Configuration menu - View commit details
-
Copy full SHA for cfe3539 - Browse repository at this point
Copy the full SHA cfe3539View commit details
Commits on Oct 11, 2022
-
Refactor: Move inventory helpers to internal package
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 484cbcc - Browse repository at this point
Copy the full SHA 484cbccView commit details -
Merge pull request #744 from fluxcd/refactor-inventory
Refactor: Move inventory helpers to internal package
Configuration menu - View commit details
-
Copy full SHA for 52be7c8 - Browse repository at this point
Copy the full SHA 52be7c8View commit details
Commits on Oct 14, 2022
-
Refactor: Adopt Flux runtime conditions and status standards
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7799bb0 - Browse repository at this point
Copy the full SHA 7799bb0View commit details -
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1357acb - Browse repository at this point
Copy the full SHA 1357acbView commit details -
Switch to serial patcher for status updates
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 933a8db - Browse repository at this point
Copy the full SHA 933a8dbView commit details -
Add
ProgressingWithRetry
reason toReconciling
conditionProgressingWithRetry signals that the controller is going to retry the last failed reconciliation at a later time. Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3bbd729 - Browse repository at this point
Copy the full SHA 3bbd729View commit details
Commits on Oct 17, 2022
-
Report each action in
Reconciling
conditionSigned-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 747a2c9 - Browse repository at this point
Copy the full SHA 747a2c9View commit details
Commits on Oct 18, 2022
-
Add Reconciling status condition to API docs
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2f81a39 - Browse repository at this point
Copy the full SHA 2f81a39View commit details -
Merge pull request #745 from fluxcd/status-refactoring
Refactor: Adopt Flux runtime conditions and status standards
Configuration menu - View commit details
-
Copy full SHA for 0f131a0 - Browse repository at this point
Copy the full SHA 0f131a0View commit details
Commits on Oct 19, 2022
-
Refactor: Remove docs which overlap with Flux website
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3e935d0 - Browse repository at this point
Copy the full SHA 3e935d0View commit details -
Merge pull request #746 from fluxcd/refact-docs
Refactor: Remove docs which overlap with Flux website
Configuration menu - View commit details
-
Copy full SHA for 0c7d631 - Browse repository at this point
Copy the full SHA 0c7d631View commit details -
Optimise memory usage of artifact operations
- update fluxcd/pkg/tar to v0.2.0 (fluxcd/pkg#377) - update fluxcd/pkg/http/fetch to v0.2.0 (fluxcd/pkg#378) Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5c30abc - Browse repository at this point
Copy the full SHA 5c30abcView commit details -
Merge pull request #747 from fluxcd/fetch-tar-mem
Optimise the memory usage of artifact operations
Configuration menu - View commit details
-
Copy full SHA for def45c5 - Browse repository at this point
Copy the full SHA def45c5View commit details
Commits on Oct 21, 2022
-
api: allow configuration of
h
unit for timeoutsTo allow waiting for `HelmRelease` resources with an exceptionally high timeout of `1h` or more. Related to: fluxcd/helm-controller#549 Signed-off-by: Hidde Beydals <hello@hidde.co>
Configuration menu - View commit details
-
Copy full SHA for 4835ece - Browse repository at this point
Copy the full SHA 4835eceView commit details -
Merge pull request #749 from fluxcd/api-widen-timeout-validation
api: allow configuration of `h` unit for timeouts
Configuration menu - View commit details
-
Copy full SHA for 85c9728 - Browse repository at this point
Copy the full SHA 85c9728View commit details -
- `k8s.io/*` v0.25.3 - `aws-sdk-go-v2/service/kms` v1.18.13 - `fluxcd/source-controller/api` v0.31.0 - `fluxcd/image-reflector-controller/api` v0.22.1 - `golang.org/x/text` v0.4.0 (fix CVE-2022-32149) Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ecb5e3c - Browse repository at this point
Copy the full SHA ecb5e3cView commit details -
Merge pull request #750 from fluxcd/kube-1.25.3
Update dependencies
Configuration menu - View commit details
-
Copy full SHA for 4aec2a6 - Browse repository at this point
Copy the full SHA 4aec2a6View commit details -
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for acc533f - Browse repository at this point
Copy the full SHA acc533fView commit details -
Merge pull request #751 from fluxcd/release-v0.30.0
Release v0.30.0
Configuration menu - View commit details
-
Copy full SHA for 4a391bd - Browse repository at this point
Copy the full SHA 4a391bdView commit details
There are no files selected for viewing