diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 290673139..647effa3c 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@v11.1.2 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v12.5.2 unit-test: name: Unit test charm @@ -40,7 +40,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.1.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.5.2 with: cache: true @@ -59,7 +59,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v11.1.2 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v12.5.2 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} cloud: microk8s diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d361d6346..02cb30540 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@v11.1.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.5.2 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v11.1.2 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v12.5.2 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 bdce231c3..58e4df1da 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@v11.1.2 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v12.5.2 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index 85b7f7633..26e71fed6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1672,8 +1672,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v11.1.2" -resolved_reference = "7bb62c9aa15950d9f0c8c50f1a2b3b610716da54" +reference = "v12.5.2" +resolved_reference = "7f07953c5f21efe69feb485d057e2ef5ee14e566" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1710,8 +1710,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v11.1.2" -resolved_reference = "7bb62c9aa15950d9f0c8c50f1a2b3b610716da54" +reference = "v12.5.2" +resolved_reference = "7f07953c5f21efe69feb485d057e2ef5ee14e566" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1729,8 +1729,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v11.1.2" -resolved_reference = "7bb62c9aa15950d9f0c8c50f1a2b3b610716da54" +reference = "v12.5.2" +resolved_reference = "7f07953c5f21efe69feb485d057e2ef5ee14e566" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2292,4 +2292,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "6932f91dca5d6732db2d0f8e3c3e559fc2f1ba9ecf1cd551b1ebee9ac162f5f2" +content-hash = "3720adf61d23bfe1e1388737a68664e54f77b8d0f80054014949e6c4b196f48e" diff --git a/pyproject.toml b/pyproject.toml index 6561aaf99..b6b648f5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,10 +65,10 @@ optional = true [tool.poetry.group.integration.dependencies] lightkube = "*" pytest = "^8.0.2" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.1.2", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.5.2", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.34.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.1.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.1.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.5.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.5.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.2.0.1" tenacity = "*" psycopg2-binary = "^2.9.9"