Commit Graph

3568 Commits (release-4.0)

Author SHA1 Message Date
Evans Mungai 1b6053d48b
fix(upgrade): pass --server-side flag to install when using upgrade --install
7 months ago
Zadkiel AHARONIAN 1e3ee1d2ba
fix(cli): handle nil config in EnvSettings.Namespace()
7 months ago
Zadkiel AHARONIAN 31bd995ce2
fix(getter): pass settings environment variables
7 months ago
Mohsen Mottaghi 41a6b364a1
test(statuswait): fix Copilot code review suggestion for goroutine in tests
7 months ago
Mohsen Mottaghi 2a2e6f722a
test(statuswait): add more tests suggested by Copilot code review
7 months ago
Mohsen Mottaghi 3818c02f81
test(statuswait): add some tests for statuswait
7 months ago
Mohsen Mottaghi 66cab24bb9
fix: use namespace-scoped watching to avoid cluster-wide LIST permissions
7 months ago
Calvin Bui abf2007685
Use length check for MetaDependencies instead of nil comparison
7 months ago
Benoit Tigeot 4b3de18628
Deal with golint warning with private executeShutdownFunc
7 months ago
Benoit Tigeot 321277002a
Code review
7 months ago
Benoit Tigeot 417aae9c01
Fix linting issue
7 months ago
Michelle Fernandez Bieber 6c838b4a18
Update pkg/action/hooks.go
7 months ago
Michelle Fernandez Bieber c5d87f2f7d
added check for nil shutdown
7 months ago
Michelle Fernandez Bieber 53175b76c7
cleaned up empty line
7 months ago
Michelle Fernandez Bieber d2df1ab59e
updated comment and made defer of shutdown function return errors as before and not the possible shutdown error
7 months ago
Michelle Fernandez Bieber 5b223de7c8
added shutdown hook that is executed after the logs have been retrieved
7 months ago
tison e845b68fe3
Fix TestCliPluginExitCode
7 months ago
tison 30bfd57c5f
Check plugin name is not used
7 months ago
Feruzjon Muyassarov 0fd2c418b0
Fix rollback for missing resources
7 months ago
LinPr b456e27465
fix: assign KUBECONFIG environment variable value to env.Kubeconfig
7 months ago
Hidde Beydals e2021f8818
fix(rollback): `errors.Is` instead of string comp
7 months ago
Hidde Beydals af7c15303a
fix(uninstall): supersede deployed releases
7 months ago
Benoit Tigeot 94659f2503
fix: prevent reporting fallback on version when none specified
8 months ago
Benoit Tigeot 2dd1f662cc
fix: prevent segmentation violation on empty yaml in multidoc
8 months ago
Benoit Tigeot bbad438779
Ignore duplicated URN in logs
8 months ago
Benoit Tigeot bdcf920183
jsonschema: warn and ignore unresolved URN $ref to match v3.18.4
8 months ago
George Jenkins 12500dd401
Copy adopted resource info
9 months ago
George Jenkins 1cf3841142
fixup test
9 months ago
George Jenkins 32e2d08c45
logs
9 months ago
George Jenkins 4b6472ffb0
fix
9 months ago
George Jenkins 9dfe3b35ec
fix: Use server-side apply for object create during update
9 months ago
Matt Farina 861adc2f4a
Fix kube client logging
9 months ago
Scott Rigby 99cd196435
Merge pull request #31435 from matheuscscp/cancel-health-checks
9 months ago
Matheus Pimenta efc1702657
Introduce a context for canceling wait operations
10 months ago
George Jenkins bdc459d73c
Merge pull request #31389 from TerryHowe/chore-more-registry-clean-up
10 months ago
Matt Farina 15300549f0
When time not available, using time.Now
10 months ago
Matt Farina ca8eae9361
Reproducible chart archive builds
10 months ago
Scott Rigby f4c5220d99
Merge pull request #31411 from banjoh/em/reinstate-logger-param
10 months ago
Evans Mungai 2ddeb50fa6
Set default logger in Configuration constructor
10 months ago
Evans Mungai a112bf5aa6
Remove non-reachable code
10 months ago
Matt Farina 1da2b0a6d4
Merge pull request #31204 from benoittgt/fix-31202
10 months ago
Robert Sirchia 25ad74f5a7
Merge pull request #31337 from rachelvweber/rawo/fixingWaitStrategy
10 months ago
Evans Mungai aed687eaa1
Add config options to NewConfiguration()
10 months ago
Evans Mungai b6eca1c0f1
Refactor logging functionality to use slog.Handler
10 months ago
Evans Mungai 5ab4ca5490
Embed logging functionality to DRY code
10 months ago
Evans Mungai 9c32e34d60
Add logger to sql driver and ensure storage has logger
10 months ago
Evans Mungai 50e43f4017
nil logger should be handled by discard handler
10 months ago
Evans Mungai 7a5816b106
Self review changes
10 months ago
Evans Mungai 0f90c83118
Merge remote-tracking branch 'upstream/main' into em/reinstate-logger-param
10 months ago
Evans Mungai b1d4dc680d
feat: reinstate logger parameter to actions package
10 months ago