Commit Graph

67 Commits

Author SHA1 Message Date
Derek Nola e4de10bafd
Update Kubernetes to v1.31.0 (#6625)
* Bump hardened k8s to v1.31.0
* Update k8s dependencies to 1.31
* Update old go dependencies
* Update lumberjack to new import
* Bump vpshere charts
* Bump klipper helm

Signed-off-by: Derek Nola <derek.nola@suse.com>
2024-08-29 12:58:38 -07:00
Brad Davidson a78bf18da7 Fix mid-word line wrapping that codespell just noticed
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2024-05-24 13:05:16 -07:00
Thomas Ferrandiz 6e246bd96f add doc on building multi-arch images 2024-04-04 07:42:54 +00:00
Brian Downs fd04694bfb
mirrored pause update (#4829) 2023-10-03 11:03:10 -07:00
Matt Trachier d1f30f8ac3
Add rke2-upgrade to image list (#4237)
Signed-off-by: Matt Trachier <matttrach@gmail.com>
2023-05-15 16:01:21 -05:00
Matt Trachier 665bf6dab3
updating dev doc (#3111)
* updating dev doc for validating CNIs in release notes
* add a section for validating the build images script
* add comment about the build images script and how to validate

Signed-off-by: Matt Trachier <matttrach@gmail.com>
2023-04-28 10:56:57 -05:00
stratusjerry 625724a355 fix typos 2023-01-12 15:58:02 -08:00
Brian Downs 05d238cd41
update rke2 release docs (#3557) 2023-01-03 13:00:45 -07:00
Nikolai Shields 426b5990a5
Update release docs to include content discussed during release retro (#3421) 2022-10-13 12:46:40 -05:00
Derek Nola 8d6c001d2a
Rework vagrant install tests (#3237)
* Remove 'vagrant' test folder, bring up 'install' folder
* Convert install tests to use vagrant-rke2 plugin
* Add nightly install checks
* Bump action versions

Signed-off-by: Derek Nola <derek.nola@suse.com>
2022-09-01 09:14:00 -07:00
Werner Garcia 65d72a820b
Convert codespell from Drone to GH actions (#3246)
* Convert codespell from Drone to GH actions

* Update spellcheck.yaml

* Update .codespellignore
2022-08-18 11:06:11 -06:00
Matt Trachier 201e3a6eca
adding additional line to update rke2 (#2990)
the version.sh requires two lines to change, adding the second line to the docs
2022-06-17 11:19:16 -07:00
Nikolai Shields 32da631c2e
Merge pull request #2488 from nikolaishields/update-release-docs
Update developer docs
2022-04-18 11:49:43 -05:00
Nikolai Shields 17fcf206d2
Update developer-docs/upgrading_kubernetes.md
Co-authored-by: Brad Davidson <brad@oatmail.org>
2022-04-18 11:49:03 -05:00
Brad Davidson bd35a584fd Bump etcd to v3.5.3-k3s1
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2022-04-15 16:30:11 -07:00
Jossemar Cordero 24718de97f
List downstream release projects (#2739) 2022-04-12 15:04:10 -06:00
Brian Downs 8dfe38c448
docs update (#2736) 2022-04-07 11:32:19 -07:00
Brooks Newberry 43b8b710a1
March release v1.23.5 (#2642) 2022-03-22 13:40:00 -07:00
Derek Nola 5786259670
Replace CentOS 8 with Rocky Linux 8 for install testing (#2637)
* Replace centos8 with Rocky8

Signed-off-by: Derek Nola <derek.nola@suse.com>
2022-03-17 15:04:25 -07:00
Nikolai Shields cc5632bc82
Merge branch 'rancher:master' into update-release-docs 2022-02-24 15:52:02 -06:00
Nikolai Shields bb902cf8fb
Add links to developer docs 2022-02-24 15:50:40 -06:00
Brooks Newberry 8e246f08d4 docs fix markdown formatting 2022-02-24 13:23:27 -08:00
Brooks Newberry 14f2bccf6d dev docs release select branch before tag 2022-02-24 13:23:27 -08:00
Brooks Newberry 7f621d6507 select prerelease checkbox for rc release 2022-02-24 13:23:27 -08:00
Jossemar Cordero e296337fff
Elaborate on RKE2 documentation (#2482) 2022-02-24 15:07:43 -06:00
Jossemar Cordero 7e5ffec743
update k8s to v1.23.4 (#2493) 2022-02-17 12:53:37 -06:00
Nikolai Shields 8e82925f56
Update developer docs 2022-02-16 12:34:19 -06:00
Derek Nola ff69c30cfd
E2E Validate Cluster test (#2424)
* Initial vagrant file
* Update to ginkgo v2
* Update to testing documentation

Signed-off-by: Derek Nola <derek.nola@suse.com>
2022-02-07 14:24:55 -08:00
Jossemar Cordero 30fa4887c0
Update 'Upgrading Kubernetes' documentation (#2413) 2022-02-01 13:17:16 -07:00
Derek Nola 9f9023153a
Merge pull request #2004 from dereknola/update_stable_dev_docs
Update stable dev docs
2021-12-07 11:17:53 -08:00
Brian Downs aaa884e69e
Update master k8s to 1.22.4 (#2183) 2021-11-30 13:44:41 -07:00
Brad Davidson 4ea1565974 SR-IOV chart lives in rancher-charts
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-11-19 14:30:10 -08:00
Jacob Blain Christen e98c206885
tests/vagrant/install: updated workflow (#2120)
- local usage: vagrant up
- ci usage: vagrant up, vagrant provision --provision-with=rke2-...
- tweaked actions workflow:
  - added channels to matrix: `stable` for all with `latest` and `testing` limited to `centos-8` and `ubuntu-focal`
  - added caching for vagrant boxes and plugins to minimize the HTTP 429 aka "slow your roll"

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
2021-11-15 11:51:32 -07:00
Jacob Blain Christen bb2d28fc19
tests: vagrant/install/ubuntu-focal (#2099)
- Vagrant fixture for asserting that the installer script works correctly on Ubuntu 20.04, Focal Fossa
- disabled MicroOS and Ubuntu Focal in Github Actions until those boxes are off of Vagrant Cloud (URLs can be hosted there but with content there we will continue to get rate-limited)

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
2021-11-11 10:08:18 -07:00
Brad Davidson 303646bf7e
Add image sources doc (#2066)
* Add image sources doc

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-11-08 22:22:40 -08:00
Jacob Blain Christen c619ab1929
testing: assert that install.sh works correctly (#2084)
For every change that modifies the installer script, run some quick assertions against:
- CentOS 7
- CentOS 8
- MicroOS

Thanks, Github Actions and Vagrant!

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
2021-11-08 16:36:19 -07:00
Derek Nola 6dbfdd6d4a
Merge branch 'rancher:master' into update_stable_dev_docs 2021-10-21 15:00:29 -07:00
Brad Davidson ae691d2c09
Update to Kubernetes / K3s 1.22.2 (#1827)
* Initial version bumps
* Remove rke2-kube-proxy
* Bump etcd and metrics-server versions
* Add new etcd-s3-insecure cli flag
* Convert clusterrole creation over to use RBAC helpers
* Use secure health check ports
* Bump charts and images
* Update k3s
* Address code review comments
2021-10-11 12:37:26 -07:00
dereknola 3488555055 Update info around stable RPMS
Signed-off-by: dereknola <derek.nola@suse.com>
2021-10-11 10:16:16 -07:00
Derek Nola 3a0b999292
Update dev docs with more KDM info and minor fixes (#1932)
* Update dev docs with more KDM info

Signed-off-by: dereknola <derek.nola@suse.com>
Co-authored-by: Brad Davidson <brad@oatmail.org>
2021-10-11 09:53:44 -07:00
Derek Nola 809151d556
Update packaged dev docs (#1900)
* Update dev-docs with packaged component locations.
Signed-off-by: dereknola <derek.nola@suse.com>
2021-10-05 16:57:13 -07:00
Derek Nola e0580c1b95
Updated info on KDM releases for rke2 (#1881)
* Updated info on KDM releases for rke2

Signed-off-by: dereknola <derek.nola@suse.com>
2021-09-30 08:49:17 -07:00
Manuel Buil 9a9b313345
Update the dev-docs with missing information (#1852)
Signed-off-by: Manuel Buil <mbuil@suse.com>
2021-09-27 15:59:03 -07:00
Derek Nola 868e2a1fa4
Added more info to release docs, tiny nit (#1875)
* Added more info to release docs
* Reworked channel update info.

Signed-off-by: dereknola <derek.nola@suse.com>
2021-09-24 09:33:23 -07:00
Derek Nola f23f5915ee
Add QA Release info to release docs (#1825)
* Add QA release to developer-docs/upgrading_kubernetes.md

Signed-off-by: dereknola <derek.nola@suse.com>
Co-authored-by: Brad Davidson <brad@oatmail.org>
2021-09-16 11:29:49 -07:00
Brian Downs 1746c83091
Add release checklist (#1797)
* add release procedures
2021-09-15 12:41:08 -07:00
Derek Nola 7655efa319
Add integration test framework and documentation into RKE2 (#1782)
* Added example integration test
* Added testing docs
Signed-off-by: dereknola <derek.nola@suse.com>
2021-09-10 10:49:21 -07:00
Brian Downs 5254798880
add release notes section to release docs (#1789)
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2021-09-09 11:30:35 -07:00
Brian Downs 1d36ab1a1f
add drone links (#1750)
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2021-09-01 15:52:27 -07:00
Brian Downs dd803b5da2
small release doc update (#1732)
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2021-09-01 14:28:37 -07:00