Commit Graph

14 Commits

Author SHA1 Message Date
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
Alberto Planas b95d7cdaea examples: add upgrade YAML for MicroOS
Signed-off-by: Alberto Planas <aplanas@suse.com>
2023-04-28 00:00:21 -07:00
Thomas Ferrandiz 8c2a88392e Add support for s390x 2022-03-18 15:52:11 -07:00
Jacob Blain Christen 94b9a34cfa
manifest: bump suc to v0.7.6 (#154)
Spruce up the examples with some strategic comment additions and
deletions.

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
2021-09-23 19:50:39 -07:00
Jacob Blain Christen fdf6400a1a
kubernetes: v1.18.20 (#140)
- rancher/kubectl:v1.18.20
- sonobuoy/sonobuoy:v0.18.5
- k3s:v1.18.20+k3s1

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
2021-09-12 18:49:47 -07:00
Suse-KevinKlinger aa0f2bb8dd
Example for nodes using SUSE as an underlying OS (#128)
* Added example for SUSE as node OS

Co-authored-by: Kevin Klinger <kevin.klinger@sap.com>
2021-08-13 13:16:49 -07:00
Jacob Blain Christen 84f77c8fce
drain: guidance for avoiding hung upgrades (#104)
- updated readme
- updated k3s-upgrade example
2020-09-16 10:14:00 -07:00
Jacob Blain Christen 1496768c31 updated readme linking to examples and webinars 2020-04-15 23:23:44 -07:00
Jacob Blain Christen 575384e3d1
latest tag for prepare and upgrade containers (#61)
* latest tag for prepare and upgrade containers

In reviewing #60 I realized that the `WithImageTag` function was buggy
as well as the tests for it. So, in the spirit of the changes presented
in #60 (requested in #59) I have replaced it with `WithLatestTag` which
will not override a tag if an image reference already has one. This
means that SUC interprets a tag-less image ref specified for `prepare`
or `upgrade` containers to have the plan's resolved version (aka
`.status.latestVersion`) instead of `latest`.

Fixes #41
Fixes #59

* update readme and examples
2020-04-15 20:52:42 -07:00
Jacob Blain Christen 36d625e383 prepare for v0.4.0
Fixes #51
2020-03-25 00:00:49 -07:00
Jacob Blain Christen 80fa39f7c8 add slightly modified form of AWS flavored linux kernel upgrade to examples 2020-03-04 14:04:02 -07:00
Jacob Blain Christen 93eb709d39 fix some typos in the readme 2020-03-02 12:20:59 -07:00
Jacob Blain Christen 9a801145cc ubuntu example and fix job generation
Fixes #38 by listing candidate nodes in a fixed order per plan
latestHash.

Addresses the ubuntu portion of #22
Fixes #19
2020-03-02 10:47:16 -07:00