diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index efc0213d9..516590e89 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@v13.2.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v13.3.0 unit-test: name: Unit test charm @@ -42,7 +42,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.2.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.3.0 with: cache: true @@ -61,7 +61,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v13.2.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v13.3.0 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} cloud: microk8s diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 81bbe3276..83f5e9487 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@v13.2.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.3.0 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v13.2.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v13.3.0 with: channel: 1/edge artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} diff --git a/.github/workflows/sync_issue_to_jira.yaml b/.github/workflows/sync_issue_to_jira.yaml index 58cc49c0e..5f1406b6f 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@v13.2.0 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v13.3.0 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index 4cf1f979d..a270bac06 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1585,8 +1585,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v13.2.0" -resolved_reference = "ba12595b3c9e91b245648a49c82dc181211a5769" +reference = "v13.3.0" +resolved_reference = "e90eb63f28c9abc39c9a4a40dee277ae21896790" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1623,8 +1623,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v13.2.0" -resolved_reference = "ba12595b3c9e91b245648a49c82dc181211a5769" +reference = "v13.3.0" +resolved_reference = "e90eb63f28c9abc39c9a4a40dee277ae21896790" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1642,8 +1642,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v13.2.0" -resolved_reference = "ba12595b3c9e91b245648a49c82dc181211a5769" +reference = "v13.3.0" +resolved_reference = "e90eb63f28c9abc39c9a4a40dee277ae21896790" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2206,4 +2206,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "9c6c3e0df2e292a62b147fd7a52c5749f954ad384ce20572c319027d81bd5533" +content-hash = "eb2a99db0b9a18435fb506a6a11a41994979723b7b730d139c3fc50f1a7a22a9" diff --git a/pyproject.toml b/pyproject.toml index 2088124c7..5f168f527 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,10 +64,10 @@ optional = true [tool.poetry.group.integration.dependencies] lightkube = "*" pytest = "^8.2.2" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.2.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.0", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.35.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.2.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.2.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 juju = "<=3.5.0.0" tenacity = "*"