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

Order news #346

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Changes from all 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
8 changes: 8 additions & 0 deletions website/docs/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Here, you'll find all the latest updates, enhancements, and new features we've a

<!-- This page must be in sync with the news page in the dashboard: https://github.com/configcat/app/blob/master/src/app/home-module/news/news.component.html -->

## Resource ordering in Public Management API and Terraform

#### Jan 9, 2024

From now on, you can change the order of your products, configs and environments trough the ConfigCat Public Management API and the Terraform provider. See the docs for details:
- *ConfigCat Public Management API*: specify the order argument in the [Products](https://api.configcat.com/docs/index.html#tag/Products), [Configs](https://api.configcat.com/docs/index.html#tag/Configs), [Environment](https://api.configcat.com/docs/index.html#tag/Environments) and [Feature Flags & Settings](https://api.configcat.com/docs/index.html#tag/Feature-Flags-and-Settings) endpoints
- *ConfigCat Feature Flags Provider for Terraform*: specify the order argument of the [configcat_product](https://registry.terraform.io/providers/configcat/configcat/latest/docs/resources/product#argument-reference), [configcat_config](https://registry.terraform.io/providers/configcat/configcat/latest/docs/resources/config#argument-reference), [configcat_environment](https://registry.terraform.io/providers/configcat/configcat/latest/docs/resources/environment#argument-reference) and [configcat_setting](https://registry.terraform.io/providers/configcat/configcat/latest/docs/resources/setting#argument-reference).

## ConfigCat OpenFeature Providers available

#### Jan 5, 2024
Expand Down