Skip to content

Commit

Permalink
Update data-platform-workflows to v18 (#160)
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://togithub.com/canonical/data-platform-workflows)
| action | major | `v16.3.0` -> `v18.0.0` |
|
[pytest-github-secrets](https://togithub.com/canonical/data-platform-workflows)
| integration | major | `v16.3.0` -> `v18.0.0` |
|
[pytest-operator-cache](https://togithub.com/canonical/data-platform-workflows)
| integration | major | `v16.3.0` -> `v18.0.0` |
|
[pytest-operator-groups](https://togithub.com/canonical/data-platform-workflows)
| integration | major | `v16.3.0` -> `v18.0.0` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/canonical/data-platform-workflows/compare/v17.0.1...v18.0.0)

##### What's Changed

- breaking: Change default charmcraft version to 2.x by
[@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical)
in
[https://github.com/canonical/data-platform-workflows/pull/219](https://togithub.com/canonical/data-platform-workflows/pull/219)

**Full Changelog**:
canonical/data-platform-workflows@v17...v18.0.0

###
[`v17.0.1`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v17.0.1)

[Compare
Source](https://togithub.com/canonical/data-platform-workflows/compare/v17.0.0...v17.0.1)

##### What's Changed

- patch(integration_test_charm.yaml): Collect microk8s logs if set up
fails by
[@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical)
in
[https://github.com/canonical/data-platform-workflows/pull/218](https://togithub.com/canonical/data-platform-workflows/pull/218)

**Full Changelog**:
canonical/data-platform-workflows@v17.0.0...v17.0.1

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

[Compare
Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.7.0...v17.0.0)

##### What's Changed

- breaking(release_rock.yaml): Create git tag & GitHub release by
[@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical)
in
[https://github.com/canonical/data-platform-workflows/pull/216](https://togithub.com/canonical/data-platform-workflows/pull/216)

**Full Changelog**:
canonical/data-platform-workflows@v16...v17.0.0

##### Migration instructions

Replace

```yaml
permissions:
  packages: write  # Needed to publish to GitHub Container Registry
```

with

```yaml
permissions:
  packages: write  # Needed to publish to GitHub Container Registry
  contents: write  # Needed to create GitHub release
```

when calling release_rock.yaml

Example:
[https://github.com/canonical/charmed-postgresql-rock/pull/45](https://togithub.com/canonical/charmed-postgresql-rock/pull/45)

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

[Compare
Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.6.0...v16.7.0)

#### What's Changed

- compatible(release_\*.yaml): Create git tags for all snap & charm
revisions by
[@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical)
in
[https://github.com/canonical/data-platform-workflows/pull/213](https://togithub.com/canonical/data-platform-workflows/pull/213)

**Full Changelog**:
canonical/data-platform-workflows@v16.6.0...v16.7.0

###
[`v16.6.0`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v16.6.0)

[Compare
Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.5.2...v16.6.0)

#### What's Changed

- compatible(integration_test_charm.yaml): Add `jhack tail` to logs by
[@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical)
in
[https://github.com/canonical/data-platform-workflows/pull/212](https://togithub.com/canonical/data-platform-workflows/pull/212)

**Full Changelog**:
canonical/data-platform-workflows@v16.5.2...v16.6.0

###
[`v16.5.2`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v16.5.2)

[Compare
Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.5.1...v16.5.2)

#### What's Changed

- patch(integration_test_charm.yaml): Remove `#` from Allure commit
message by
[@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical)
in
[https://github.com/canonical/data-platform-workflows/pull/214](https://togithub.com/canonical/data-platform-workflows/pull/214)

**Full Changelog**:
canonical/data-platform-workflows@v16.5.1...v16.5.2

###
[`v16.5.1`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v16.5.1)

[Compare
Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.5.0...v16.5.1)

#### What's Changed

- patch(build_snap.yaml): Increase timeout to 30 minutes by
[@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical)
in
[https://github.com/canonical/data-platform-workflows/pull/215](https://togithub.com/canonical/data-platform-workflows/pull/215)

**Full Changelog**:
canonical/data-platform-workflows@v16.5.0...v16.5.1

###
[`v16.5.0`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v16.5.0)

[Compare
Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.4.3...v16.5.0)

#### What's Changed

- compatible(integration_test_charm.yaml): Collect logs from all models
by [@&#8203;marceloneppel](https://togithub.com/marceloneppel) in
[https://github.com/canonical/data-platform-workflows/pull/195](https://togithub.com/canonical/data-platform-workflows/pull/195)

#### New Contributors

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

**Full Changelog**:
canonical/data-platform-workflows@v16.4.3...v16.5.0

###
[`v16.4.3`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v16.4.3)

[Compare
Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.4.2...v16.4.3)

#### What's Changed

- patch: Add log groups to GH Actions API by
[@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical)
in
[https://github.com/canonical/data-platform-workflows/pull/211](https://togithub.com/canonical/data-platform-workflows/pull/211)

**Full Changelog**:
canonical/data-platform-workflows@v16.4.2...v16.4.3

###
[`v16.4.2`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v16.4.2)

[Compare
Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.4.1...v16.4.2)

#### What's Changed

- patch: Add Python API for GitHub Actions by
[@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical)
in
[https://github.com/canonical/data-platform-workflows/pull/210](https://togithub.com/canonical/data-platform-workflows/pull/210)

**Full Changelog**:
canonical/data-platform-workflows@v16.4.1...v16.4.2

###
[`v16.4.1`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v16.4.1)

[Compare
Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.4.0...v16.4.1)

#### What's Changed

- patch(integration_test_charm.yaml): Use `model-logs-size=10G` instead
of converting controller logsink by
[@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical)
in
[https://github.com/canonical/data-platform-workflows/pull/209](https://togithub.com/canonical/data-platform-workflows/pull/209)

**Full Changelog**:
canonical/data-platform-workflows@v16.4.0...v16.4.1

###
[`v16.4.0`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v16.4.0)

[Compare
Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.3.3...v16.4.0)

#### What's Changed

- compatible(integration_test_charm.yaml): Pre-download lxd image by
[@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical)
in
[https://github.com/canonical/data-platform-workflows/pull/208](https://togithub.com/canonical/data-platform-workflows/pull/208)

**Full Changelog**:
canonical/data-platform-workflows@v16.3.3...v16.4.0

###
[`v16.3.3`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v16.3.3)

[Compare
Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.3.2...v16.3.3)

##### What's Changed

- patch(integration_test_charm.yaml): Fix step name by
[@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical)
in
[https://github.com/canonical/data-platform-workflows/pull/205](https://togithub.com/canonical/data-platform-workflows/pull/205)

**Full Changelog**:
canonical/data-platform-workflows@v16.3.2...v16.3.3

###
[`v16.3.2`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v16.3.2)

[Compare
Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.3.1...v16.3.2)

##### What's Changed

- patch(integration_test_charm.yaml): Shorten recommended job name by
[@&#8203;carlcsaposs-canonical](https://togithub.com/carlcsaposs-canonical)
in
[https://github.com/canonical/data-platform-workflows/pull/206](https://togithub.com/canonical/data-platform-workflows/pull/206)

**Full Changelog**:
canonical/data-platform-workflows@v16.3.1...v16.3.2

##### Migration instructions

Replace

```yaml
name: Integration test charm
```

with

```yaml
name: Integration
```

when calling integration_test_charm.yaml

Example:
[https://github.com/canonical/mysql-router-k8s-operator/pull/285](https://togithub.com/canonical/mysql-router-k8s-operator/pull/285)

###
[`v16.3.1`](https://togithub.com/canonical/data-platform-workflows/releases/tag/v16.3.1)

[Compare
Source](https://togithub.com/canonical/data-platform-workflows/compare/v16.3.0...v16.3.1)

##### What's Changed

- patch(update_bundle.yaml): Assume amd64 architecture by
[@&#8203;lucasgameiroborges](https://togithub.com/lucasgameiroborges) in
[https://github.com/canonical/data-platform-workflows/pull/207](https://togithub.com/canonical/data-platform-workflows/pull/207)

##### New Contributors

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

**Full Changelog**:
canonical/data-platform-workflows@v16.3.0...v16.3.1

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/canonical/mysql-router-operator).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM4LjE4LjE3IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent 3c48ce8 commit c5e7a6d
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.3.0
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v18.0.0
with:
# Use of cache blocked by https://github.com/canonical/charmcraft/issues/1456
# Details: https://github.com/canonical/charmcraftcache/issues/3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:

build:
name: Build charm
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v16.3.0
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v18.0.0

release:
name: Release charm
needs:
- ci-tests
- build
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v16.3.0
uses: canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v18.0.0
with:
channel: dpe/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@v16.3.0
uses: canonical/data-platform-workflows/.github/workflows/sync_issue_to_jira.yaml@v18.0.0
with:
jira-base-url: https://warthogs.atlassian.net
jira-project-key: DPE
Expand Down
25 changes: 18 additions & 7 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ pytest-mock = "^3.14.0"
[tool.poetry.group.integration.dependencies]
pytest = "^8.2.2"
pytest-operator = "^0.35.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.0", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
juju = "^3.5.0.0"
mysql-connector-python = "~8.0.33"
tenacity = "^8.5.0"
Expand Down

0 comments on commit c5e7a6d

Please sign in to comment.