Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-05-30 13:52:00 +00:00
parent 2eb0fe4f5e
commit a8634a9634
416 changed files with 5649 additions and 215 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/integration
## 1.5.0-next.0
### Minor Changes
- a316d226c780: Add credential provider for GitLab.
- c7f848bcea3c: Support authentication with a service principal or managed identity for Azure DevOps
Azure DevOps recently released support, in public preview, for authenticating with a service principal or managed identity instead of a personal access token (PAT): https://devblogs.microsoft.com/devops/introducing-service-principal-and-managed-identity-support-on-azure-devops/. With this change the Azure integration now supports service principals and managed identities for Azure AD backed Azure DevOps organizations. Service principal and managed identity authentication is not supported on Azure DevOps Server (on-premises) organizations.
### Patch Changes
- df8411779da1: Add support for Repository Variables and Secrets to the `publish:github` and `github:repo:create` scaffolder actions. You will need to add `read/write` permissions to your GITHUB_TOKEN and/or Github Backstage App for Repository `Secrets` and `Variables`
Upgrade octokit introduces some breaking changes.
- Updated dependencies
- @backstage/errors@1.2.0-next.0
- @backstage/config@1.0.7
## 1.4.5
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration",
"description": "Helpers for managing integrations towards external systems",
"version": "1.4.5",
"version": "1.5.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",