diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c157c55f0..d7ca53a2de 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@v9.0.2 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v9.1.0 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@v9.0.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v9.1.0 with: charmcraft-snap-channel: beta @@ -62,7 +62,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v9.0.2 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v9.1.0 with: artifact-name: ${{ needs.build.outputs.artifact-name }} cloud: microk8s diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 795c539ad9..e856983bc8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,7 +50,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v9.0.2 + uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v9.1.0 with: charmcraft-snap-channel: beta @@ -59,7 +59,7 @@ jobs: needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v9.0.2 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v9.1.0 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 de97fe762d..67b637fca6 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@v9.0.2 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v9.1.0 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index db1651aeec..bdcdbac429 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1560,8 +1560,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v9.0.2" -resolved_reference = "1f7cb3eac6fc12c926330a22bd5715f9d0fbac5e" +reference = "v9.1.0" +resolved_reference = "c5a812611e3f0ddf3945a1605d972ae8bada9d1e" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1615,8 +1615,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v9.0.2" -resolved_reference = "1f7cb3eac6fc12c926330a22bd5715f9d0fbac5e" +reference = "v9.1.0" +resolved_reference = "c5a812611e3f0ddf3945a1605d972ae8bada9d1e" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1634,8 +1634,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v9.0.2" -resolved_reference = "1f7cb3eac6fc12c926330a22bd5715f9d0fbac5e" +reference = "v9.1.0" +resolved_reference = "c5a812611e3f0ddf3945a1605d972ae8bada9d1e" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2187,4 +2187,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c6ee4b8edfeb7f84be344862aeec4f0ee3da8dcb11c47ee54f0ef22536886015" +content-hash = "719203eae5257b6a90d6670b131afe047df5ed3d6aa0a43810cdcc64fa002194" diff --git a/pyproject.toml b/pyproject.toml index c555a78d96..3862b5604a 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 = "v9.0.2", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.1.0", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.31.1" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.0.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.0.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v9.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.2.2" psycopg2 = {version = "^2.9.9", extras = ["binary"]} boto3 = "^1.34.11"