Skip to content

Commit

Permalink
Update data-platform-workflows to v13 (#131)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[canonical/data-platform-workflows](https://github.com/canonical/data-platform-workflows)
| action | major | `v12.6.2` -> `v13.0.0` |
|
[pytest-operator-cache](https://github.com/canonical/data-platform-workflows)
| integration | major | `v12.6.2` -> `v13.0.0` |
|
[pytest-operator-groups](https://github.com/canonical/data-platform-workflows)
| integration | major | `v12.6.2` -> `v13.0.0` |

---

### Release Notes

<details>
<summary>canonical/data-platform-workflows
(canonical/data-platform-workflows)</summary>

###
[`v13.0.0`](https://github.com/canonical/data-platform-workflows/releases/tag/v13.0.0)

[Compare
Source](https://github.com/canonical/data-platform-workflows/compare/v12.7.2...v13.0.0)

##### What's Changed

- breaking(release_charm.yaml): Remove support for `upstream-sources` by
[@&#8203;carlcsaposs-canonical](https://github.com/carlcsaposs-canonical)
in
[https://github.com/canonical/data-platform-workflows/pull/158](https://github.com/canonical/data-platform-workflows/pull/158)

**Full Changelog**:
canonical/data-platform-workflows@v12...v13.0.0

###
[`v12.7.2`](https://github.com/canonical/data-platform-workflows/releases/tag/v12.7.2)

[Compare
Source](https://github.com/canonical/data-platform-workflows/compare/v12.7.1...v12.7.2)

##### What's Changed

- patch: Add \_sync_docs.yaml by
[@&#8203;a-velasco](https://github.com/a-velasco) in
[https://github.com/canonical/data-platform-workflows/pull/157](https://github.com/canonical/data-platform-workflows/pull/157)

##### New Contributors

- [@&#8203;a-velasco](https://github.com/a-velasco) made their first
contribution in
[https://github.com/canonical/data-platform-workflows/pull/157](https://github.com/canonical/data-platform-workflows/pull/157)

**Full Changelog**:
canonical/data-platform-workflows@v12.7.1...v12.7.2

###
[`v12.7.1`](https://github.com/canonical/data-platform-workflows/releases/tag/v12.7.1)

[Compare
Source](https://github.com/canonical/data-platform-workflows/compare/v12.7.0...v12.7.1)

##### What's Changed

- patch(build_charm.yaml): Add comment about `libpq-dev` by
[@&#8203;carlcsaposs-canonical](https://github.com/carlcsaposs-canonical)
in
[https://github.com/canonical/data-platform-workflows/pull/156](https://github.com/canonical/data-platform-workflows/pull/156)

**Full Changelog**:
canonical/data-platform-workflows@v12.7.0...v12.7.1

###
[`v12.7.0`](https://github.com/canonical/data-platform-workflows/releases/tag/v12.7.0)

[Compare
Source](https://github.com/canonical/data-platform-workflows/compare/v12.6.2...v12.7.0)

##### What's Changed

- compatible(release_rock.yaml): Release multi-architecture image by
[@&#8203;carlcsaposs-canonical](https://github.com/carlcsaposs-canonical)
in
[https://github.com/canonical/data-platform-workflows/pull/155](https://github.com/canonical/data-platform-workflows/pull/155)

**Full Changelog**:
canonical/data-platform-workflows@v12.6.2...v12.7.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 1am and before 3am every
weekday" in timezone Etc/UTC, Automerge - At any time (no schedule
defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/canonical/mysql-router-k8s-operator).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzcuMjQ1LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent 110e0ad commit 105a6f6
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.6.2
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.0.0
with:
cache: true

Expand All @@ -63,7 +63,7 @@ jobs:
- lint
- unit-test
- build
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v12.6.2
uses: canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v13.0.0
with:
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
cloud: microk8s
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v12.6.2
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v13.0.0

release:
name: Release charm
needs:
- lib-check
- ci-tests
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v12.6.2
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v13.0.0
with:
channel: 8.0/edge
artifact-prefix: ${{ needs.build.outputs.artifact-prefix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_issue_to_jira.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v13.0.0
with:
jira-base-url: https://warthogs.atlassian.net
jira-project-key: DPE
Expand Down
31 changes: 26 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ pytest-mock = "^3.11.1"
[tool.poetry.group.integration.dependencies]
pytest = "^7.4.0"
pytest-operator = "^0.28.0"
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"}
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
juju = "^3.2.2"
mysql-connector-python = "~8.0.33"
pyyaml = "^6.0.1"
Expand Down

0 comments on commit 105a6f6

Please sign in to comment.