Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
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
23 changes: 23 additions & 0 deletions src/content/changelogs/fundamentals.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
link: "/fundamentals/changelog/"
productName: Cloudflare Fundamentals
productLink: "/fundamentals/"
productArea: Core platform
productAreaLink: /fundamentals/reference/changelog/platform/
entries:
- publish_date: "2024-12-06"
title: SCIM self-serve
description: |-
Enterprise customers using Okta or Microsoft Entra can now provision access to the Cloudflare dashboard with SCIM. Refer to the [SCIM setup documentation](fundamentals/setup/account/account-security/scim-setup/) for more details.
- publish_date: "2024-09-26"
title: Account Owned Tokens
description: |-
Customers can now create API Tokens that are owned by their account. Refer to the [Account Owned Tokens documentation](/fundamentals/api/get-started/account-owned-tokens/) or the [blog post]( https://blog.cloudflare.com/account-owned-tokens-automated-actions-zaraz/) for more details.
- publish_date: "2024-09-24"
title: Terraform v5 SDK Preview
description: |-
Terraform v5 SDK is now available as a preview. Refer to the [Terraform documentation](https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/guides/version-5-upgrade) or the [blog post](https://blog.cloudflare.com/automatically-generating-cloudflares-terraform-provider/) for more details.
- publish_date: "2024-09-24"
title: API Documentation preview page
description: |-
Customers can now preview the new API documentation page. Refer to the [blog post](https://blog.cloudflare.com/automatically-generating-cloudflares-terraform-provider/) for more details.
14 changes: 14 additions & 0 deletions src/content/docs/fundamentals/changelog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
pcx_content_type: changelog
title: Changelog
changelog_file_name:
- fundamentals
sidebar:
order: 8
---

import { ProductChangelog } from "~/components";

{/* <!-- Actual content lives in /src/content/changelogs/fundamentals.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}

<ProductChangelog />
2 changes: 1 addition & 1 deletion src/content/docs/fundamentals/reference/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pcx_content_type: navigation
title: Reference
sidebar:
order: 8
order: 7
group:
hideIndex: true
head:
Expand Down
Loading