Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/inventory/group_vars/debian/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ debian_tools_asdf_tools:
version: "1.14.3"
- plugin: kubectl
# renovate: datasource=github-releases depName=kubernetes/kubernetes extractVersion=^v(?<version>.+)$
version: "1.36.2"
version: "1.36.3"

## Terraform Tools
debian_tools_brew_packages_terraform:
Expand Down
2 changes: 1 addition & 1 deletion ansible/inventory/group_vars/mac/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mac_base_asdf_tools:
version: "1.14.3"
- plugin: kubectl
# renovate: datasource=github-releases depName=kubernetes/kubernetes extractVersion=^v(?<version>.+)$
version: "1.36.2"
version: "1.36.3"

mac_base_brew_terraform_tools:
- terraform-docs # https://github.com/terraform-docs/terraform-docs
Expand Down
4 changes: 2 additions & 2 deletions ansible/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
collections:
# Source: https://github.com/ansible-collections/community.general
- name: community.general
version: 13.1.0
version: 13.2.0
# Source: https://github.com/ansible-collections/community.docker
- name: community.docker
version: 5.2.1
# Source: https://github.com/ansible-collections/ansible.posix
- name: ansible.posix
version: 2.2.1
version: 2.2.2
Loading