Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Releases: marcinbojko/linux_mint

2.8.3

03 Jul 06:45
1346ac0
Compare
Choose a tag to compare

Full Changelog: 2.8.2...2.8.3

2.8.2

15 Apr 13:08
c1d0dc7
Compare
Choose a tag to compare
  • Fixed problem with p10k fonts being not properly copied to the fonts directory
  • Fixed missing switch of user's shell in case of zsh installation
  • [APPLICATION] added kubectl package missing in the previous release
  • [APPLICATION] removed dropbox package as its role is now covered by insync package. If you still use Dropbox, please add it to mint_custom.yaml file
  • [APPLICATION] removed veamsnap package as it's no longer required, in favor of blksnap package
  • [APPLICATION] added cheese package
  • [PACKAGES] added yq package
  • [PACKAGES] added micro
  • [APPLICATION] added atuin package https://github.com/atuinsh/atuin in version 18.2.0
  • [PACKAGES] upgraded gping to version 1.16.1
  • [PACKAGES] upgraded steampipe to version 0.22.2
  • [PACKAGES] added sops package https://github.com/getsops/sops
  • [PACKAGES] added teller package https://github.com/tellerops/teller
  • [PACKAGES] removal of rke package due to obsoletetion

2.8.1

20 Mar 15:50
0c732b3
Compare
Choose a tag to compare
  • [FLATPAK] removal of 'GitKraken` from flatpak packages due to incompatibility
  • [APPLICATION] added gitkraken package as .deb
  • added flatpak_remove section to remove flatpak packages which are no longer available
  • added new custom variable custom_flatpak_remove to allow user to remove flatpak packages which are no longer available
  • Start moving elements of playbook into separat tasks
  • [TASKS] added task remove_flatpak_packages to remove flatpak packages which are no longer available
  • [TASKS] added task remove_repository_files to remove repository files which are no longer available. Task is repeated AFTER package installation to remove doubles
  • [VSCODE] removed extension dogukanakkaya.chatgpt-code as obsoleted
  • [FLATPAK] added org.gnome.font-viewer package as due changes in migration it could not be available in 21.x

2.8.0

18 Mar 16:18
dc4c6b1
Compare
Choose a tag to compare
  • BREAKING CHANGES
    This release tries to resolve long term problems with apt repositories and legacy GPG keys. For a long time ansible module apt_repository was used to manage repositories and a separate module apt_key to manage keys.
    This approach was not perfect and caused problems with newer Linux Mint releases. This release introduces new approach to add repositories and keys. It uses deb822 ansible module to add both: repositories and keys. However, this change is breaking and requires manual intervention. Please, read the documentation and follow the instructions to update your system.
    You can expect removal of old repositories from /etc/apt/sources.list.d\*.list and replace them with *.sources in deb822 format. As this playbook's role is not to manage outside repositories, you still can have apt refresh failing with a warning - you have to clean these manually (or add them as your own repositories in deb822 format)

