-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update github/branch-deploy action to v10 #1323
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github-branch-deploy-10.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
6a6246f
to
8a29a4e
Compare
8a29a4e
to
6afc686
Compare
6afc686
to
fa52faa
Compare
fa52faa
to
b12e93d
Compare
b12e93d
to
42f5dc8
Compare
42f5dc8
to
5832d29
Compare
5832d29
to
b1b036d
Compare
b1b036d
to
c257347
Compare
c257347
to
23e56f6
Compare
23e56f6
to
a0a9a3e
Compare
a0a9a3e
to
c4aca3d
Compare
c4aca3d
to
afb8f75
Compare
afb8f75
to
019fed1
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
v9.10.0
->v10.4.1
Release Notes
github/branch-deploy (github/branch-deploy)
v10.4.1
Compare Source
What's Changed
committer
object is missing a login attribute by @GrantBirki in https://github.com/github/branch-deploy/pull/380Full Changelog: github/branch-deploy@v10...v10.4.1
v10.4.0
Compare Source
What's Changed
This release introduces a new feature/input called
deployment_confirmation
. This option is rooted in security/safety that gives deployers one last "safety check" to approve/deny a deployment before it starts. See the full documentation about this feature to learn more. Original issue: https://github.com/github/branch-deploy/issues/373Full Changelog: github/branch-deploy@v10.3.1...v10.4.0
v10.3.1
Compare Source
What's Changed
@octokit/request
by @GrantBirki in https://github.com/github/branch-deploy/pull/368Full Changelog: github/branch-deploy@v10.3.0...v10.3.1
v10.3.0
Compare Source
What's Changed
checks
input option is not respecting required checks in the pending state by @GrantBirki in https://github.com/github/branch-deploy/pull/363Full Changelog: github/branch-deploy@v10.2.0...v10.3.0
v10.2.0
Compare Source
What's Changed
Full Changelog: github/branch-deploy@v10.1.0...v10.2.0
v10.1.0
Compare Source
What's Changed
This release adds new attributes to the
payload
which gets sent to GitHub's deployment API. These attributes can be used by subsequent systems that might read, parse, or interact with the deployments that this Action creates.For nearly all users (including users that interact with the
payload
attribute), this new version should be a seamless upgrade. Enjoy!Full Changelog: github/branch-deploy@v10.0.2...v10.1.0
v10.0.2
Compare Source
What's Changed
No major changes with this release, just dependency updates 📦
npm update
by @GrantBirki in https://github.com/github/branch-deploy/pull/355Full Changelog: github/branch-deploy@v10.0.1...v10.0.2
v10.0.1
Compare Source
What's Changed
read
,write
, andadmin
were ever actually valid)New Contributors
Full Changelog: github/branch-deploy@v10...v10.0.1
v10.0.0
Compare Source
v10.0.0
v10 of the github/branch-deploy Action is focused around safety, security, and usability improvements 🚀
BREAKING
checks
input option can now be used with a comma separated list of CI checks if you only want certain checks to be considered "blocking" in terms of deployments. Read more here.CHANGES_REQUESTED
state are now treated the same as PRs in theREVIEW_REQUIRED
state.params
andparsed_params
.deploy
or.noop
a pull request fork unless it has approvals - reference. These changes have been made as an extra safety check against potentially untrusted commitsKey Changes
${{ steps.branch-deploy.outputs.sha }}
everywhere instead of${{ steps.branch-deploy.outputs.ref }}
- documentationcommit_verification: true
that enforces commits to be signed/verified before they can be deployed by this Action - PR referencesha
output is now available on "Merge commit strategy" deployments as wellWhat's Changed
Here is a full list of changes:
.noop
by @caridinL6 in https://github.com/github/branch-deploy/pull/324npm update
by @GrantBirki in https://github.com/github/branch-deploy/pull/327ref
to point tosha
by @GrantBirki in https://github.com/github/branch-deploy/pull/330total_seconds
- Output Variable by @GrantBirki in https://github.com/github/branch-deploy/pull/335ignored_checks
by @GrantBirki in https://github.com/github/branch-deploy/pull/337CHANGES_REQUESTED
approval state by @GrantBirki in https://github.com/github/branch-deploy/pull/339New Contributors
Full Changelog: github/branch-deploy@v9.10.0...v10.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.