Skip to content

Commit

Permalink
Merge branch 'improvement/bump-salt-30029' into q/123.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-e committed Jul 6, 2022
2 parents 1b52c2e + a141f65 commit b24dd70
Show file tree
Hide file tree
Showing 5 changed files with 248 additions and 215 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.8'
- 'salt==3002.9'
- pytest
- Jinja2

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@
`salt-master` container
(PR[#3773](https://github.com/scality/metalk8s/pull/3773))

- Bump Salt version to [3002.9](https://github.com/saltstack/salt/blob/v3002.9/doc/topics/releases/3002.9.rst)
(PR[#3811](https://github.com/scality/metalk8s/pull/3811))

- Bump Dex chart version to [0.8.2](https://artifacthub.io/packages/helm/dex/dex/0.8.2),
Dex image has been bumped accordingly to
[v2.31.2](https://github.com/dexidp/dex/releases/tag/v2.31.2)
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.23.1"
K8S_VERSION: str = "1.23.5"
SALT_VERSION: str = "3002.8"
SALT_VERSION: str = "3002.9"
CONTAINERD_VERSION: str = "1.6.4"

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.8
salt == 3002.9
mock == 3.0.5
parameterized == 0.7.4
etcd3 != 0.11.0
Expand Down
Loading

0 comments on commit b24dd70

Please sign in to comment.