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

Adds v0.26.0 Core changelog #1413

Merged
merged 3 commits into from
May 20, 2024
Merged

Adds v0.26.0 Core changelog #1413

merged 3 commits into from
May 20, 2024

Conversation

ZPain8464
Copy link
Contributor

Adds the v0.26 Core changelog.

@ZPain8464 ZPain8464 requested a review from kenjenkins May 20, 2024 14:55
@ZPain8464 ZPain8464 requested a review from a team as a code owner May 20, 2024 14:55
@ZPain8464 ZPain8464 requested review from cmo-pomerium and removed request for a team May 20, 2024 14:55
Copy link

netlify bot commented May 20, 2024

Deploy Preview for pomerium-docs ready!

Name Link
🔨 Latest commit c00d538
🔍 Latest deploy log https://app.netlify.com/sites/pomerium-docs/deploys/664b66ca9235660008f09e39
😎 Deploy Preview https://deploy-preview-1413--pomerium-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ZPain8464 ZPain8464 merged commit c8ead28 into main May 20, 2024
8 checks passed
@ZPain8464 ZPain8464 deleted the zpain/v0.26-core-changelog branch May 20, 2024 19:19
@backport-actions-token
Copy link

The backport to 0-26-0 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-0-26-0 0-26-0
# Navigate to the new working tree
cd .worktrees/backport-0-26-0
# Create a new branch
git switch --create backport-1413-to-0-26-0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 c8ead2852f13d467625fa3931b76d2777ab3ba02
# Push it to GitHub
git push --set-upstream origin backport-1413-to-0-26-0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-0-26-0

Then, create a pull request where the base branch is 0-26-0 and the compare/head branch is backport-1413-to-0-26-0.

ZPain8464 added a commit that referenced this pull request May 20, 2024
* formats changelog

* alphabetizes changelog

* runs prettier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants