diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0456be666c..5678af0795 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ on: jobs: lint: name: Lint - uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v16.3.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v16.3.3 unit-test: name: Unit test charm @@ -44,7 +44,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.3.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.3.3 with: cache: true @@ -70,7 +70,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v16.3.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v16.3.3 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a2efa025f8..05d24bad23 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,14 +52,14 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.3.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.3.3 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.3.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.3.3 with: channel: 14/edge artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} diff --git a/.github/workflows/sync_docs.yaml b/.github/workflows/sync_docs.yaml index 5e0075025a..864f2467f5 100644 --- a/.github/workflows/sync_docs.yaml +++ b/.github/workflows/sync_docs.yaml @@ -10,7 +10,7 @@ on: jobs: sync-docs: name: Sync docs from Discourse - uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@v16.3.0 + uses: canonical/data-platform-workflows/.github/workflows/_sync_docs.yaml@v16.3.3 secrets: discourse-api-user: ${{ secrets.DISCOURSE_API_USERNAME }} discourse-api-key: ${{ secrets.DISCOURSE_API_KEY }} diff --git a/.github/workflows/sync_issue_to_jira.yaml b/.github/workflows/sync_issue_to_jira.yaml index 1b3d2f5e81..9278a443cb 100644 --- a/.github/workflows/sync_issue_to_jira.yaml +++ b/.github/workflows/sync_issue_to_jira.yaml @@ -9,7 +9,7 @@ on: jobs: sync: name: Sync GitHub issue to Jira - uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v16.3.0 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v16.3.3 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index 1013ea8af9..5e60716559 100644 --- a/poetry.lock +++ b/poetry.lock @@ -31,8 +31,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.3.0" -resolved_reference = "58f047f7eebbde23770e7058d3f62f88ce7fe0dd" +reference = "v16.3.3" +resolved_reference = "15ad93a8ca9fc16ac6e826b760bfeb1b9e5462f5" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1703,8 +1703,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.3.0" -resolved_reference = "58f047f7eebbde23770e7058d3f62f88ce7fe0dd" +reference = "v16.3.3" +resolved_reference = "15ad93a8ca9fc16ac6e826b760bfeb1b9e5462f5" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1758,8 +1758,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.3.0" -resolved_reference = "58f047f7eebbde23770e7058d3f62f88ce7fe0dd" +reference = "v16.3.3" +resolved_reference = "15ad93a8ca9fc16ac6e826b760bfeb1b9e5462f5" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1777,8 +1777,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v16.3.0" -resolved_reference = "58f047f7eebbde23770e7058d3f62f88ce7fe0dd" +reference = "v16.3.3" +resolved_reference = "15ad93a8ca9fc16ac6e826b760bfeb1b9e5462f5" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2427,4 +2427,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b4d202141a5bdce0ad9bd0e2de7b5b8b5a1c0930005fddd677551d0548f2cda9" +content-hash = "cee48509165c51a25e6b1daa1bfddc7e73a7d227da04086f98038399d58933e3" diff --git a/pyproject.toml b/pyproject.toml index 1a6efa778c..9f41bc7a05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,11 +71,11 @@ optional = true [tool.poetry.group.integration.dependencies] lightkube = "^0.15.3" pytest = "^8.2.2" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.35.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 juju = "<=3.5.2.0" psycopg2-binary = "^2.9.9"