Skip to content

Commit

Permalink
build: Bump Salt version to 3002.8
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyAndrieux committed Apr 5, 2022
1 parent 3b66a1e commit 7debf68
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:
files: salt/tests/unit/formulas/.*\.py
additional_dependencies:
- 'pyenchant~=3.2'
- 'salt==3002.7'
- 'salt==3002.8'
- pytest
- Jinja2

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG
## Release 2.11.6 (in development)
### Enhancements

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

## Release 2.11.5
### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion buildchain/buildchain/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

CALICO_RELEASE: str = "1"
Expand Down
2 changes: 1 addition & 1 deletion salt/tests/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytest
pytest-cov
salt == 3002.7
salt == 3002.8
mock == 3.0.5
parameterized == 0.7.4
etcd3 != 0.11.0
Expand Down
16 changes: 8 additions & 8 deletions salt/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -383,9 +383,9 @@ pyfakefs==4.5.6 \
--hash=sha256:6bb4e27457b0bc90e3ebfe5aed4f1b8c32a18713ba44e925f304bb9b9816a03c \
--hash=sha256:914d7bf994406cfbefee0b4d45918f60c15b406afe93f8194a804da5a450a822 \
# via -r salt/tests/requirements.in
pyparsing==3.0.7 \
--hash=sha256:18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea \
--hash=sha256:a6c06a88f252e6c322f65faf8f418b16213b51bdfaece0524c1c1bc30c63c484 \
pyparsing==3.0.6 \
--hash=sha256:04ff808a5b90911829c55c4e26f75fa5ca8a2f5f36aa3a51f68e27033341d3e4 \
--hash=sha256:d9bdec0013ef1eb5a84ab39a3b3868911598afa494f5faa038647101504e2b81 \
# via packaging
pytest-cov==3.0.0 \
--hash=sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6 \
Expand Down Expand Up @@ -495,8 +495,8 @@ rsa==4.8 \
--hash=sha256:5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17 \
--hash=sha256:95c5d300c4e879ee69708c428ba566c59478fd653cc3a22243eeb8ed846950bb \
# via google-auth
salt==3002.7 \
--hash=sha256:575a69fc6c798c1635fdd5b070c5fff83cdaadf8a68e3732d31368b4957e6adf \
salt==3002.8 \
--hash=sha256:39ae91b1708445f469a5d2528235acbb7933c4e497c7cd2ec9e0f196667a3048 \
# via -r salt/tests/requirements.in
six==1.16.0 \
--hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \
Expand All @@ -514,9 +514,9 @@ typing-extensions==4.1.1 \
--hash=sha256:1a9462dcc3347a79b1f1c0271fbe79e844580bb598bafa1ed208b94da3cdcd42 \
--hash=sha256:21c85e0fe4b9a155d0799430b0ad741cdce7e359660ccbd8b530613e8df88ce2 \
# via importlib-metadata
urllib3==1.26.9 \
--hash=sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14 \
--hash=sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e \
urllib3==1.26.7 \
--hash=sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece \
--hash=sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844 \
# via -r salt/tests/requirements.in, kubernetes, requests
websocket-client==1.3.1 \
--hash=sha256:074e2ed575e7c822fc0940d31c3ac9bb2b1142c303eafcf3e304e6ce035522e8 \
Expand Down

0 comments on commit 7debf68

Please sign in to comment.