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

Release 1.31.0 #736

Merged
merged 4 commits into from
May 22, 2024
Merged

Release 1.31.0 #736

merged 4 commits into from
May 22, 2024

Conversation

cmatsuoka
Copy link
Collaborator

Changelog

  • Refactored npm plugin
    • npm-node-version option now accepts a NVM-style version identifier
    • Move Node.js download to pull commands
    • Verify SHA256 checksums after node.js download
    • Use new-style npm-install commands if npm version is newer than 8.x
    • Set NODE_ENV to production by default
  • New and improved documentation
    • Add go plugin reference
    • Add nil plugin reference
    • Add make pliugin reference
    • Add autotools plugin reference
    • Add cmake plugin reference
    • Add scons plugin reference
    • Add ant plugin reference
    • Add dotnet plugin reference
    • Add meson plugin reference
    • Documentation fixes

@cmatsuoka cmatsuoka requested review from tigarmo and mr-cal May 17, 2024 13:04
Signed-off-by: Claudio Matsuoka <[email protected]>
@cmatsuoka cmatsuoka requested a review from a team May 17, 2024 15:58
@cmatsuoka cmatsuoka merged commit ad804d6 into main May 22, 2024
10 checks passed
@cmatsuoka cmatsuoka deleted the release-1.31.0 branch May 22, 2024 15:21
lengau referenced this pull request in canonical/charmcraft May 22, 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.29.0`
-> `==1.31.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/craft-parts/1.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/craft-parts/1.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/craft-parts/1.29.0/1.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/craft-parts/1.29.0/1.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### What's Changed

- feat(plugin): Refactor NPM plugin by
[@&#8203;liushuyu](https://togithub.com/liushuyu) in
[https://github.com/canonical/craft-parts/pull/719](https://togithub.com/canonical/craft-parts/pull/719)
- New plugin docs by [@&#8203;tigarmo](https://togithub.com/tigarmo) in
[https://github.com/canonical/craft-parts/pull/735](https://togithub.com/canonical/craft-parts/pull/735)
- Release 1.31.0 by [@&#8203;cmatsuoka](https://togithub.com/cmatsuoka)
in
[https://github.com/canonical/craft-parts/pull/736](https://togithub.com/canonical/craft-parts/pull/736)

**Full Changelog**:
canonical/craft-parts@1.30.0...1.31.0

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

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

##### What's Changed

- ci(renovate): fix renovate regex manager by
[@&#8203;lengau](https://togithub.com/lengau) in
[https://github.com/canonical/craft-parts/pull/646](https://togithub.com/canonical/craft-parts/pull/646)
- chore: fix docs spelling issues by
[@&#8203;lengau](https://togithub.com/lengau) in
[https://github.com/canonical/craft-parts/pull/702](https://togithub.com/canonical/craft-parts/pull/702)
- chore(deps): update dependency sphinx-autodoc-typehints to v2.0.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/canonical/craft-parts/pull/704](https://togithub.com/canonical/craft-parts/pull/704)
- feat(info): support armv8l by
[@&#8203;sergey-borovkov](https://togithub.com/sergey-borovkov) in
[https://github.com/canonical/craft-parts/pull/697](https://togithub.com/canonical/craft-parts/pull/697)
- chore: update ruff by [@&#8203;lengau](https://togithub.com/lengau) in
[https://github.com/canonical/craft-parts/pull/700](https://togithub.com/canonical/craft-parts/pull/700)
- build(deps): update pyright to 1.1.358 by
[@&#8203;lengau](https://togithub.com/lengau) in
[https://github.com/canonical/craft-parts/pull/701](https://togithub.com/canonical/craft-parts/pull/701)
- fix(docs): adapt to new ifconfig behavior by
[@&#8203;liushuyu](https://togithub.com/liushuyu) in
[https://github.com/canonical/craft-parts/pull/718](https://togithub.com/canonical/craft-parts/pull/718)
- docs: use canonical-sphinx by
[@&#8203;tigarmo](https://togithub.com/tigarmo) in
[https://github.com/canonical/craft-parts/pull/720](https://togithub.com/canonical/craft-parts/pull/720)
- chore(deps): update dependency ruff to v0.4.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/canonical/craft-parts/pull/709](https://togithub.com/canonical/craft-parts/pull/709)
- feat: unregister plugins by
[@&#8203;mr-cal](https://togithub.com/mr-cal) in
[https://github.com/canonical/craft-parts/pull/726](https://togithub.com/canonical/craft-parts/pull/726)
- chore(lint): use ruff from snap by
[@&#8203;lengau](https://togithub.com/lengau) in
[https://github.com/canonical/craft-parts/pull/715](https://togithub.com/canonical/craft-parts/pull/715)
- build: bump version to 1.30.0 by
[@&#8203;mr-cal](https://togithub.com/mr-cal) in
[https://github.com/canonical/craft-parts/pull/732](https://togithub.com/canonical/craft-parts/pull/732)

##### New Contributors

- [@&#8203;sergey-borovkov](https://togithub.com/sergey-borovkov) made
their first contribution in
[https://github.com/canonical/craft-parts/pull/697](https://togithub.com/canonical/craft-parts/pull/697)

**Full Changelog**:
canonical/craft-parts@1.29.0...1.30.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants