Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 1.26.2 #656

Merged
merged 9 commits into from
Mar 7, 2024
Merged

Merge 1.26.2 #656

merged 9 commits into from
Mar 7, 2024

Conversation

cmatsuoka
Copy link
Collaborator

Merge hotfix/1.26.2 back into main.

  • Have you signed the CLA?

cmatsuoka and others added 4 commits January 3, 2024 14:51
…cal#618)

Honor the proxy environment variable in ant projects.

Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com>
…anonical#641)

* fix(parts): set field defaults using default_factory (canonical#629)
* chore(lint): keep black happy
* ci: update Chisel version again (canonical#642)
* test: fix feature initialization in logging tests

Signed-off-by: Claudio Matsuoka <claudio.matsuoka@canonical.com>
Co-authored-by: thp-canonical <thomas.perl@canonical.com>
Co-authored-by: Tiago Nobrega <tiago.nobrega@canonical.com>
* docs: update changelog
* Bump version: 1.26.1 → 1.26.2

Signed-off-by: Claudio Matsuoka <claudio.matsuoka@canonical.com>
Signed-off-by: Claudio Matsuoka <claudio.matsuoka@canonical.com>
craft_parts/executor/part_handler.py Outdated Show resolved Hide resolved
Copy link
Contributor

@lengau lengau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved presuming you bring part_handler.py from main. The failing tests seem to be related to a new GitHub runner or something that we'll need to address separately.

@mr-cal mr-cal merged commit bb657f0 into canonical:main Mar 7, 2024
10 checks passed
syu-w referenced this pull request in canonical/charmcraft Mar 12, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [craft-parts](https://togithub.com/canonical/craft-parts) | `==1.26.2`
-> `==1.27.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/craft-parts/1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/craft-parts/1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/craft-parts/1.26.2/1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/craft-parts/1.26.2/1.27.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>canonical/craft-parts (craft-parts)</summary>

###
[`v1.27.0`](https://togithub.com/canonical/craft-parts/releases/tag/1.27.0)

[Compare
Source](https://togithub.com/canonical/craft-parts/compare/1.26.2...1.27.0)

##### What's Changed

- chore(linter): enable ruff base on starbase config by
[@&#8203;syu-w](https://togithub.com/syu-w) in
[https://github.com/canonical/craft-parts/pull/580](https://togithub.com/canonical/craft-parts/pull/580)
- chore(linter): ruff auto fix base on starbase config by
[@&#8203;syu-w](https://togithub.com/syu-w) in
[https://github.com/canonical/craft-parts/pull/581](https://togithub.com/canonical/craft-parts/pull/581)
- chore(deps): update dependency pyright to v1.1.337 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/canonical/craft-parts/pull/588](https://togithub.com/canonical/craft-parts/pull/588)
- chore(linter): misc fixes by
[@&#8203;syu-w](https://togithub.com/syu-w) in
[https://github.com/canonical/craft-parts/pull/585](https://togithub.com/canonical/craft-parts/pull/585)
- feat(info): add base layer data to ProjectInfo by
[@&#8203;tigarmo](https://togithub.com/tigarmo) in
[https://github.com/canonical/craft-parts/pull/594](https://togithub.com/canonical/craft-parts/pull/594)
- docs: add rockcraft chisel notes by
[@&#8203;syu-w](https://togithub.com/syu-w) in
[https://github.com/canonical/craft-parts/pull/587](https://togithub.com/canonical/craft-parts/pull/587)
- chore(deps): update actions/setup-node action to v4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/canonical/craft-parts/pull/586](https://togithub.com/canonical/craft-parts/pull/586)
- chore(deps): update documentation dependencies by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/canonical/craft-parts/pull/591](https://togithub.com/canonical/craft-parts/pull/591)
- chore(deps): disable renovate on things we can't update by
[@&#8203;lengau](https://togithub.com/lengau) in
[https://github.com/canonical/craft-parts/pull/606](https://togithub.com/canonical/craft-parts/pull/606)
- chore(deps): loosen mypy requirement by
[@&#8203;lengau](https://togithub.com/lengau) in
[https://github.com/canonical/craft-parts/pull/604](https://togithub.com/canonical/craft-parts/pull/604)
- chore(deps): prevent renovate from updating types-requests by
[@&#8203;lengau](https://togithub.com/lengau) in
[https://github.com/canonical/craft-parts/pull/605](https://togithub.com/canonical/craft-parts/pull/605)
- docs: add note about plugin-specific properties by
[@&#8203;mr-cal](https://togithub.com/mr-cal) in
[https://github.com/canonical/craft-parts/pull/608](https://togithub.com/canonical/craft-parts/pull/608)
- plugins: qmake by
[@&#8203;ScarlettGatelyMoore](https://togithub.com/ScarlettGatelyMoore)
in
[https://github.com/canonical/craft-parts/pull/463](https://togithub.com/canonical/craft-parts/pull/463)
- plugins: ant: add proxy support by
[@&#8203;kubiko](https://togithub.com/kubiko) in
[https://github.com/canonical/craft-parts/pull/579](https://togithub.com/canonical/craft-parts/pull/579)
- test: make tests work in python 3.12+ by
[@&#8203;lengau](https://togithub.com/lengau) in
[https://github.com/canonical/craft-parts/pull/617](https://togithub.com/canonical/craft-parts/pull/617)
- chore(deps): update actions/setup-python action to v5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/canonical/craft-parts/pull/615](https://togithub.com/canonical/craft-parts/pull/615)
- Merge 1.26.1 by [@&#8203;cmatsuoka](https://togithub.com/cmatsuoka) in
[https://github.com/canonical/craft-parts/pull/612](https://togithub.com/canonical/craft-parts/pull/612)
- chore(ci): update chisel by
[@&#8203;tigarmo](https://togithub.com/tigarmo) in
[https://github.com/canonical/craft-parts/pull/622](https://togithub.com/canonical/craft-parts/pull/622)
- test: use `new_dir` fixture by
[@&#8203;mr-cal](https://togithub.com/mr-cal) in
[https://github.com/canonical/craft-parts/pull/624](https://togithub.com/canonical/craft-parts/pull/624)
- build(deps): pin overrides!=7.6.0 by
[@&#8203;mr-cal](https://togithub.com/mr-cal) in
[https://github.com/canonical/craft-parts/pull/628](https://togithub.com/canonical/craft-parts/pull/628)
- fix(parts): set field defaults using default_factory by
[@&#8203;thp-canonical](https://togithub.com/thp-canonical) in
[https://github.com/canonical/craft-parts/pull/629](https://togithub.com/canonical/craft-parts/pull/629)
- feat(rust_plugin): use `rustup` snap and more options by
[@&#8203;liushuyu](https://togithub.com/liushuyu) in
[https://github.com/canonical/craft-parts/pull/626](https://togithub.com/canonical/craft-parts/pull/626)
- style: update to black 2024 by
[@&#8203;mr-cal](https://togithub.com/mr-cal) in
[https://github.com/canonical/craft-parts/pull/638](https://togithub.com/canonical/craft-parts/pull/638)
- chore(deps): update dependency ruff to v0.1.14 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/canonical/craft-parts/pull/589](https://togithub.com/canonical/craft-parts/pull/589)
- ci: update Chisel version again by
[@&#8203;tigarmo](https://togithub.com/tigarmo) in
[https://github.com/canonical/craft-parts/pull/642](https://togithub.com/canonical/craft-parts/pull/642)
- style: update pyright by [@&#8203;lengau](https://togithub.com/lengau)
in
[https://github.com/canonical/craft-parts/pull/639](https://togithub.com/canonical/craft-parts/pull/639)
- build: use tox for unit tests in CI by
[@&#8203;lengau](https://togithub.com/lengau) in
[https://github.com/canonical/craft-parts/pull/616](https://togithub.com/canonical/craft-parts/pull/616)
- ci: use GH/JIRA integration bot by
[@&#8203;sergiusens](https://togithub.com/sergiusens) in
[https://github.com/canonical/craft-parts/pull/658](https://togithub.com/canonical/craft-parts/pull/658)
- docs: Link filesets specification from part properties by
[@&#8203;thp-canonical](https://togithub.com/thp-canonical) in
[https://github.com/canonical/craft-parts/pull/654](https://togithub.com/canonical/craft-parts/pull/654)
- tests: use a path in the user's home directory for xattrs tests by
[@&#8203;lengau](https://togithub.com/lengau) in
[https://github.com/canonical/craft-parts/pull/678](https://togithub.com/canonical/craft-parts/pull/678)
- docs(plugins): add dump plugin docs by
[@&#8203;syu-w](https://togithub.com/syu-w) in
[https://github.com/canonical/craft-parts/pull/676](https://togithub.com/canonical/craft-parts/pull/676)
- chore(deps): update documentation dependencies by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/canonical/craft-parts/pull/643](https://togithub.com/canonical/craft-parts/pull/643)
- chore(deps): update documentation dependencies (major) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/canonical/craft-parts/pull/644](https://togithub.com/canonical/craft-parts/pull/644)
- chore(linter): refine ruff configurations by
[@&#8203;liushuyu](https://togithub.com/liushuyu) in
[https://github.com/canonical/craft-parts/pull/651](https://togithub.com/canonical/craft-parts/pull/651)
- refactor(docs) move more docs to the shared base by
[@&#8203;tigarmo](https://togithub.com/tigarmo) in
[https://github.com/canonical/craft-parts/pull/680](https://togithub.com/canonical/craft-parts/pull/680)
- Merge 1.26.2 by [@&#8203;cmatsuoka](https://togithub.com/cmatsuoka) in
[https://github.com/canonical/craft-parts/pull/656](https://togithub.com/canonical/craft-parts/pull/656)
- Release 1.27.0 by [@&#8203;cmatsuoka](https://togithub.com/cmatsuoka)
in
[https://github.com/canonical/craft-parts/pull/681](https://togithub.com/canonical/craft-parts/pull/681)

##### New Contributors

-
[@&#8203;ScarlettGatelyMoore](https://togithub.com/ScarlettGatelyMoore)
made their first contribution in
[https://github.com/canonical/craft-parts/pull/463](https://togithub.com/canonical/craft-parts/pull/463)
- [@&#8203;kubiko](https://togithub.com/kubiko) made their first
contribution in
[https://github.com/canonical/craft-parts/pull/579](https://togithub.com/canonical/craft-parts/pull/579)
- [@&#8203;thp-canonical](https://togithub.com/thp-canonical) made their
first contribution in
[https://github.com/canonical/craft-parts/pull/629](https://togithub.com/canonical/craft-parts/pull/629)

**Full Changelog**:
canonical/craft-parts@1.26.2...1.27.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
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/charmcraft).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@cmatsuoka cmatsuoka deleted the merge-1.26.2 branch March 21, 2024 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants