backstage / backstage

Backstage is an open framework for building developer portals
https://backstage.io/
Apache License 2.0
26.61k stars 5.46k forks source link

Upgrade @azure/identity to ^4.0.1 #24626

Open marknotfound opened 2 weeks ago

marknotfound commented 2 weeks ago

Hey, I just made a Pull Request!

@azure/identity@4.0.0 relies on code introduced in @azure/core-util@1.3.0, but has a dependency on @azure/core-util@^1.0.0. You can read more about this in this PR which addresses the issue and was released in @azure/identity@4.0.1.

This PR bumps the minimum required version of @azure/identity to 4.0.1.

:heavy_check_mark: Checklist

backstage-goalie[bot] commented 2 weeks ago

Changed Packages

Package Name Package Path Changeset Bump Current Version
@backstage/integration packages/integration patch v1.10.0
@backstage/plugin-catalog-backend-module-msgraph plugins/catalog-backend-module-msgraph patch v0.5.26-next.1
@backstage/plugin-kubernetes-backend plugins/kubernetes-backend patch v0.17.1-next.1
@backstage/plugin-techdocs-node plugins/techdocs-node patch v1.12.4-next.1
github-actions[bot] commented 2 weeks ago

Uffizzi Ephemeral Environment - Virtual Cluster

Your cluster pr-24626 was successfully created. Learn more about Uffizzi virtual clusters To connect to this cluster, follow these steps:

  1. Download and install the Uffizzi CLI from https://docs.uffizzi.com/install
  2. Login to Uffizzi, then select the backstage account and project:
    uffizzi login
Select an account: 
  ‣ backstage
    jdoe

Select a project or create a new project: 
  ‣ backstage-6783521
  1. Update your kubeconfig: uffizzi cluster update-kubeconfig pr-24626 --kubeconfig=[PATH_TO_KUBECONFIG] After updating your kubeconfig, you can manage your cluster with kubectl, kustomize, helm, and other tools that use kubeconfig files: kubectl get namespace --kubeconfig [PATH_TO_KUBECONFIG]

Access the backstage endpoint at https://backstage-default-pr-24626-c5393.uclusters.app.uffizzi.com

awanlin commented 2 weeks ago

Hi @marknotfound, I don't think we need this. We also already merged the renovate PR for 4.1.0 here: https://github.com/backstage/backstage/pull/24177