-
Notifications
You must be signed in to change notification settings - Fork 403
Comparing changes
Open a pull request
base repository: rancher/k3os
base: v0.21.1-k3s1r0
head repository: rancher/k3os
compare: v0.22.2-k3s2r0
- 17 commits
- 21 files changed
- 9 contributors
Commits on Aug 21, 2021
-
Add code to increase mlocks (ulimit -l) (#714)
* Add code to increase mlocks (ulimit -l) This avoid a Go bug which crashes some go processes in Containers The crashes look like: I0601 05:18:25.815579 1 main.go:288] Listening securely on :9443 runtime: mlock of signal stack failed: 12 runtime: increase the mlock limit (ulimit -l) or runtime: update your kernel to 5.3.15+, 5.4.2+, or 5.5+ fatal error: mlock failed Discussion at: https://github.com/golang/go/wiki/LinuxKernelSignalVectorBug ulimit -l is changed from 64 to 65536 * gofmt -s
Configuration menu - View commit details
-
Copy full SHA for ab1928c - Browse repository at this point
Copy the full SHA ab1928cView commit details -
Use the baud rate given on the cmdline for getty (#701)
Don't just default to 9600 Baud on serial consoles when given one with options on the Linux kernel commandline. Should work with the format given on https://www.kernel.org/doc/html/latest/admin-guide/serial-console.html
4Configuration menu - View commit details
-
Copy full SHA for 1fa8606 - Browse repository at this point
Copy the full SHA 1fa8606View commit details
Commits on Sep 15, 2021
-
mode-disk: sync before
poweroff -f
(#747)We should sync between making a filesystem change and a `poweroff -f`.
Configuration menu - View commit details
-
Copy full SHA for 43f545d - Browse repository at this point
Copy the full SHA 43f545dView commit details -
Add control-plane toleration to system-upgrade-controller. (#745)
* Add node-role.kubernetes.io/control-plane toleration to system-upgrade-controller. * Bump system-upgrade-controller version to v0.7.5.
Configuration menu - View commit details
-
Copy full SHA for 9b6f854 - Browse repository at this point
Copy the full SHA 9b6f854View commit details
Commits on Sep 19, 2021
-
package: bump vagrant builds (libvirt+virtualbox) (#749)
- bumped to v0.20.7-k3s1r0 - removed json template(s) in favor of hcl2 Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 4639e43 - Browse repository at this point
Copy the full SHA 4639e43View commit details -
drone: rancher/dapper:v0.5.0 (#752)
Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 481b6cf - Browse repository at this point
Copy the full SHA 481b6cfView commit details -
kernel: 5.4.0-84.94-rancher1 (#753)
Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for cc0eba2 - Browse repository at this point
Copy the full SHA cc0eba2View commit details
Commits on Sep 23, 2021
-
- golang -> 1.16.8 Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for b09fe33 - Browse repository at this point
Copy the full SHA b09fe33View commit details -
upgrade: suc v0.7.7-rc.1 (#762)
- rancher/system-upgrade-controller:v0.7.7-rc.1 - rancher/kubectl:v1.21.5 Signed-off-by: Jacob Blain Christen <jacob@rancher.com> (cherry picked from commit d567c42)
Configuration menu - View commit details
-
Copy full SHA for 31505c9 - Browse repository at this point
Copy the full SHA 31505c9View commit details
Commits on Sep 29, 2021
-
base: add libc6-compat and gcompat (#768)
Enables running (some) binaries compiled against glibc. Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 79aab63 - Browse repository at this point
Copy the full SHA 79aab63View commit details
Commits on Oct 1, 2021
-
fix vsphere vmwaretools 1.21 (#767)
add sub package open-vm-tools (cherry picked from commit 5cca892)
Configuration menu - View commit details
-
Copy full SHA for 78b1eb8 - Browse repository at this point
Copy the full SHA 78b1eb8View commit details
Commits on Oct 5, 2021
-
install.sh: fix force efi on arm64 (#XXX) (#772)
When using force EFI install, install.sh assumed an x86_64 GRUB target. Co-authored-by: Mathew McBride <matt@traverse.com.au>
Configuration menu - View commit details
-
Copy full SHA for 768624c - Browse repository at this point
Copy the full SHA 768624cView commit details -
- rancher/system-upgrade-controller:v0.8.0 - adjust the manifest to prefer scheduling to master/control-plane instead of requiring it. Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 2e5c58e - Browse repository at this point
Copy the full SHA 2e5c58eView commit details -
Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for 9dc3b11 - Browse repository at this point
Copy the full SHA 9dc3b11View commit details
Commits on Oct 8, 2021
-
kernel: 5.4.0-88.99-rancher1 (#782)
Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for da365cc - Browse repository at this point
Copy the full SHA da365ccView commit details -
Fix minor typo in config phases table, change incorrect key of ntp_services to ntp_servers
Configuration menu - View commit details
-
Copy full SHA for 7eb5b09 - Browse repository at this point
Copy the full SHA 7eb5b09View commit details
Commits on Oct 9, 2021
-
Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
Configuration menu - View commit details
-
Copy full SHA for a543193 - Browse repository at this point
Copy the full SHA a543193View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.21.1-k3s1r0...v0.22.2-k3s2r0