diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5d71d94128..2a02fb2cb3 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@v14.0.0 + uses: canonical/data-platform-workflows/.github/workflows/lint.yaml@v14.1.0 unit-test: name: Unit test charm @@ -44,7 +44,7 @@ jobs: build: name: Build charm - uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v14.0.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v14.1.0 with: cache: true @@ -70,7 +70,7 @@ jobs: - lint - unit-test - build - uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v14.0.0 + uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v14.1.0 with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} architecture: ${{ matrix.architecture }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a4fb5d2afc..550d346293 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@v14.0.0 + uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v14.1.0 release: name: Release charm needs: - ci-tests - build - uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v14.0.0 + uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v14.1.0 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 b1d1b02e3b..6a7b6bae46 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@v14.0.0 + uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v14.1.0 with: jira-base-url: https://warthogs.atlassian.net jira-project-key: DPE diff --git a/poetry.lock b/poetry.lock index b04d6fdd9f..dd58dfe9b1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -31,8 +31,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v14.0.0" -resolved_reference = "59afebbfa1a372140df6fc63e7d747cfc013adc5" +reference = "v14.1.0" +resolved_reference = "86864ba9d861ae6d410bd88d4958c1001bd19f2b" subdirectory = "python/pytest_plugins/allure_pytest_collection_report" [[package]] @@ -1641,8 +1641,8 @@ develop = false [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v14.0.0" -resolved_reference = "59afebbfa1a372140df6fc63e7d747cfc013adc5" +reference = "v14.1.0" +resolved_reference = "86864ba9d861ae6d410bd88d4958c1001bd19f2b" subdirectory = "python/pytest_plugins/github_secrets" [[package]] @@ -1679,8 +1679,8 @@ pyyaml = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v14.0.0" -resolved_reference = "59afebbfa1a372140df6fc63e7d747cfc013adc5" +reference = "v14.1.0" +resolved_reference = "86864ba9d861ae6d410bd88d4958c1001bd19f2b" subdirectory = "python/pytest_plugins/pytest_operator_cache" [[package]] @@ -1698,8 +1698,8 @@ pytest = "*" [package.source] type = "git" url = "https://github.com/canonical/data-platform-workflows" -reference = "v14.0.0" -resolved_reference = "59afebbfa1a372140df6fc63e7d747cfc013adc5" +reference = "v14.1.0" +resolved_reference = "86864ba9d861ae6d410bd88d4958c1001bd19f2b" subdirectory = "python/pytest_plugins/pytest_operator_groups" [[package]] @@ -2336,4 +2336,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ae7aceda571fae5a5031aa068b1ba1ec15138bf49962bb496f455c869cb70565" +content-hash = "0aa096759d6fe7682d25d347bcfd3f24da46dd53b29cdc4b5ca4c7893c8f776d" diff --git a/pyproject.toml b/pyproject.toml index 2432209779..aaacd7927e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,10 +68,10 @@ optional = true [tool.poetry.group.integration.dependencies] pytest = "^8.2.2" -pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v14.0.0", subdirectory = "python/pytest_plugins/github_secrets"} +pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v14.1.0", subdirectory = "python/pytest_plugins/github_secrets"} pytest-operator = "^0.35.0" -pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v14.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} -pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v14.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} +pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v14.1.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"} +pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v14.1.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"} # renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940 juju = "<=3.5.0.0" boto3 = "*" @@ -80,7 +80,7 @@ landscape-api-py3 = "^0.9.0" mailmanclient = "^3.3.5" psycopg2-binary = "^2.9.9" allure-pytest = "^2.13.5" -allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v14.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} +allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v14.1.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"} # Testing tools configuration [tool.coverage.run]