Skip to content

Commit

Permalink
build: Bump Salt to version 3002.9
Browse files Browse the repository at this point in the history
(cherry picked from commit a141f65)
  • Loading branch information
TeddyAndrieux committed Jul 6, 2022
1 parent f94b4a7 commit 60bdfcc
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 215 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -51,7 +51,7 @@ repos:
files: salt/tests/unit/formulas/.*\.py
additional_dependencies:
- 'pyenchant~=3.2'
- 'salt==3002.8'
- 'salt==3002.9'
- pytest
- Jinja2

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@
- Properly exit on failure during upgrade and downgrade
(PR[#3790](https://github.com/scality/metalk8s/pull/3790))

### Enhancements

- Bump Salt version to 3002.9
(PR[#3815](https://github.com/scality/metalk8s/pull/3815))

## Release 2.11.7
### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion buildchain/buildchain/versions.py
Expand Up @@ -20,7 +20,7 @@

CALICO_VERSION: str = "3.20.0"
K8S_VERSION: str = "1.22.4"
SALT_VERSION: str = "3002.8"
SALT_VERSION: str = "3002.9"
CONTAINERD_VERSION: str = "1.5.8"

CALICO_RELEASE: str = "1"
Expand Down
2 changes: 1 addition & 1 deletion salt/tests/requirements.in
@@ -1,6 +1,6 @@
pytest
pytest-cov
salt == 3002.8
salt == 3002.9
mock == 3.0.5
parameterized == 0.7.4
etcd3 != 0.11.0
Expand Down

0 comments on commit 60bdfcc

Please sign in to comment.