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: PyratLabs/ansible-role-k3s
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.4
Choose a base ref
...
head repository: PyratLabs/ansible-role-k3s
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.0
Choose a head ref
  • 9 commits
  • 35 files changed
  • 7 contributors

Commits on Jun 17, 2023

  1. chore(release): v3.4.2

    xanmanning committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    c91a878 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    9e07d97 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Merge pull request #226 from longns1/main

    add k3s_service_exec_start_pre_vars for the k3s service
    ayr-ton authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6ff6780 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

  1. Fix node registration ip on dual stack (#230)

    When using a user defined node ip on a dual stack cluster,
    k3s_node_ip will contain "ipv4,ipv6" IP. In order to properly set
    the registration IP, the first (preferred) IP in the list is used,
    and if it is the IPv6 IP it will be URL wrapped.
    logan2211 authored Jan 11, 2025
    Configuration menu
    Copy the full SHA
    9247de3 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2025

  1. Configuration menu
    Copy the full SHA
    018c5b5 View commit details
    Browse the repository at this point in the history
  2. chore: remove stale bot

    xanmanning committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    2a44b15 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Configuration menu
    Copy the full SHA
    a7c214c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. ci: fix tests, update workflow deps and tested platforms (#238)

    * chore: update workflows and deps
    
    Signed-off-by: Devin Buhl <devin@buhl.casa>
    
    * chore: update workflows and deps
    
    Signed-off-by: Devin Buhl <devin@buhl.casa>
    
    ---------
    
    Signed-off-by: Devin Buhl <devin@buhl.casa>
    onedr0p authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    a3268e0 View commit details
    Browse the repository at this point in the history
  2. use k3s_install_dir instead of hardcoded /usr/local/bin path to insta…

    …ll k3s-killall.sh and k3s-uninstall.sh (#235)
    matteyeux authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    d0b38da View commit details
    Browse the repository at this point in the history
Loading