Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rancher/k3os
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.21.1-k3s1r0
Choose a base ref
...
head repository: rancher/k3os
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.2-k3s2r0
Choose a head ref
  • 17 commits
  • 21 files changed
  • 9 contributors

Commits on Aug 21, 2021

  1. 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
    jamessewell authored Aug 21, 2021
    Copy the full SHA
    ab1928c View commit details
  2. 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
    jbro authored Aug 21, 2021
    4
    Copy the full SHA
    1fa8606 View commit details

Commits on Sep 15, 2021

  1. mode-disk: sync before poweroff -f (#747)

    We should sync between making a filesystem change and a `poweroff -f`.
    Jille authored Sep 15, 2021
    Copy the full SHA
    43f545d View commit details
  2. 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.
    rawlink authored Sep 15, 2021
    Copy the full SHA
    9b6f854 View commit details

Commits on Sep 19, 2021

  1. 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>
    dweomer authored Sep 19, 2021
    Copy the full SHA
    4639e43 View commit details
  2. drone: rancher/dapper:v0.5.0 (#752)

    Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
    dweomer authored Sep 19, 2021
    Copy the full SHA
    481b6cf View commit details
  3. kernel: 5.4.0-84.94-rancher1 (#753)

    Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
    dweomer authored Sep 19, 2021
    Copy the full SHA
    cc0eba2 View commit details

Commits on Sep 23, 2021

  1. base: bump alpine:3.14 (#750)

    - golang -> 1.16.8
    
    Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
    dweomer authored Sep 23, 2021
    Copy the full SHA
    b09fe33 View commit details
  2. 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)
    dweomer authored Sep 23, 2021
    Copy the full SHA
    31505c9 View commit details

Commits on Sep 29, 2021

  1. base: add libc6-compat and gcompat (#768)

    Enables running (some) binaries compiled against glibc.
    
    Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
    dweomer authored Sep 29, 2021
    Copy the full SHA
    79aab63 View commit details

Commits on Oct 1, 2021

  1. fix vsphere vmwaretools 1.21 (#767)

    add sub package open-vm-tools
    
    (cherry picked from commit 5cca892)
    chris93111 authored and dweomer committed Oct 1, 2021
    Copy the full SHA
    78b1eb8 View commit details

Commits on Oct 5, 2021

  1. 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>
    alborotogarcia and mcbridematt authored Oct 5, 2021
    Copy the full SHA
    768624c View commit details
  2. suc: v0.8.0 (#775)

    - 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>
    dweomer authored Oct 5, 2021
    Copy the full SHA
    2e5c58e View commit details
  3. k3s: v1.22.2+k3s1 (#776)

    Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
    dweomer authored Oct 5, 2021
    Copy the full SHA
    9dc3b11 View commit details

Commits on Oct 8, 2021

  1. kernel: 5.4.0-88.99-rancher1 (#782)

    Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
    dweomer authored Oct 8, 2021
    Copy the full SHA
    da365cc View commit details
  2. Update README.md (#778)

    Fix minor typo in config phases table, change incorrect key of ntp_services to ntp_servers
    j3hempsey authored Oct 8, 2021
    Copy the full SHA
    7eb5b09 View commit details

Commits on Oct 9, 2021

  1. k3s: v1.22.2+k3s2 (#786)

    Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
    dweomer authored Oct 9, 2021
    Copy the full SHA
    a543193 View commit details
Loading