-
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.15.0
head repository: fluxcd/helm-controller
compare: v0.16.0
Commits on Jan 11, 2022
-
use go install instead of go get in Makefile
Signed-off-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works>
Sanskar Jaiswal committedJan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for a0929b5 - Browse repository at this point
Copy the full SHA a0929b5View commit details -
Merge pull request #391 from aryan9600/aryan9600/go-install-tool
Use go install instead of go get in Makefile
Configuration menu - View commit details
-
Copy full SHA for e3643ce - Browse repository at this point
Copy the full SHA e3643ceView commit details -
use go-install-tool for gen-crd-api-reference-docs
Signed-off-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works>
Sanskar Jaiswal committedJan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 80b5631 - Browse repository at this point
Copy the full SHA 80b5631View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3805507 - Browse repository at this point
Copy the full SHA 3805507View commit details
Commits on Jan 14, 2022
-
Use patch instead of update when adding finalizers
Signed-off-by: Kingdon Barrett <kingdon@weave.works>
Kingdon Barrett committedJan 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 0498e9e - Browse repository at this point
Copy the full SHA 0498e9eView commit details -
Merge pull request #395 from kingdonb/patch-finalizers
Use patch instead of update when adding finalizers
Configuration menu - View commit details
-
Copy full SHA for 0246b7d - Browse repository at this point
Copy the full SHA 0246b7dView commit details
Commits on Jan 17, 2022
-
Signed-off-by: AdamKorcz <adam@adalogics.com>
Configuration menu - View commit details
-
Copy full SHA for c4d5123 - Browse repository at this point
Copy the full SHA c4d5123View commit details -
Structure the fuzz implementation to be closer to what go native will support. Add Makefile target to enable smoketesting fuzzers. Add smoketest as CI workflow. Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
Paulo Gomes committedJan 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 5572b8a - Browse repository at this point
Copy the full SHA 5572b8aView commit details
Commits on Jan 19, 2022
-
Merge pull request #396 from pjbgf/fuzz
Refactor Fuzz implementation
Configuration menu - View commit details
-
Copy full SHA for 836f84c - Browse repository at this point
Copy the full SHA 836f84cView commit details -
Signed-off-by: Yiannis <yiannis.triantafyllopoulos@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6cda0a9 - Browse repository at this point
Copy the full SHA 6cda0a9View commit details -
Merge pull request #397 from yiannistri/dev-docs
Update development documentation
Configuration menu - View commit details
-
Copy full SHA for bc5e26a - Browse repository at this point
Copy the full SHA bc5e26aView commit details
Commits on Jan 20, 2022
-
Bump golang.org/x/text to v0.3.7
Co-authored-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works> Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
Paulo Gomes and Sanskar Jaiswal committedJan 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 89ba4f5 - Browse repository at this point
Copy the full SHA 89ba4f5View commit details -
security: Drop capabilities and enable seccomp
Further restricts the SecurityContext that the controller runs under, by enabling the default seccomp profile and dropping all linux capabilities. This was set at container-level to ensure backwards compatibility with use cases in which sidecars are injected into the source-controller pod without setting less restrictive settings. BREAKING CHANGE: The use of new seccomp API requires Kubernetes 1.19. Co-authored-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works> Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
Paulo Gomes and Sanskar Jaiswal committedJan 20, 2022 Configuration menu - View commit details
-
Copy full SHA for 3134d10 - Browse repository at this point
Copy the full SHA 3134d10View commit details -
BREAKING CHANGE: the controller container is now executed under 65534:65534 (userid:groupid). This change may break deployments that hard-coded the user name 'controller' in their PodSecurityPolicy. Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
Paulo Gomes committedJan 20, 2022 Configuration menu - View commit details
-
Copy full SHA for ae3f157 - Browse repository at this point
Copy the full SHA ae3f157View commit details -
Merge pull request #385 from pjbgf/security-context
security: Drop capabilities, set userid and enable seccomp
Configuration menu - View commit details
-
Copy full SHA for 38916bc - Browse repository at this point
Copy the full SHA 38916bcView commit details
Commits on Jan 24, 2022
-
Fix the missing protocol for the first port in manager config
Signed-off-by: Maksym Voitko <max.voitko@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0feff7c - Browse repository at this point
Copy the full SHA 0feff7cView commit details
Commits on Jan 25, 2022
-
Merge pull request #405 from mvoitko/fix/missing-port-protocol-in-man…
…ager-config Fix the missing protocol for the first port in manager config
Configuration menu - View commit details
-
Copy full SHA for ab9e4f8 - Browse repository at this point
Copy the full SHA ab9e4f8View commit details
Commits on Jan 26, 2022
-
Publish SBOM and sign release artifacts
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 413d60f - Browse repository at this point
Copy the full SHA 413d60fView commit details -
Merge pull request #401 from fluxcd/sbom-cosign
Publish SBOM and sign release artifacts
Configuration menu - View commit details
-
Copy full SHA for f0175d5 - Browse repository at this point
Copy the full SHA f0175d5View commit details
Commits on Jan 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7869dbe - Browse repository at this point
Copy the full SHA 7869dbeView commit details -
Merge pull request #407 from cbuto/fix/update-helm
Update helm to 3.7.2
Configuration menu - View commit details
-
Copy full SHA for 413717a - Browse repository at this point
Copy the full SHA 413717aView commit details
Commits on Jan 28, 2022
-
This updates Helm to a manually patched 3.8.0 release to include the memory/goroutine leak fix: https://github.com/hiddeco/helm/commits/3.8.x Signed-off-by: Hidde Beydals <hello@hidde.co>
Configuration menu - View commit details
-
Copy full SHA for bfb283c - Browse repository at this point
Copy the full SHA bfb283cView commit details -
build: set --load as BUILD_ARGS default
Otherwise overwriting it with e.g. `--push` is not possible as the combination with `--load` results in an error. Signed-off-by: Hidde Beydals <hello@hidde.co>
Configuration menu - View commit details
-
Copy full SHA for 0c73fa5 - Browse repository at this point
Copy the full SHA 0c73fa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6bbf63 - Browse repository at this point
Copy the full SHA f6bbf63View commit details
Commits on Jan 29, 2022
-
Add flag to disable cross namespace references
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for acf164c - Browse repository at this point
Copy the full SHA acf164cView commit details
Commits on Jan 31, 2022
-
Merge pull request #408 from SomtochiAma/no-cross-namespace-refs
Allow disabling cross-namespace references
Configuration menu - View commit details
-
Copy full SHA for 5a293d2 - Browse repository at this point
Copy the full SHA 5a293d2View commit details -
Allow setting a default service account for impersonation
Introduce the flag `--default-service-account` for allowing cluster admins to enforce impersonation for resources reconciliation. Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0173eaa - Browse repository at this point
Copy the full SHA 0173eaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05a1e00 - Browse repository at this point
Copy the full SHA 05a1e00View commit details
Commits on Feb 1, 2022
-
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4013de6 - Browse repository at this point
Copy the full SHA 4013de6View commit details -
Merge pull request #410 from fluxcd/release-v0.16.0
Release v0.16.0
Configuration menu - View commit details
-
Copy full SHA for 770f4e8 - Browse repository at this point
Copy the full SHA 770f4e8View commit details
There are no files selected for viewing