-
Notifications
You must be signed in to change notification settings - Fork 40
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
Merge 1.26.2 #656
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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>
mr-cal
approved these changes
Feb 8, 2024
lengau
approved these changes
Feb 8, 2024
There was a problem hiding this 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.
Signed-off-by: Claudio Matsuoka <claudio.matsuoka@canonical.com>
Signed-off-by: Claudio Matsuoka <claudio.matsuoka@canonical.com>
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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​cmatsuoka](https://togithub.com/cmatsuoka) in [https://github.com/canonical/craft-parts/pull/681](https://togithub.com/canonical/craft-parts/pull/681) ##### New Contributors - [@​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) - [@​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) - [@​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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge hotfix/1.26.2 back into main.