Skip to content

v2.11.0

Compare
Choose a tag to compare
@steveclay steveclay released this 23 Sep 16:17
· 6 commits to master since this release
e54895b

Installers

 
Mac OS X 64 bit
Mac OS X M1/ARM  (as-is)
Windows 64 bit
Windows 32 bit
Linux 64 bit
Linux 64 bit ARM (as-is)
Linux 32 bit
Power Linux 64 bit
System/390 Linux 64 bit

Binaries

 
Mac OS X 64 bit
Mac OS X M1/ARM (as-is)
Windows 64 bit
Windows 32 bit
Linux 64 bit
Linux 64 bit ARM (as-is)
Linux 32 bit
Power Linux 64 bit
System/390 Linux 64 bit
 
To verify installed binaries, please see here
 

NOTE

After release, it was detected this version may return panic: detect: not detected if the environment value LANG is not set. To remediate with this release, set this value in your environment as LANG=en_US.UTF-8 for example.

Change logs

Improved IAM Session Handling

All commands using IAM authentication will now refresh the session before making API calls to prevent inadvertent timeouts.

New Commands

  • account domain-cert-map: is added to map a certificate to a domain for a Cloud Foundry organization in supported regions
  • account domain-cert-unmap: is added to remove the mapping of a certificate to a domain for a Cloud Foundry organization in supported regions
     

Commands Changed

  • dev create and dev edit: adds Sydney as a toolchain region deployment option
  • dev tekton-trigger: adds support for secure properties in the trigger payload
  • dev toolchain-get: now can accept a toolchain ID instead of the toolchain name
  • iam: commands now refresh the session before calls to prevent inadvertent timeouts
  • iam service-api-keys: adds --all flag to list all service-api-keys for an account
  • login: logging in with a service ID now displays the name and ID of the service ID
  • plugin install and plugin update: modified to allow installing the MacOS AMD64 version of a plug-in if an ARM64 version is not available
     

Bug Fixes

  • iam api-key-update: fixes updating the api key name was erasing the description
  • login: now properly handles logging in with an api key that begins with -
     

Other Changes

  • Upgrades Golang to version 1.19.1
  • Upgrades sl plug-in to 1.0.8