diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b75c240a9..d71bcd2f0 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@v13.1.1 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v13.1.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@v13.1.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.1.2 with: cache: true @@ -61,7 +61,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v13.1.1 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v13.1.2 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} cloud: microk8s diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f17dff436..0e55350ba 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@v13.1.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.1.2 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v13.1.1 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v13.1.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 5ed7cd3e4..fc5071fff 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@v13.1.1 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v13.1.2 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index 42fcda13f..67f17c7ff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1586,8 +1586,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v13.1.1" -resolved_reference = "52f3d97ebb97f4f37ec9678af850ecfb97fcf71a" +reference = "v13.1.2" +resolved_reference = "f86cfdfbc92c929928c0722e7542867db0b092cd" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1624,8 +1624,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v13.1.1" -resolved_reference = "52f3d97ebb97f4f37ec9678af850ecfb97fcf71a" +reference = "v13.1.2" +resolved_reference = "f86cfdfbc92c929928c0722e7542867db0b092cd" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1643,8 +1643,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v13.1.1" -resolved_reference = "52f3d97ebb97f4f37ec9678af850ecfb97fcf71a" +reference = "v13.1.2" +resolved_reference = "f86cfdfbc92c929928c0722e7542867db0b092cd" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2205,4 +2205,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.10" -content-hash = "724d918b4569f3c19efcba69fde2e069273bb26bdb59de2697df29d85bd2a0a3" +content-hash = "5dc3b0ac84d966ccde777a295eb086be0594e5864c0b6d085a3da5c4da5bc025" diff --git a/pyproject.toml b/pyproject.toml index 3b4af6b7e..007a47617 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,10 +64,10 @@ optional = true [tool.poetry.group.integration.dependencies] lightkube = "*" pytest = "^8.1.1" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.1", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.2", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.34.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"} # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 juju = "<=3.4.0.0" tenacity = "*"