diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c5fe8b233f..b004cfa882 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@v7.0.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v9.0.1 unit-test: name: Unit test charm @@ -45,7 +45,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v7.0.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v9.0.1 permissions: actions: write # Needed to manage GitHub Actions cache @@ -62,7 +62,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v7.0.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v9.0.1 with: artifact-name: ${{ needs.build.outputs.artifact-name }} cloud: microk8s diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4ff1b6e4bc..1f89674afa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,14 +41,14 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v7.0.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v9.0.1 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v7.0.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v9.0.1 with: channel: 14/edge artifact-name: ${{ needs.build.outputs.artifact-name }} diff --git a/.github/workflows/sync_issue_to_jira.yaml b/.github/workflows/sync_issue_to_jira.yaml index b54bea6046..a6dd0f1984 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@v7.0.0 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v9.0.1 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index 017e19a0cd..84899057dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1479,8 +1479,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v7.0.0" -resolved_reference = "450cba38a436b97f90441ef1586411f749ef1d4e" +reference = "v9.0.1" +resolved_reference = "9dd6c835ad1f1dd612d1355b2005ebb319e15aaf" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1534,8 +1534,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v7.0.0" -resolved_reference = "450cba38a436b97f90441ef1586411f749ef1d4e" +reference = "v9.0.1" +resolved_reference = "9dd6c835ad1f1dd612d1355b2005ebb319e15aaf" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1553,8 +1553,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v7.0.0" -resolved_reference = "450cba38a436b97f90441ef1586411f749ef1d4e" +reference = "v9.0.1" +resolved_reference = "9dd6c835ad1f1dd612d1355b2005ebb319e15aaf" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2106,4 +2106,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "312281dcc7c7c60f35a96b27e1c2aefcfb753ded61ccdf24516bb8b9b295b49c" +content-hash = "94aaf51ff2d9ec564745902f65b9036dd8a7cc0b01be360ff87838094ef1aedf" diff --git a/pyproject.toml b/pyproject.toml index bd2d053662..ddb5905c2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,10 +70,10 @@ optional = true [tool.poetry.group.integration.dependencies] lightkube = "^0.15.0" pytest = "^7.4.4" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v7.0.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.0.1", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.31.1" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v7.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v7.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.2.2" psycopg2 = {version = "^2.9.9", extras = ["binary"]} boto3 = "^1.34.11"