Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/content/changelogs/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ productLink: "/pages/"
productArea: Developer platform
productAreaLink: /workers/platform/changelog/platform/
entries:
- publish_date: "2024-12-19"
title: Cloudflare GitHub App Permissions Update
description: |-
- Users with the [Cloudflare GitHub App](https://github.com/apps/cloudflare-workers-and-pages) installed to connect repositories to Pages or Workers will be prompted to update permissions **today**. New permissions will allow Cloudflare to automatically create a repository on your GitHub account and deploy the new repository for you.
- **Requested permissions:**
- [Repository Administration](https://docs.github.com/en/rest/authentication/permissions-required-for-github-apps?apiVersion=2022-11-28#repository-permissions-for-administration) (read/write) to create repositories
- [Contents](https://docs.github.com/en/rest/authentication/permissions-required-for-github-apps?apiVersion=2022-11-28#repository-permissions-for-contents) (read/write) to push code to the created repositories
- **Action:** When you receive the email from GitHub with the subject “[GitHub] Cloudflare Workers & Pages is requesting updated permission”, please review and accept the new permissions. *If you take no action or choose to decline, you can continue to connect repositories and deploy changes via the Cloudflare GitHub App as you do today.*
- **Questions?** Visit [#github-permissions-update](https://discord.com/channels/595317990191398933/1313895851520688163) in Cloudflare Developers Discord.
- publish_date: "2024-10-24"
title: Updating Bun version to 1.1.33 in V2 build system
description: |-
Expand Down
9 changes: 9 additions & 0 deletions src/content/changelogs/workers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ productLink: "/workers/"
productArea: Developer platform
productAreaLink: /workers/platform/changelog/platform/
entries:
- publish_date: "2024-12-19"
description: |-
- **Cloudflare GitHub App Permissions Update**
- Users with the [Cloudflare GitHub App](https://github.com/apps/cloudflare-workers-and-pages) installed to connect repositories to Pages or Workers will be prompted to update permissions **today**. New permissions will allow Cloudflare to automatically create a repository on your GitHub account and deploy the new repository for you.
- **Requested permissions:**
- [Repository Administration](https://docs.github.com/en/rest/authentication/permissions-required-for-github-apps?apiVersion=2022-11-28#repository-permissions-for-administration) (read/write) to create repositories
- [Contents](https://docs.github.com/en/rest/authentication/permissions-required-for-github-apps?apiVersion=2022-11-28#repository-permissions-for-contents) (read/write) to push code to the created repositories
- **Action:** When you receive the email from GitHub with the subject “[GitHub] Cloudflare Workers & Pages is requesting updated permission”, please review and accept the new permissions. *If you take no action or choose to decline, you can continue to connect repositories and deploy changes via the Cloudflare GitHub App as you do today.*
- **Questions?** Visit [#github-permissions-update](https://discord.com/channels/595317990191398933/1313895851520688163) in Cloudflare Developers Discord.
- publish_date: "2024-11-18"
description: |-
- Updated v8 to version 13.1.
Expand Down
Loading