Commit Graph

12 Commits

Author SHA1 Message Date
Swastik Gour 185ff9f785
added k8s-1.33-support (#370)
* added k8s-1.33-support

Signed-off-by: swastik959 <Sswastik959@gmail.com>

* added corrections

Signed-off-by: swastik959 <Sswastik959@gmail.com>

* un-rced wrangler and lasso

Signed-off-by: swastik959 <Sswastik959@gmail.com>

---------

Signed-off-by: swastik959 <Sswastik959@gmail.com>
2025-07-10 12:23:44 -04:00
Brad Davidson 355252512c Migrate CRD generation to controller-gen
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2025-06-30 17:07:33 -07:00
Harsimran Singh Maan 3c5598c1ef Upgrade dependencies
Some Golang CVEs get flagged in the suc binary as it was built with an
older golang version. Use go 1.22.6
Updating other go module deps.
SLES update is required for libc compatiblity with latest ginkgo
version.

Update golangci-lint. Most gingko and gomega changes are to fix linting
failures.
Update sonobuoy

docker bridge address is added to tls-san to avoid cert errors when
using the client to connect the KUBEHOST.

Drop deprecated version field in the docker compose manifests.

It is recommended that the next release be v0.15.0 as 0.14.0 was already
published and deleted in the past and gosumdb already has entries.
2024-08-26 17:26:41 -07:00
Brad Davidson 9e7e45c1bd Bump to wrangler v1.1.1 / Kubernetes 1.25 / ginkgo 2
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2023-05-25 14:15:44 -07:00
Brad Davidson 1234058819 go generate
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2023-03-23 18:43:54 -07:00
Jacob Blain Christen ec85e0ff1d
types/wrangler v0.8.5 (#144)
* generate the controller code via wrangler

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>

* types: bump wrangler to v0.8.5

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
2021-09-13 00:17:40 -07:00
Darren Shepherd 634d28b7de
Update to wrangler v0.8 (#113)
* Update to new v0.8 wrangler APIs
* Update go.mod and generated code to wrangler v0.8
2021-04-23 22:49:53 -07:00
Menna eead3deaa3 add upgrade required tag, update wrangler version, create plan test
go fmt

updated test

go fmt
2020-06-11 12:47:20 -07:00
Darren Shepherd 4655d4a551
Update to k8s 1.18 (#53)
* Update vendor

* Adapt to new client-go API

* Update generated code

* fix call to RegisterFailHandler

Co-authored-by: Jacob Blain Christen <jacob@rancher.com>
2020-03-26 15:02:02 -07:00
Jacob Blain Christen 77a05e5648
implement ttlSecondsAfterFinished for jobs (#48)
* implement ttlSecondsAfterFinished for jobs

- bump default backofflimit to the default for the job controller, aka 6

Addresses #24 by implementing cleanup of jobs based on configured .spec.ttlSecondsAfterFinished on jobs.
This should work pretty almost identically to the by-default, gated TTL Controll for Finished Resources.
See https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/

* Update pkg/upgrade/handle_batch.go

Co-authored-by: Dax McDonald <dax@rancher.com>
2020-03-09 16:27:38 -07:00
Jacob Blain Christen a2715b823e bump wrangler to v0.5.0 2020-03-02 11:22:23 -07:00
Jacob Blain Christen 968cf52541 initial commit 2020-01-05 22:46:52 -07:00