Skip to content
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: alexellis/k3sup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.13.4
Choose a base ref
...
head repository: alexellis/k3sup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.13.5
Choose a head ref
  • 2 commits
  • 26 files changed
  • 2 contributors

Commits on Dec 20, 2023

  1. Update go-execute and cobra

    Go 1.21 is the minimum version to use this package as a
    module.
    
    Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
    alexellis committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    cca4497 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Add --no-extra flag to join command

    It was found that when joining servers to a cluster any additional servers
    would not honour the `--no-extras` flag used with the install command.
    
    It is necessary, therefore, for the flag to be added to `join` and only
    be applied in situations where `--server` has been provided.
    
    Signed-off-by: Richard Gee <richard@technologee.co.uk>
    rgee0 authored and alexellis committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    d952d6d View commit details
    Browse the repository at this point in the history
Loading