Skip to content

Release 14.7.0 into trunk - #731

Merged
iangmaia merged 1 commit into
trunkfrom
release/14.7.0
Jun 12, 2026
Merged

Release 14.7.0 into trunk#731
iangmaia merged 1 commit into
trunkfrom
release/14.7.0

Conversation

@iangmaia

Copy link
Copy Markdown
Contributor

Releasing new version 14.7.0.

What's Next

PR Author: Be sure to create and publish a GitHub Release pointing to trunk once this PR gets merged,
copy/pasting the following text as the GitHub Release's description:

### New Features

- Added new `update_apps_cdn_build_metadata` action to update metadata (e.g. visibility) of one or more existing builds on the Apps CDN without re-uploading the files, via the dedicated `/wpcom/v2/sites/{site_id}/a8c-cdn/builds/{post_id}` endpoint. Accepts an array of `post_ids`. This enables a two-phase release flow: upload builds as Internal first, then flip to External at publish time. [#701]

### Bug Fixes

- `openai_ask`: avoid logging sensitive tool diagnostics and refuse to execute additional tool calls after `max_tool_iterations`. [#719]
- Bump the `fastlane` floor to `~> 2.235` to pull in `jwt >= 3.2.0`, fixing [GHSA-c32j-vqhx-rx3x](https://github.com/advisories/GHSA-c32j-vqhx-rx3x) (ruby-jwt empty-key HMAC bypass). [#728]

### Internal Changes

- `openai_ask`: validate named function tools, default to `gpt-4.1`, use `max_completion_tokens`, and opt out of OpenAI request storage. [#719]
- Configure Dependabot to update Ruby dependencies daily, grouping minor/patch bumps under `ruby-minor-and-patch`. [#724]


@iangmaia iangmaia self-assigned this Jun 12, 2026
Copilot AI review requested due to automatic review settings June 12, 2026 18:23
@iangmaia
iangmaia requested a review from a team as a code owner June 12, 2026 18:23
@iangmaia iangmaia added the Releases Release related stuff label Jun 12, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Bumps the Release Toolkit gem to version 14.7.0 and finalizes the release notes by moving the accumulated Trunk entries under a new 14.7.0 section while resetting Trunk sections back to _None_.

Changes:

  • Update plugin version constant to 14.7.0.
  • Update Gemfile.lock to reflect fastlane-plugin-wpmreleasetoolkit (14.7.0).
  • Cut the CHANGELOG.md release section for 14.7.0 and reset Trunk subsections to _None_.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
lib/fastlane/plugin/wpmreleasetoolkit/version.rb Bumps the plugin version constant to 14.7.0.
Gemfile.lock Updates the local path gem version to 14.7.0.
CHANGELOG.md Adds the 14.7.0 release section and resets Trunk placeholders.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@iangmaia
iangmaia enabled auto-merge June 12, 2026 18:26
@iangmaia
iangmaia merged commit 462f587 into trunk Jun 12, 2026
9 of 10 checks passed
@iangmaia
iangmaia deleted the release/14.7.0 branch June 12, 2026 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Releases Release related stuff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants