diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 23e626a381..c6df3823ae 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@v12.6.1 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v12.6.2 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@v12.6.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.6.2 with: cache: true @@ -61,7 +61,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v12.6.1 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v12.6.2 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} cloud: lxd diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aea0f3a685..5320fe115d 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@v12.6.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.6.2 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v12.6.1 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v12.6.2 with: channel: 14/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 7e00e5c66f..0cb970a365 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@v12.6.1 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v12.6.2 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index fcfb34c919..ac5631c776 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1546,8 +1546,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v12.6.1" -resolved_reference = "c01d6dccf1e1c8a786d9e666f9e9b8ed4227671c" +reference = "v12.6.2" +resolved_reference = "d7601d584f5df0ef7cafc23bd48d8634879d8725" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1584,8 +1584,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v12.6.1" -resolved_reference = "c01d6dccf1e1c8a786d9e666f9e9b8ed4227671c" +reference = "v12.6.2" +resolved_reference = "d7601d584f5df0ef7cafc23bd48d8634879d8725" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1603,8 +1603,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v12.6.1" -resolved_reference = "c01d6dccf1e1c8a786d9e666f9e9b8ed4227671c" +reference = "v12.6.2" +resolved_reference = "d7601d584f5df0ef7cafc23bd48d8634879d8725" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2135,4 +2135,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d022ee690408d104fc4866037ee0a0b7e9b46860545abf64365f413c8acaceda" +content-hash = "8355d776398e41845aa86532e8463ddce9905bb4e296366c653efd4359699599" diff --git a/pyproject.toml b/pyproject.toml index 59026223e4..0712263e6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,10 +67,10 @@ optional = true [tool.poetry.group.integration.dependencies] pytest = "^7.4.4" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.1", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.32.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.3.0.0" boto3 = "*" tenacity = "*"