Release v0.23.0
Release Image
Image | Registry |
---|---|
projects.registry.vmware.com/pinniped/pinniped-server:v0.23.0
| VMware Harbor |
docker.io/getpinniped/pinniped-server:v0.23.0
| DockerHub |
These images can also be referenced by their digest: sha256:3549526b0ecc850469a8cfbaf8701876680b522636bd84d573ed80b54552feb2
.
Changes
This release adds some small improvements to the CLI and updates all project dependencies.
Minor Changes
- The
pinniped get kubeconfig
command now automatically discovers server-side support forusername
andgroups
scopes, rather than always defaulting to requesting those scopes (#1466). This makes the new CLI more compatible with old Pinniped Supervisors from before those scopes were introduced in v0.20.0. - The CLI's
login
subcommands are no longer hidden and the help messages of several CLI commands are improved (#1395). - Update Go to v1.20.2, update Kubernetes libraries to v0.26.3, and update several other project dependencies (#1387, #1391, #1420, #1435, #1436, #1463, #1465, #1468).
- Some documentation clarifications on the web site (#1388, #1394, #1453, #1471).
- Some small test and compile improvements (#1389, #1436, #1470, #1469).
A complete list of changes (50 commits, 90 changed files with 1,457 additions and 849 deletions) can be found here.
Acknowledgements
- Thanks to @jamieklassen for fixing a mistake in the documentation in #1453.