Commit Graph

119 Commits (release-4.3)

Author SHA1 Message Date
Matt Farina b5b498b774 Updating the Go version
2 weeks ago
Matthieu MOREL 24bbb46c62 chore: fix gofumpt issues
2 months ago
Matthieu MOREL 828d01a878 chore(pkg): refactor: finer tests conversions to testify part 1
2 months ago
Matthieu MOREL 3ff05c835e chore(pkg): refactor: convert tests to testify assert/require part 5
2 months ago
Jakub Jaruszewski aa1ae3a360
Fix missing conflict retry with server-side apply (#32088)
2 months ago
Matthieu MOREL a02a5713de
chore: fix elseif and ifElseChain issues from gocritic (#32289)
2 months ago
Matthieu MOREL 4ade4a5495 test: replace assert.Contains with assert.ErrorContains for better error handling
2 months ago
Matthieu MOREL f34ad6c337 chore: fix several checks issues from testifylint
2 months ago
Terry Howe 05b2746081
Merge pull request #32184 from atkrad/fix/kube-isreachable-nil-panic
3 months ago
George Jenkins 253da5106a
Merge pull request #32171 from mmorel-35/empty-len
3 months ago
Mohammad Abdolirad 1f7869c31f
fix panic on repeated IsReachable calls
3 months ago
Terry Howe 59b57c5c31
Merge pull request #31885 from mmorel-35/whitespace
3 months ago
Matthieu MOREL 488c4a805d Fix empty and len testifylint violations across test files
4 months ago
Matheus Pimenta a4a9cc7a31
Upgrade Go to 1.26, Kubernetes to 1.36, kstatus to 1.1
5 months ago
abhay1999 f257c95c78 fix(kube): clarify server-side apply patch errors
5 months ago
Matthieu MOREL 1e0f702f00 chore: fix whitespace linter
6 months ago
Matthieu MOREL c25c988cfb chore(pkg): enable perfsprint linter
7 months ago
Matheus Pimenta bbec77c1f7
bugfix(kstatus): do not wait forever on failed resources
8 months ago
Evans Mungai 40a9de1086
Merge pull request #31412 from fmuyassarov/devel/rollback
8 months ago
Matheus Pimenta 59ece92bed
pkg/kube: introduce support for custom kstatus readers
8 months ago
Feruzjon Muyassarov 374aeb4b4e
Fix rollback for missing resources
8 months ago
George Jenkins a15db7f087 Replace deprecated `NewSimpleClientset`
9 months ago
George Jenkins f8a49f1852 fixup test
10 months ago
Matheus Pimenta efc1702657
Introduce a context for canceling wait operations
10 months ago
Benoit Tigeot 7097c8e2e5
Replicate as unit test case where we fail once a resource deletion
11 months ago
Benoit Tigeot 054eabddd7
Return errors on upgrade when deletion fails
11 months ago
Matt Farina fbf02e494e
Merge pull request #30980 from gjenkins8/gjenkins/cleanup_kubeclient_interfaces
11 months ago
juejinyuxitu 69dbd6115e chore: fix some typos in comment
12 months ago
George Jenkins b5de5b1591 chore: Cleanup additional/redundant kube client Interfaces
12 months ago
George Jenkins ebc874ef84 fix client-side to server-side field manager migration
1 year ago
George Jenkins b2dc411f9d code review (error checks, collapse forceConflicts, UpdateApplyFunc)
1 year ago
George Jenkins 99dc23f00b switch target<->original
1 year ago
George Jenkins 741facca43 Update pkg/kube/client_test.go
1 year ago
George Jenkins 45141451b4 Kube client support server-side apply
1 year ago
Atish Kumar 008bd7fc82
test(pkg/kube/client): add test for isReachable
1 year ago
Matthieu MOREL 157f0ba10a chore: enable thelper
1 year ago
Robert Sirchia 4d580c6b95
Merge pull request #30810 from mmorel-35/usestdlibvars
1 year ago
Terry Howe 71787cca60 fix: rename slave replica
1 year ago
Matthieu MOREL 77a267dacf chore: enable usestdlibvars linter
1 year ago
Evans Mungai e8e79cc4b4
Merge branch 'main' into fix-take-ownership
1 year ago
Benoit Tigeot cbaac7652d
Call slog directly instead of using a wrapper
1 year ago
Benoit Tigeot b2380720eb
Migrate to pure slog without a custom wrapper
1 year ago
Benoit Tigeot b42767be40
Migrate more code to log adapter
1 year ago
Benoit Tigeot 83cdffe4ae
Migrate to a dedicated internal package for slog adapter + migrate more
1 year ago
Benoit Tigeot 394ba2d55e
Properly use DefaultLogger
1 year ago
Patrick Seidensal e55707b09d
Fix --take-ownership
1 year ago
Austin Abro 386523bdbc
update to get waiter instead of set
1 year ago
Austin Abro 11eeb4a6b1
merge
2 years ago
Chris Berry 6d30fa5990 Add HookOutputFunc and generic yaml unmarshaller
2 years ago
Chris Berry cde407b7d1 Add hook annotations to output pod logs to client on success and fail
2 years ago