Skip to content

Commit

Permalink
feat: Update pygit2 to version 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Dec 17, 2023
1 parent 03d6b1f commit dd60ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ for the list of changes in SaltStack.

- Upgrade `salt-master` to `3006.5` *Sulfur*.
- Change Docker base image to `ubuntu:jammy-20231211.1`.
- Update `pygit2` to version `1.13.3`.

**3006.4**

Expand Down
2 changes: 1 addition & 1 deletion assets/build/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install_pkgs salt-master="${SALT_VERSION}" salt-api="${SALT_VERSION}"

# Install python packages
log_info "Installing python packages ..."
salt-pip install pygit2==1.13.1
salt-pip install pygit2==1.13.3

# Configure ssh
log_info "Configuring ssh ..."
Expand Down

0 comments on commit dd60ccb

Please sign in to comment.