Update dependency artis3n.tailscale to v4.6.0 #221

Open
renovate wants to merge 1 commit from renovate/artis3n.tailscale-4.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
artis3n.tailscale role minor v4.5.0 -> v4.6.0

Release Notes

artis3n/tailscale (artis3n.tailscale)

v4.6.0: 4.6.0

Compare Source

[!IMPORTANT]
This will be the last release on this Ansible role before it is migrated into a Collection.

Ansible tools really want you to be a role inside a collection these days, instead of a standalone role. This role will be migrated to a new collection repo and published onto Galaxy. There should be minor migration work to reference the Collection instead of the Role in your Ansible playbooks, but should not otherwise impact consumers of this role. Mainly, it will wipe my Galaxy download stats which is why I've been putting it off for so long. When the collection is ready, this repo's README will be updated to point to the new collection and then will be archived.

If you would like to provide input into the name of the collection, please join the discussion https://github.com/artis3n/ansible-role-tailscale/discussions/529.

Adds

Removed

  • Removed CentOS 7 as a supported distro in July 2024 due to being EOL. While Tailscale can still be installed on CentOS 7, modern Ansible's minimum requirements exceed a default CentOS 7 installation.

Fixed

Changed

  • Updated Python dependencies
  • Updated CI dependencies
  • Migrated headscale in CI to stable vs pinning to 0.22 after a headscale bug required pinning to last known good last year. https://github.com/artis3n/ansible-role-tailscale/pull/527
  • Updated the README to indicate that OAuth keys now only need the auth keys write scope instead of the devices write scope.

New Contributors


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [artis3n.tailscale](https://github.com/artis3n/tailscale) | role | minor | `v4.5.0` -> `v4.6.0` | --- ### Release Notes <details> <summary>artis3n/tailscale (artis3n.tailscale)</summary> ### [`v4.6.0`](https://github.com/artis3n/ansible-role-tailscale/releases/tag/v4.6.0): 4.6.0 [Compare Source](https://github.com/artis3n/tailscale/compare/v4.5.0...v4.6.0) > \[!IMPORTANT] > **This will be the last release on this Ansible role before it is migrated into a Collection.** Ansible tools really want you to be a role inside a collection these days, instead of a standalone role. This role will be migrated to a new collection repo and published onto Galaxy. There should be minor migration work to reference the Collection instead of the Role in your Ansible playbooks, but should not otherwise impact consumers of this role. Mainly, it will wipe my Galaxy download stats which is why I've been putting it off for so long. When the collection is ready, this repo's README will be updated to point to the new collection and then will be archived. If you would like to provide input into the name of the collection, please join the discussion https://github.com/artis3n/ansible-role-tailscale/discussions/529. #### Adds - Added Ubuntu 24.04 as a supported distro in July 2024. - Added support for Linux Mint. https://github.com/artis3n/ansible-role-tailscale/pull/515 (Thanks [@&#8203;fkonradmain](https://github.com/fkonradmain) !) #### Removed - Removed CentOS 7 as a supported distro in July 2024 due to being EOL. While Tailscale can still be installed on CentOS 7, modern Ansible's minimum requirements exceed a default CentOS 7 installation. #### Fixed - Fixed broken `devcontainer` configuration. - Fixed templating of `tailscale_args_string` if `tailscale_tags` is an empty list. https://github.com/artis3n/ansible-role-tailscale/pull/506 (Thanks [@&#8203;UnholyRope](https://github.com/UnholyRope) !) #### Changed - Updated Python dependencies - Updated CI dependencies - Migrated headscale in CI to `stable` vs pinning to 0.22 after a headscale bug required pinning to last known good last year. https://github.com/artis3n/ansible-role-tailscale/pull/527 - Updated the README to indicate that OAuth keys now only need the auth keys `write` scope instead of the devices `write` scope. #### New Contributors - [@&#8203;UnholyRope](https://github.com/UnholyRope) made their first contribution in https://github.com/artis3n/ansible-role-tailscale/pull/506 - [@&#8203;fkonradmain](https://github.com/fkonradmain) made their first contribution in https://github.com/artis3n/ansible-role-tailscale/pull/515 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-02-01 16:00:46 +00:00
All checks were successful
/ terraform (push) Successful in 1m15s
/ ansible (push) Successful in 2m14s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/artis3n.tailscale-4.x:renovate/artis3n.tailscale-4.x
git checkout renovate/artis3n.tailscale-4.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/artis3n.tailscale-4.x
git checkout renovate/artis3n.tailscale-4.x
git rebase master
git checkout master
git merge --ff-only renovate/artis3n.tailscale-4.x
git checkout renovate/artis3n.tailscale-4.x
git rebase master
git checkout master
git merge --no-ff renovate/artis3n.tailscale-4.x
git checkout master
git merge --squash renovate/artis3n.tailscale-4.x
git checkout master
git merge --ff-only renovate/artis3n.tailscale-4.x
git checkout master
git merge renovate/artis3n.tailscale-4.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: systems/infrastructure#221
No description provided.