diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cc6050461..af6423f5b 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.0.1 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v11.1.0 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.0.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.1.0 with: cache: true @@ -58,7 +58,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v11.0.1 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v11.1.0 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} cloud: lxd diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d0c84ce3f..77ec63013 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,14 +24,14 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.0.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v11.1.0 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v11.0.1 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v11.1.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 b3be44f20..cecfd043e 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.0.1 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v11.1.0 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index aaf7cdae8..f78da31ec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1513,8 +1513,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v11.0.1" -resolved_reference = "1b0075851ae3a36a674b2e2bbd5b0493b1b1fcc6" +reference = "v11.1.0" +resolved_reference = "30a67d735757e468b0b3e227954cfd93ce79ca49" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1551,8 +1551,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v11.0.1" -resolved_reference = "1b0075851ae3a36a674b2e2bbd5b0493b1b1fcc6" +reference = "v11.1.0" +resolved_reference = "30a67d735757e468b0b3e227954cfd93ce79ca49" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1570,8 +1570,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v11.0.1" -resolved_reference = "1b0075851ae3a36a674b2e2bbd5b0493b1b1fcc6" +reference = "v11.1.0" +resolved_reference = "30a67d735757e468b0b3e227954cfd93ce79ca49" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2056,4 +2056,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "717dd4a89d87670c9c0888af66daafb76c589fff0fe6d1091adf3243492799a7" +content-hash = "700d5f3793b8e1acc2d7841f278f7238b05001db824ff1420c8aa0b121e11375" diff --git a/pyproject.toml b/pyproject.toml index 67eb6f58c..d215f9ac4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,10 +62,10 @@ optional = true [tool.poetry.group.integration.dependencies] pytest = "^8.0.0" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.0.1", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.1.0", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.32.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.0.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.0.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v11.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.3.0.0" tenacity = "*" mailmanclient = "^3.3.5"