v2.0.0
featfix
August 27, 2026
⚠ BREAKING CHANGES
- The
pncli udeploycommands and allPNCLI_UDEPLOY_*config have been removed. IBM UrbanCode Deploy has no personal access token usable as a standalone credential, so its only workable auth was a username and password — which meant asking users to put a real account password in a config file. That fails pncli's authentication bar, which requires a long-lived static token the user generates in the target tool's own UI. There is no replacement; UCD is not coming back. A staleudeploykey left in ~/.pncli/config.json is ignored and can be deleted by hand, or will be dropped on the nextpncli config init.
Features
- figma: add Figma integration for design files, comments, and version history (#377) (8059de8)
- jenkins: support multiple named instances via --instance flag (#366) (8612dde)
- openshift: resource-usage command with CSV output (#373) (67051d2)
- panel per integration with testing state; remove IBM UrbanCode Deploy (#380) (83a64c7), closes #378 #379