-
Notifications
You must be signed in to change notification settings - Fork 178
Comparing changes
Open a pull request
base repository: fluxcd/helm-controller
base: v0.27.0
head repository: fluxcd/helm-controller
compare: v0.28.0
Commits on Nov 23, 2022
-
build: Improve fuzz tests' reliability
Establish conventions which aligns with what is supported upstream today, whilst expanding on documentation to ensure folks have pointers on how to debug/check for issues going forwards. Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
Paulo Gomes committedNov 23, 2022 Configuration menu - View commit details
-
Copy full SHA for 9f31507 - Browse repository at this point
Copy the full SHA 9f31507View commit details
Commits on Nov 24, 2022
-
Merge pull request #565 from pjbgf/fix-broken-fuzz
build: Fix cifuzz and improve fuzz tests' reliability
Paulo Gomes authoredNov 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 8d1afa6 - Browse repository at this point
Copy the full SHA 8d1afa6View commit details
Commits on Nov 25, 2022
-
Allow overriding ctrl manager graceful shutdown timeout
Overriding the default GracefulShutdownTimeout option given to the controller manager with a default of 0 (no timeout) since the helm operations are sensitive to interruption and can lead to leaving the HelmRelease in a bad state. This will also allow users to override the option via a cli flag `-graceful-shutdown-timeout` how much time to wait before forcibly exiting. Related to #569 Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e242bb0 - Browse repository at this point
Copy the full SHA e242bb0View commit details
Commits on Dec 9, 2022
-
Merge pull request #570 from fluxcd/fix-graceful-shutdown
Allow overriding ctrl manager graceful shutdown timeout
Configuration menu - View commit details
-
Copy full SHA for 3340022 - Browse repository at this point
Copy the full SHA 3340022View commit details
Commits on Dec 14, 2022
-
fuzz: Use build script from upstream
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
Paulo Gomes committedDec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 0f1784a - Browse repository at this point
Copy the full SHA 0f1784aView commit details -
fuzz: bump github.com/sirupsen/logrus
A dependency added at fuzzing time upgrades logrus to 1.9.0 which cases the building process to break. By bumping the dependency Go's MVS won't make further changes later. Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
Paulo Gomes committedDec 14, 2022 Configuration menu - View commit details
-
Copy full SHA for e259d12 - Browse repository at this point
Copy the full SHA e259d12View commit details
Commits on Dec 15, 2022
-
Merge pull request #578 from pjbgf/improv-fuzz
fuzz: Use build script from upstream and fix fuzzers
Paulo Gomes authoredDec 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 9a17ee1 - Browse repository at this point
Copy the full SHA 9a17ee1View commit details -
This patches a number of security related issues. Refer to https://github.com/helm/helm/releases/tag/v3.10.3 for precise information. Signed-off-by: Hidde Beydals <hello@hidde.co>
Configuration menu - View commit details
-
Copy full SHA for 1099c1b - Browse repository at this point
Copy the full SHA 1099c1bView commit details -
Merge pull request #577 from fluxcd/update-helm
helm: Update SDK to v3.10.3
Configuration menu - View commit details
-
Copy full SHA for 0102a23 - Browse repository at this point
Copy the full SHA 0102a23View commit details -
Signed-off-by: Fred Rolland <frolland@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 060d526 - Browse repository at this point
Copy the full SHA 060d526View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb7b896 - Browse repository at this point
Copy the full SHA cb7b896View commit details
Commits on Dec 19, 2022
-
Disable caching of secrets and configmaps by default.
You can re-enabled caching of secrets by starting the controller with the argument '--feature-gates=CacheSecretsAndConfigMaps=true' Signed-off-by: Mac Chaffee <machaffe@renci.org>
Configuration menu - View commit details
-
Copy full SHA for 9bcf125 - Browse repository at this point
Copy the full SHA 9bcf125View commit details
Commits on Dec 20, 2022
-
Merge pull request #513 from mac-chaffee/no-cache-secrets
Disable caching of secrets and configmaps
Configuration menu - View commit details
-
Copy full SHA for 19b00a3 - Browse repository at this point
Copy the full SHA 19b00a3View commit details -
assign the value of 'DisableOpenApiValidation' from the HelmRelease-r…
…esource to the helm-command
Configuration menu - View commit details
-
Copy full SHA for 5ea57b7 - Browse repository at this point
Copy the full SHA 5ea57b7View commit details -
Merge pull request #564 from stoetti/main
assign the value of 'DisableOpenApiValidation' from the HelmRelease
Configuration menu - View commit details
-
Copy full SHA for 2b49090 - Browse repository at this point
Copy the full SHA 2b49090View commit details -
Update source-controller to v0.33.0
Signed-off-by: Hidde Beydals <hello@hidde.co>
Configuration menu - View commit details
-
Copy full SHA for 261b5ac - Browse repository at this point
Copy the full SHA 261b5acView commit details -
- github.com/onsi/gomega to v1.24.2 Signed-off-by: Hidde Beydals <hello@hidde.co>
Configuration menu - View commit details
-
Copy full SHA for e139ca6 - Browse repository at this point
Copy the full SHA e139ca6View commit details -
Merge pull request #581 from fluxcd/update-sc
Update source-controller and dependencies
Configuration menu - View commit details
-
Copy full SHA for 25f86bf - Browse repository at this point
Copy the full SHA 25f86bfView commit details -
Set
--graceful-shutdown-timeout
default to-1
This is the correct default value as intended in #570. xref: https://github.com/kubernetes-sigs/controller-runtime/blob/92234b3c49a315a1aed54dc0655c3570d02faa38/pkg/manager/manager.go#L292-L293 Signed-off-by: Hidde Beydals <hello@hidde.co>
Configuration menu - View commit details
-
Copy full SHA for 2e96c92 - Browse repository at this point
Copy the full SHA 2e96c92View commit details -
Merge pull request #582 from fluxcd/default-shutdown-value
Set `--graceful-shutdown-timeout` default to `-1`
Configuration menu - View commit details
-
Copy full SHA for 39412cd - Browse repository at this point
Copy the full SHA 39412cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef3a0b4 - Browse repository at this point
Copy the full SHA ef3a0b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f0773d - Browse repository at this point
Copy the full SHA 6f0773dView commit details
There are no files selected for viewing