feat: Upgrade pygit2 to version 1.12.2

This commit is contained in:
Carlos Álvaro
2023-09-08 12:43:07 +02:00
committed by Carlos D. Álvaro
parent 7be7fb987c
commit bc4c65559f
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ for the list of changes in SaltStack.
- Upgrade `salt-master` to `3006.3` *Sulfur*.
- Change Docker base image to `ubuntu:jammy-20230816`.
- Upgrade `pygit2` to version `1.12.2`.
**3006.2**

View File

@@ -39,7 +39,8 @@ log_info "Installing salt packages ..."
install_pkgs salt-master="${SALT_VERSION}" salt-api="${SALT_VERSION}"
# Install python packages
exec_as_salt salt-pip install pygit2==1.12.0
log_info "Installing python packages ..."
salt-pip install pygit2==1.12.2
# Configure ssh
log_info "Configuring ssh ..."