From 24db1fe5fc14c680080dbfc3d239cf2fe127f91f Mon Sep 17 00:00:00 2001 From: kennyj42 <73258453+kennyj42@users.noreply.github.com> Date: Tue, 21 Jan 2025 12:16:45 -0600 Subject: [PATCH 1/3] Update access.yaml --- src/content/changelogs/access.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/changelogs/access.yaml b/src/content/changelogs/access.yaml index a4f95211e4ec58..1f68e264d6c89a 100644 --- a/src/content/changelogs/access.yaml +++ b/src/content/changelogs/access.yaml @@ -5,6 +5,10 @@ productLink: "/cloudflare-one/applications/configure-apps/" productArea: Cloudflare One productAreaLink: /cloudflare-one/changelog/ entries: + - publish_date: "2024-12-04" + title: Access Applications Support Private Hostname and IPs. Access Reusable Policies. + description: |- + Cloudflare Access Self-Hosted Applications can now be defined by Private IPs, Private Hostnames (on port 443) and Public Hostnames. Additionally, we made Access Policies into their own object which allows reusing across multiple applications. These updates involved significant updates to the overall Access Dashboard experience. The updates will be slowly rolled out to different customer cohorts. If you are an enterprise customer and would like advanced access, reach out to your account team. - publish_date: "2024-12-04" title: SCIM GA for Okta and Microsoft Entra ID description: |- From 531198599d6b876b762917b1ae749cf99bd2a125 Mon Sep 17 00:00:00 2001 From: ranbel <101146722+ranbel@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:46:42 -0500 Subject: [PATCH 2/3] Apply suggestions from code review --- src/content/changelogs/access.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/changelogs/access.yaml b/src/content/changelogs/access.yaml index 1f68e264d6c89a..39b40085db91e0 100644 --- a/src/content/changelogs/access.yaml +++ b/src/content/changelogs/access.yaml @@ -5,10 +5,10 @@ productLink: "/cloudflare-one/applications/configure-apps/" productArea: Cloudflare One productAreaLink: /cloudflare-one/changelog/ entries: - - publish_date: "2024-12-04" - title: Access Applications Support Private Hostname and IPs. Access Reusable Policies. + - publish_date: "2025-01-21" + title: Access Applications support private hostnames/IPs and reusable Access policies. description: |- - Cloudflare Access Self-Hosted Applications can now be defined by Private IPs, Private Hostnames (on port 443) and Public Hostnames. Additionally, we made Access Policies into their own object which allows reusing across multiple applications. These updates involved significant updates to the overall Access Dashboard experience. The updates will be slowly rolled out to different customer cohorts. If you are an enterprise customer and would like advanced access, reach out to your account team. + Cloudflare Access self-hosted applications can now be defined by [private IPs](/cloudflare-one/applications/non-http/self-hosted-private-app/), [private hostnames](/cloudflare-one/applications/non-http/self-hosted-private-app/) (on port 443) and [public hostnames](/cloudflare-one/applications/configure-apps/self-hosted-public-app/). Additionally, we made Access policies into their own object which can be reused across multiple applications. These updates involved significant updates to the overall Access dashboard experience. The updates will be slowly rolled out to different customer cohorts. If you are an Enterprise customer and would like early access, reach out to your account team. - publish_date: "2024-12-04" title: SCIM GA for Okta and Microsoft Entra ID description: |- From c7a559a177b396a4e99cd5720e89e051176f2c98 Mon Sep 17 00:00:00 2001 From: ranbel <101146722+ranbel@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:02:14 -0500 Subject: [PATCH 3/3] fix indentation --- src/content/changelogs/access.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/changelogs/access.yaml b/src/content/changelogs/access.yaml index 39b40085db91e0..13724b10c9b8d4 100644 --- a/src/content/changelogs/access.yaml +++ b/src/content/changelogs/access.yaml @@ -5,7 +5,7 @@ productLink: "/cloudflare-one/applications/configure-apps/" productArea: Cloudflare One productAreaLink: /cloudflare-one/changelog/ entries: - - publish_date: "2025-01-21" + - publish_date: "2025-01-21" title: Access Applications support private hostnames/IPs and reusable Access policies. description: |- Cloudflare Access self-hosted applications can now be defined by [private IPs](/cloudflare-one/applications/non-http/self-hosted-private-app/), [private hostnames](/cloudflare-one/applications/non-http/self-hosted-private-app/) (on port 443) and [public hostnames](/cloudflare-one/applications/configure-apps/self-hosted-public-app/). Additionally, we made Access policies into their own object which can be reused across multiple applications. These updates involved significant updates to the overall Access dashboard experience. The updates will be slowly rolled out to different customer cohorts. If you are an Enterprise customer and would like early access, reach out to your account team.