diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d8ed4d85e..62ef50c90 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ on: jobs: lint: name: Lint - uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v6.1.1 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v6.3.3 unit-test: name: Unit test charm @@ -53,7 +53,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v6.1.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charms_with_cache.yaml@v6.3.3 with: charmcraft-snap-revision: 1349 # version 2.3.0 permissions: @@ -72,7 +72,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v6.1.1 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v6.3.3 with: artifact-name: ${{ needs.build.outputs.artifact-name }} cloud: lxd diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 54eff9a82..5b75b6e76 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v6.1.1 + uses: canonical/data-platform-workflows/.github/workflows/build_charm_without_cache.yaml@v6.3.3 with: charmcraft-snap-revision: 1349 # version 2.3.0 @@ -43,7 +43,7 @@ jobs: needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v6.1.1 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v6.3.3 with: channel: 8.0/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 6d53267ac..fc2e47700 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@v6.1.1 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v6.3.3 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index d01a19757..d08f3d480 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1610,8 +1610,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v6.1.1" -resolved_reference = "c9bf1f5fb128800ed4f0a317509884f75c63902b" +reference = "v6.3.3" +resolved_reference = "25b5344e7a8c5c90f436732b5f4539b42f667f54" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1665,8 +1665,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v6.1.1" -resolved_reference = "c9bf1f5fb128800ed4f0a317509884f75c63902b" +reference = "v6.3.3" +resolved_reference = "25b5344e7a8c5c90f436732b5f4539b42f667f54" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1684,8 +1684,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v6.1.1" -resolved_reference = "c9bf1f5fb128800ed4f0a317509884f75c63902b" +reference = "v6.3.3" +resolved_reference = "25b5344e7a8c5c90f436732b5f4539b42f667f54" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2235,4 +2235,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "16b7b8c0313e7413d11b43d2fc405e30d33bccaf9b1f25e6d41050dbc6e01a1b" +content-hash = "e3c3a4e55668233c55226d217bc2231dd8fe723b5a5157b467a57f4aba970250" diff --git a/pyproject.toml b/pyproject.toml index 5b493e16a..0108a4206 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,10 +62,10 @@ parameterized = "^0.9.0" [tool.poetry.group.integration.dependencies] pytest = "^7.4.0" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.1.1", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.3.3", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.28.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.1.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.1.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.3.3", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.3.3", subdirectory = "python/pytest_plugins/pytest_operator_groups"} juju = "^3.2.2" ops = "^2.5.0" mysql-connector-python = "~8.0.33"