feat: Upgrade pygit2 to version 1.12.2
This commit is contained in:
committed by
Carlos D. Álvaro
parent
7be7fb987c
commit
bc4c65559f
@@ -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**
|
||||
|
||||
|
||||
@@ -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 ..."
|
||||
|
||||
Reference in New Issue
Block a user