Skip to content

Commit

Permalink
release: Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziwi01 committed Dec 4, 2023
1 parent 5a63cbc commit 1d97b0e
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions ansible/roles/software/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,42 +40,42 @@ default_apt_packages:
# Specific versions for software (github)
# Fixed versions should be set without `v` prefix (e.g: 1.4.3)
github_packages:
neovim: latest # Gets latest tag. Set to `nightly` for latest nightly
lunarvim: "latest" # Gets latest tag. Set to `master` to be more latest :)
diff_so_fancy: latest
bat: latest
zoxide: latest
helm: latest
lazygit: latest
fzf: latest
tmux: latest
ripgrep: latest
fd: latest
kind: latest
k9s: latest
yq: latest
win32yank: latest
terraform: latest
terragrunt: latest
neovim: nightly # Gets latest tag. Set to `nightly` for latest nightly
lunarvim: "a45cfa59" # Gets latest tag. Set to `master` to be more latest :)
diff_so_fancy: 1.4.4
bat: 0.24.0
zoxide: 0.9.2
helm: 3.13.2
lazygit: 0.40.2
fzf: 0.44.1
tmux: 3.3a
ripgrep: 14.0.3
fd: 8.7.1
kind: 0.20.0
k9s: 0.28.2
yq: 4.40.4
win32yank: 0.1.1
terraform: 1.5.2
terragrunt: 0.48.0
git_fuzzy: latest # Does not have releases, latest (for latest commit) or specific commit
nvm: latest # Node Version Manater
tpm: latest # Tmux plugin manager. Does not have releases, gets latest tag instead
pes: latest # Puppet Editor Services. They don't release anymore, so latest means latest commit
p10k: latest
nvm: 0.39.5 # Node Version Manater
tpm: 99469c4a9b1ccf77fade25842dc7bafbc8ce9946 # Tmux plugin manager. Does not have releases, gets latest tag instead
pes: 50db533a493494ef2f57a121e1490489d0dbb96a # Puppet Editor Services. They don't release anymore, so latest means latest commit
p10k: 1.19.0
rvm1_ansible: 2.2.0 # Version of https://github.com/rvm/rvm1-ansible
# Kubectl version
kubectl_version: latest
kubectl_version: 1.28.4
# Packages and their versions to install with PIP
pip_packages:
thefuck: "latest"
gita: latest
thefuck: "3.32"
gita: 0.16.6.4
tmuxp: 1.29.0
awscli: 1.27.97
# FZF
fzf_git_url: "https://github.com/junegunn/fzf.git"
fzf_home: "{{ ansible_env.HOME }}/.fzf"
# Git from custom PPA repo
git_apt_version: latest
git_apt_version: 1:2.43.0-0ppa1~ubuntu22.04.1
# GIT Fuzzy
git_fuzzy_url: "https://github.com/bigH/git-fuzzy.git"
git_fuzzy_home: "{{ ansible_env.HOME }}/.local/opt/git-fuzzy"
Expand All @@ -102,9 +102,9 @@ docker_apt_dependencies:
- lsb-release
# Docker main packages from APT repo
docker_apt_packages:
docker-ce: latest
containerd.io: latest
docker-compose-plugin: latest
docker-ce: 5:24.0.7-1~ubuntu.22.04~jammy
containerd.io: 1.6.25-1
docker-compose-plugin: 2.21.0-1~ubuntu.22.04~jammy
# RVM / Ruby
rvm1_rubies:
- ruby-3.1.3
Expand All @@ -130,17 +130,17 @@ puppet_rubies:

# PDK (Puppet Development KIT)
# Please note the module does not support package downgrades - if PDK is already installed in higher version, remove it first.
puppet_pdk_version: latest
puppet_pdk_version: 2.7.0.0-1focal
# Node
node_version: 'lts/gallium'
# Ansible
ansible_pip_version: latest
ansible_lint_pip_version: latest
ansible_pip_version: 9.0.1
ansible_lint_pip_version: 6.22.1
# LunarVIM
lunarvim_url: https://github.com/lunarvim/lunarvim.git
lunarvim_home: "{{ ansible_env.HOME }}/.local/opt/lunarvim"
# Azure CLI
azurecli_apt_version: latest
azurecli_apt_version: 2.54.0-1~jammy
# AWS CLI
awscli_url: https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip
# Puppet
Expand Down

0 comments on commit 1d97b0e

Please sign in to comment.