For custom_repositories variable now it accepts only deb822 format as in the example below

  - name: google-cloud-sdk
    types: deb
    suites: cloud-sdk
    components: main
    uris:
      - "https://packages.cloud.google.com/apt"
    enabled: true
    architectures: amd64
    signed_by: https://packages.cloud.google.com/apt/doc/apt-key.gpg
  • BREAKING_CHANGES
    With all possible packages available in FLATPAK, this release will try to remove all packages from packages_optional and packages and moves them to flatpak. This change is breaking and requires manual intervention. Please, read the documentation and follow the instructions to update your system.
    You can expect in some cases, config for your application is missing (for example Remmina package). Do not panic, these files are already there, mostly in ~.config or ~.local/share directories. You can copy them manually to the new location (~/.var/app/...)
    In future releases, I'll try to move all packages to FLATPAK and remove them per repository from the playbook.
    This move also forces to remove classic 'repositorieswhich are no longer required. Also, in future releases I'll separate FLATPAK packages tomandatoryandoptional` to make it easier to manage.

  • [REPOSITORY] removal of nodesource16 repository

  • [REPOSITORY] added nodesource20 repository

  • [REPOSITORY] removal brave-browser repository (in favor of FLATPAK)

  • [APPLICATION] removal brave-browser package in favor of FLATPAK

  • [FLATPAK] added brave package

  • [REPOSITORY] delete kubernetes-stable repository

  • [REPOSITORY] added kubernetes repository with versioned packages

  • [REPOSITORY] removed remmina-next repository in favor of FLATPAK

  • [APPLICATION] removed remmina-next package in favor of FLATPAK

  • [FLATPAK] added remmina package

  • [PIP] added sslyze package

  • [APPLICATION] removed y-ppa-manager

  • [REPOSITORY] removed y-ppa-manager repository

  • [REPOSITORY] removed libreoffice repository

  • [APPLICATION] removed libreoffice package in favor of FLATPAK

  • [FLATPAK] added libreoffice package

  • [REPOSITORY] removed enpass repository

  • [APPLICATION] removed enpass package in favor of FLATPAK

  • [FLATPAK] added enpass package

  • [REPOSITORY] removed spotify repository

  • [APPLICATION] removed spotify package in favor of FLATPAK

  • [FLATPAK] added spotify package

  • [REPOSITORY] removed sublime-text repository

  • [APPLICATION] removed sublime-text package in favor of FLATPAK

  • [FLATPAK] added sublime-text package

  • [REPOSITORY] removed webupd8 repository [obsoleted]

  • [REPOSITORY] removed webupd8team repository [obsoleted]

  • [REPOSITORY] removed linuxuprising repository [obsoleted]

  • [REPOSITORY] added hashicorp repository

  • [PACKAGES] added consul, nomad, packer, terraform, vagrant, vault from hashicorp repository

  • [APPLICATION] removed thunderbird package in favor betterbird from FLATPAK

  • [FLATPAK] added betterbird package

  • [FLATPAK] added flatseal package

  • [FLATPAK] added bleachbit package

  • [FLATPAK] added krita package

  • [FLATPAK] added firefox package

  • [FLATPAK] added vivaldi package

  • [FLATPAK] added kdenlive package

  • [FLATPAK] added boxes package

  • [FLATPAK] added freefilesync package

  • [FLATPAK] added pinta package

  • [FLATPAK] added freefilesync package

  • [APPLICATION] removed 'pinta` package in favor of FLATPAK

  • [FLATPAK] added tlpui package

  • [APPLICATION] removed tlpui package in favor of FLATPAK

  • [APPLICATION] removed vlc package in favor of FLATPAK

  • [FLATPAK] added vlc package

  • [FLATPAK] added hashes package

  • [APPLICATION] removed kodi package in favor of FLATPAK

  • [FLATPAK] added kodi package

  • [APPLICATION] removed 'wireshark` package in favor of FLATPAK

  • [FLATPAK] added wireshark package

  • [FLATPAK] added missioncenter package

  • [PACKAGES] removal of 'gitkraken' in favor of FLATPAK

  • [FLATPAK] added gitkraken package

  • [PACKAGES] removed wps-office in favor of FLATPAK

  • [FLATPAK] added wps-office package

  • [PACKAGES] removed rpi-imager in favor of FLATPAK

  • [FLATPAK] added rpi-imager package

  • [PACKAGES] removed zoom package in favor of FLATPAK

  • [APPLICATION] added btop package

  • [PACKAGES] removed bicep package in favor of azure-cli internal actions (bicep is now part of azure-cli)

  • [PACKAGES] upgraded tabby to version 1.0.207

  • [PACKAGES] upgraded minikube to version 1.32.0

  • [PACKAGES] upgraded dive to version 1.20.0

  • [PACKAGES] upgraded etcher to version 1.19.5

  • [PACKAGES] upgraded dockle to version 0.4.11

  • [PACKAGES] upgraded keystore-explorer to version 5.5.3

  • [PACKAGES] upgraded kube-bench to version 0.7.2

  • [PACKAGES] upgraded syft to version 1.0.1

  • [PACKAGES] upgraded steampipe to version 0.22.1

  • [PACKAGES] upgraded rambox to version 2.3.1

  • [APPLICATION] removed gimp package in favor of FLATPAK

  • [FLATPAK] added gimp package

  • [PACKAGES] removed helm package in favor of respository version

  • [REPOSITORY] added helm repository

  • [APPLICATION] add helm package

  • [PACKAGES] upgraded kubeconform to version 0.6.4

  • [PACKAGES] upgraded tflint to version 0.50.3

  • [PACKAGES] upgraded kubent to version 0.7.2

  • [PACKAGES] upgraded kubestr to version 0.4.41

  • [PACKAGES] upgraded krew to version 0.4.4

  • [PACKAGES] upgraded nerdctl to version 1.7.5

  • [PACKAGES] upgraded kustomize to version 5.3.0

  • [PACKAGES] upgraded k9s to version 0.32.3 and moved to [APPLICATION] section as .deb package become available

  • [PACKAGES] removed datree as it's no longer maintained

  • [PACKAGES] removed docker-compose as its functionality is now part of docker package

  • [PACKAGES] upgraded ffuf to version 2.1.0

  • [PACKAGES] upgrade polaris to version 9.0.1

  • [PACKAGES] upgraded packetsender to version 8.6.5

  • [PACKAGES] upgraded k3s to version 1.28.7

  • [PACKAGES] upgraded k3d to version 5.6.0

  • [PACKAGES] removed tfsec to version as it's now part of trivy package

  • [PACKAGES] upgraded k3sup to version 0.13.5

  • [PACKAGES] upgraded argocd to version 2.10.3

  • [FLATPAK] added torbrowser package

  • [FLATPAK] added peazip package

  • [FLATPAK] added calibre package

  • [APPLICATION] added fio package

  • [VSCODE] removed or renamed extensions AquaSecurityOfficial.trivy-vulnerability-scanner

  • [VSCODE] removed or renamed extensions ms-azuretools.vscode-azureterraform

  • [VSCODE] removed or renamed extensions ms-azuretools.vscode-bicep

  • [VSCODE] removed or renamed extensions ms-azuretools.vscode-docker

  • [VSCODE] removed or renamed extensions ms-dotnettools.vscode-dotnet-runtime

  • [VSCODE] removed or renamed extensions ms-kubernetes-tools.vscode-kubernetes-tools

  • [VSCODE] removed or renamed extensions ms-python.isort

  • [VSCODE] removed or renamed extensions ms-python.python

  • [VSCODE] removed or renamed extensions ms-python.vscode-pylance

  • [VSCODE] removed or renamed extensions ms-vscode-remote.remote-containers

  • [VSCODE] removed or renamed extensions ms-vscode-remote.remote-ssh

  • [VSCODE] removed or renamed extensions ms-vscode.remote-server

  • [VSCODE] removed or renamed extensions ms-vscode-remote.remote-ssh-edit

  • [VSCODE] removed or renamed extensions ms-vscode-remote.remote-wsl

  • [VSCODE] removed or renamed extensions ms-vscode-remote.vscode-remote-extensionpack

  • [VSCODE] removed or renamed extensions ms-vscode.azure-account

  • [VSCODE] removed or renamed extensions ms-vscode.azurecli

  • [VSCODE] removed or renamed extensions ms-vscode.powershell

  • [VSCODE] removed or renamed extensions ms-vscode.remote-explorer

  • [VSCODE] removed or renamed extensions ms-vscode.wordcount

  • [VSCODE] removed or renamed extensions ms-vsliveshare.vsliveshare

  • [VSCODE] added extension aquasecurityofficial.trivy-vulnerability-scanner

  • [VSCODE] added extension danielsanmedium.dscodegpt

  • [VSCODE] added extension davidanson.vscode-markdownlint

  • [VSCODE] added extension dogukanakkaya.chatgpt-code

  • [VSCODE] added extension github.codespaces

  • [VSCODE] added extension github.copilot

  • [VSCODE] added extension github.copilot-chat

  • [VSCODE] added extension henriiik.docker-linter

  • [VSCODE] added extension humao.rest-client

  • [VSCODE] added extension infracost.infracost

  • [VSCODE] added extension ms-python.debugpy

  • [VSCODE] added extension ms-toolsai.jupyter-keymap

  • [VSCODE] added extension ms-vscode-remote.remote-wsl-recommender

  • [VSCODE] added extension owenfarrell.vscode-vault

  • [VSCODE] added extension pharndt.vscode-markdown-table

  • [VSCODE] added extension pycom.pymakr

  • [VSCODE] added extension redhat.vscode-xml

  • [VSCODE] added extension rust-lang.rust-analyzer

  • [VSCODE] added extension shopify.ruby-lsp

  • [VSCODE] added extension slevesque.vscode-zipexplorer

  • [VSCODE] added extension `tfsec.tfse...

Read more

2.7.0

09 Jul 16:34
bca2a87
Compare
Choose a tag to compare
  • [BREAKING_CHANGE] - removal of Linux Mint 20.x support - last version supporting it will be 2.6.1
  • [BREAKING_CHANGE] - Forticlient Ubuntu repo's key expired - temporarily commented out
  • [APPLICATION] removal teams package
  • [REPOSITORY] removal ms-teams repository
  • [APPLICATION] upgraded amass to version 3.23.3
  • [APPLICATION] upgraded angryip to version 3.9.1
  • [APPLICATION] upgraded argocd to version 2.7.7
  • [APPLICATION] upgraded balena-etcher to version 1.18.8
  • [APPLICATION] upgraded datree to version 1.9.10
  • [APPlICATION] upgraded dive to version 0.11.0
  • [APPLICATION] upgraded docker-compose to version 2.19.1
  • [APPLICATION] upgraded dockle to version 0.4.11
  • [APPLICATION] upgraded gping to version 1.13.1
  • [APPLICATION] upgraded helm to version 3.12.1
  • [APPLICATION] upgraded imager to version 1.7.5
  • [APPLICATION] upgraded k3d to version 5.5.1
  • [APPLICATION] upgraded k3s to version 1.25.11
  • [APPLICATION] upgraded k3sup to version 0.12.13
  • [APPLICATION] upgraded k9s to version 0.27.4
  • [APPLICATION] upgraded kube-bench to version 0.6.15
  • [APPLICATION] upgraded kubeconform to version 0.6.2
  • [APPLICATION] upgraded kubent to version nightly-0.7.0-14-gb3e2b3f
  • [APPLICATION] upgraded kubestr to version 0.4.37
  • [APPLICATION] upgraded kustomize to version 5.1.0
  • [APPLICATION] upgraded minikube to version 1.30.1
  • [APPLICATION] upgraded nerdctl to version 1.4.0
  • [APPLICATION] upgraded packer to version 1.9.1
  • [APPLICATION] upgraded polaris to version 8.3.0
  • [APPLICATION] upgraded rambox to version 2.1.4
  • [APPLICATION] upgraded rke to version 1.4.7
  • [APPLICATION] upgraded steampipe to version 0.20.8
  • [APPLICATION] upgraded syft to version 0.84.1
  • [APPLICATION] upgraded tabby to version 1.0.197
  • [APPLICATION] upgraded terraform to version 1.5.2
  • [APPLICATION] upgraded tflint to version 0.47.0
  • [APPLICATION] upgraded vagrant to version 2.3.8
  • [APPLICATION] upgraded vault to version 1.14.0
  • [APPLICATION] upgraded zoom to version 5.15.2.4260
  • [VSCODE] added ecmel.vscode-html-css
  • [VSCODE] added github.vscode-github-actions
  • [VSCODE] added ms-dotnettools.vscode-dotnet-runtime
  • [VSCODE] added ms-python.isort
  • [VSCODE] added ms-python.vscode-pylance
  • [VSCODE] added ms-vscode-remote.remote-server
  • [VSCODE] added ms-vscode.remote-explorer
  • [VSCODE] added redhat.java
  • [VSCODE] added Tim-Koehler.helm-intellisense

2.6.1

05 Feb 06:49
d3bb301
Compare
Choose a tag to compare
  • [VSCODE] removed obsoleted extensions ms-vsliveshare.vsliveshare-audio - microsoft/live-share#4826
  • [APPLICATION] removed google-cloud-sdk-skaffold
  • [APPLICATION] upgraded datree to version 1.8.21
  • [APPLICATION] upgraded gping to version 1.8.0
  • [APPLICATION] upgraded k3d to version 5.4.7
  • [APPLICATION] upgraded k3s to version 1.23.16
  • [APPLICATION] upgraded k9s to version 0.27.2
  • [APPLICATION] upgraded kse to version 5.5.2
  • [APPLICATION] upgraded kustomize to version 5.0.0
  • [APPLICATION] upgraded minikube to version 1.29.0
  • [APPLICATION] upgraded nerdctl to version 1.2.0
  • [APPLICATION] upgraded rke to version 1.4.2
  • [APPLICATION] upgraded steampipe to version 0.18.4
  • [APPLICATION] upgraded syft to version 0.70.0
  • [APPLICATION] upgraded zoom to version 5.13.5.431
  • [APPLICATION] upgraded argocd to version 2.5.10

2.6.0

21 Jan 15:21
cde17ae
Compare
Choose a tag to compare
  • [MINT] Support for Linux Mint 21.0 Veronica and 21.1 Vera
  • [APPLICATION] lens is now in packages_optional section
  • [APPLICATION] upgraded argocd to version 2.5.6
  • [APPLICATION] upgraded balena-etcher to version 1.14.3
  • [APPLICATION] upgraded datree to version 1.8.14
  • [APPLICATION] upgraded docker-compose to version 2.15.1
  • [APPLICATION] upgraded dockle to version 0.4.10
  • [APPLICATION] upgraded gping to version 1.7.0
  • [APPLICATION] upgraded helm to version 3.11.0
  • [APPLICATION] upgraded kubent to version nightly-0.7.0-9
  • [APPLICATION] upgraded lens to release 2023.1.110749
  • [APPLICATION] upgraded polaris to version 7.3.0
  • [APPLICATION] upgraded steampipe to version 1.18.1
  • [APPLICATION] upgraded syft to version 0.68.0
  • [APPLICATION] upgraded tabby to version 1.0.188
  • [FLATPAK] added com.bitwarden.desktop - Bitwarden's client
  • [KEYS] added lens key
  • [KEYS] changed spotify key to 7A3A762FAFD4A51F
  • [KEYS] removed spotify obsoleted key 5E3C45D7B312C643
  • [REPOSITORY] added lens repository
  • [VSCODE] removed obsoleted extension ms-vsliveshare.vsliveshare-pack - https://marketplace.visualstudio.com/itemdetails?itemName=MS-vsliveshare.vsliveshare-pack

2.5.4

02 Jan 17:59
9488b0f
Compare
Choose a tag to compare
  • [BREAKING_CHANGE] - switch some repositories from http to https in /etc/apt/sources.list.d

    from (example)

    deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main

    to

    deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main

    Please, be aware that you have to clean doubles manually, as this playbook will probably fail when doubles are found.

  • [BREAKING_CHANGE] - switch packages: dotnet-sdk and dotnet-runtime to version 7

    - dotnet-runtime-7.0
    - dotnet-sdk-7.0
  • [APPLICATION] upgraded argocd to version 2.5.5

  • [APPLICATION] upgraded datree to version 1.8.12

  • [APPLICATION] upgraded docker-compose to version 2.14.2

  • [APPLICATION] upgraded helm to version 3.10.3

  • [APPLICATION] upgraded k3s to version 1.23.15

  • [APPLICATION] upgraded k3sup to version 0.12.12

  • [APPLICATION] upgraded k9s to version 0.26.7

  • [APPLICATION] upgraded kube-bench to version 0.6.10

  • [APPLICATION] upgraded kubent to version nightly-0.7.0-2-g00f8453

  • [APPLICATION] upgraded kubestr to version 0.4.36

  • [APPLICATION] upgraded lens to version 6.3.0

  • [APPLICATION] upgraded minikube to version 1.28.0

  • [APPLICATION] upgraded nerdctl to version 1.1.0

  • [APPLICATION] upgraded polaris to version 7.2.0

  • [APPLICATION] upgraded rke to version 1.4.1

  • [APPLICATION] upgraded vagrant to version 2.3.3

  • [APPLICATION] upgraded amass to version 3.21.2

  • [APPLICATION] upgraded angryip to version 3.9.0

  • [APPLICATION] upgraded dockle to version 0.4.9

  • [APPLICATION] upgraded balena-etcher to version 1.12.7

  • [APPLICATION] upgraded gping to version 1.6.3

  • [APPLICATION] upgraded hadolint to version 2.12.0

  • [APPLICATION] upgraded packer to version 1.8.5

  • [APPLICATION] upgraded rambox to version 2.0.9

  • [APPLICATION] upgraded rbpi-imager to version 1.7.3

  • [APPLICATION] upgraded steampipe to version 0.17.4

  • [APPLICATION] upgraded syft to version 0.64.0

  • [APPLICATION] upgraded tabby to version 1.0.187

  • [APPLICATION] upgraded terraform to version 1.3.6

  • [APPLICATION] upgraded terragrunt to version 0.42.5

  • [APPLICATION] upgraded tflint to version 0.44.1

  • [APPLICATION] upgraded tfsec to version 1.28.1

  • [APPLICATION] upgraded vagrant to version 2.3.4

  • [APPLICATION] upgraded vault to version 1.12.2

  • [APPLICATION] upgraded zoom to version 5.13.3.651

  • [APPLICATION] removal of k6

  • [REPOSITORY] removal of k6

2.5.3

03 Sep 06:38
4202ca3
Compare
Choose a tag to compare
  • [BREAKING_CHANGE] removal of hamsket package
  • [BREAKING_CHANGE] upgraded docker-compose binary from v1 to v2 branch, version 2.10.2
  • [APPLICATION] upgraded argocd to version 2.4.11
  • [APPLICATION] upgraded datree to version 1.6.13
  • [APPLICATION] upgraded helm to version 3.9.4
  • [APPLICATION] upgraded k3d to version 5.4.6
  • [APPLICATION] upgraded k3s to version 1.23.10
  • [APPLICATION] upgraded k3sup to version 0.12.3
  • [APPLICATION] upgraded kubent to version nightly-0.5.1-42-ga65f727
  • [APPLICATION] upgraded kubestr to version 0.4.35
  • [APPLICATION] upgraded polaris to version 7.0.2
  • [APPLICATION] upgraded rke to version 1.3.14
  • [APPLICATION] upgraded steampipe to version 0.16.1
  • [APPLICATION] upgraded syft to version 0.55.0
  • [APPLICATION] upgraded terraform to version 1.2.8
  • [APPLICATION] upgraded terragrunt to version 0.38.9
  • [APPLICATION] upgraded tfsec to version 1.27.6
  • [APPLICATION] upgraded vault to version 1.11.3
  • [APPLICATION] upgraded zoom to version 5.11.10.4400
  • [APPLICATION] added rambox in version 2.0.6

2.5.2

19 Aug 05:28
fc76d9f
Compare
Choose a tag to compare
  • [APPLICATION] added steampipe https://github.com/turbot/steampipe
  • [TASKS] added task steampipe_plugins for extra steampipe plugins install
  • [APPLICATION] upgraded argocd to version 2.4.9
  • [APPLICATION] upgraded datree to version 1.6.6
  • [APPLICATION] upgraded dockle to version 0.4.6
  • [APPLICATION] upgraded helm to version 3.9.3
  • [APPLICATION] upgraded k3s to version 1.23.9
  • [APPLICATION] upgraded k9s to version 0.26.3
  • [APPLICATION] upgraded kube-bench to version 0.6.9
  • [APPLICATION] upgraded kustomize to version 4.5.7
  • [APPLICATION] upgraded lens to version 6.0.1
  • [APPLICATION] upgraded minikube to version 1.26.1
  • [APPLICATION] upgraded nerdctl to version 0.22.2
  • [APPLICATION] upgraded rambox-os to version 0.6.5-nightly
  • [APPLICATION] upgraded rke to version 1.3.13
  • [APPLICATION] upgraded syft to version 0.54.0
  • [APPLICATION] upgraded tabby to version 1.0.183
  • [APPLICATION] upgraded terraform to version 1.2.7
  • [APPLICATION] upgraded terragrunt to version 0.38.7
  • [APPLICATION] upgraded tflint to version 0.39.3
  • [APPLICATION] upgraded tfsec to version 1.27.1
  • [APPLICATION] upgraded vagrant to version 2.3.0
  • [APPLICATION] upgraded vault to version 1.11.2
  • [VSCODE] changed renamed extension wholroyd.hcl to hashicorp.hcl
  • [VSCODE] added extension bierner.markdown-mermaid
  • [VSCODE] added extension Kelvin.vscode-sshfs