Skip to content

Commit

Permalink
Update pipeline task release notes v7.0.0 and v6.4.0 (#836)
Browse files Browse the repository at this point in the history
* Updated release notes in the pipeline task to document breaking changes

* Updated date

* updated the strings as suggested

* added punctuation

* Added missing 'the'

* updated breaking change providing a workaround

* Update breaking change string

Co-authored-by: Jimmy Campbell <[email protected]>

---------

Co-authored-by: cwanjau <[email protected]>
Co-authored-by: Jimmy Campbell <[email protected]>
  • Loading branch information
3 people committed Nov 20, 2023
1 parent a7796fb commit 1287d9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions releaseNotes/AzureDevOpsPipelineExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ The Azure App Configuration extension in Azure DevOps pipeline has been publishe

![sample](pictures/AzureDevOpsExtensionVersionSample.PNG)

### v7.0.0 - November, 20 2023
**Breaking changes**
- Updated to fail the task if any Key Vault references cannot be resolved or if the resolved values are unable to be set as a pipeline secret. To avoid failing the task due to Key Vault errors, you can enable the new option to treat these errors as warnings detailed below.

**Enhancement**
- Added an option to treat Key Vault resolution errors as warnings.

### v6.5.0 - October, 13 2023
* Added capability to use workload identity federation for authentication.

Expand Down
3 changes: 3 additions & 0 deletions releaseNotes/AzureDevOpsPushPipelineExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Azure App Configuration Push extension for Azure DevOps pipeline can be installed from the [Azure DevOps marketplace](https://marketplace.visualstudio.com/items?itemName=AzureAppConfiguration.azure-app-configuration-task-push). The version information can be found in the console when the task is executed:
![sample](pictures/AzureDevOpsPushExtensionVersionSample.PNG)

### v6.4.0 - November, 20 2023
* Added support for a feature that allows users to add a prefix to the key name of feature flags. This will provide more flexibility and better organization of feature flags. [#810](https://github.com/Azure/AppConfiguration/issues/810).

### v6.3.0 - October, 13 2023
* Added capability to use workload identity federation for authentication.

Expand Down

0 comments on commit 1287d9e

Please sign in to comment.