Skip to content

Commit 5fefa33

Browse files
authoredDec 5, 2024
Update data-platform-workflows to v23 (#538)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a2e05e commit 5fefa33

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed
 

‎.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
lint:
1818
name: Lint
19-
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v23.0.5
19+
uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v23.1.1
2020

2121
unit-test:
2222
name: Unit test charm
@@ -56,7 +56,7 @@ jobs:
5656

5757
build:
5858
name: Build charm
59-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.5
59+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.1.1
6060
with:
6161
cache: true
6262

@@ -88,7 +88,7 @@ jobs:
8888
- lint
8989
- unit-test
9090
- build
91-
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v23.0.5
91+
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v23.1.1
9292
with:
9393
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
9494
architecture: ${{ matrix.architecture }}

‎.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737

3838
build:
3939
name: Build charm
40-
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.0.5
40+
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v23.1.1
4141

4242
release:
4343
name: Release charm
4444
needs:
4545
- ci-tests
4646
- build
47-
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v23.0.5
47+
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v23.1.1
4848
with:
4949
channel: 8.0/edge
5050
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}

‎.github/workflows/sync_docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
sync-docs:
1212
name: Sync docs from Discourse
13-
uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v23.0.5
13+
uses: canonical/data-platform-workflows/.github/workflows/sync_docs.yaml@v23.1.1
1414
with:
1515
reviewers: a-velasco
1616
permissions:

‎poetry.lock

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@ parameterized = "^0.9.0"
5353

5454
[tool.poetry.group.integration.dependencies]
5555
pytest = "^7.4.0"
56-
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v22.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
57-
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v22.0.0", subdirectory = "python/pytest_plugins/microceph"}
56+
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/github_secrets"}
57+
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/microceph"}
5858
pytest-operator = "^0.28.0"
59-
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v22.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
60-
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v22.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
59+
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
60+
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
6161
juju = "^3.5.2.0"
6262
mysql-connector-python = "~8.0.33"
6363
tenacity = "^8.2.2"
6464
boto3 = "^1.28.11"
6565
pyyaml = "^6.0"
6666
urllib3 = "^1.26.16"
6767
allure-pytest = "^2.13.2"
68-
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v22.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
68+
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
6969

7070

7171
[tool.coverage.run]

0 commit comments

Comments
 (0)