Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

v0.27.0

Compare
Choose a tag to compare
@SimonBarendse SimonBarendse released this 26 Mar 10:50
· 236 commits to master since this release
v0.27.0
18305d8

Added

  • Add iterator functions to iterate over lists of resources (#163)
  • Add human-readable charset, which is a set of alphanumeric characters that are not similar to each other. (#174)

Changed

  • Upgraded minimum Go version to 1.13 (#178)
  • Include the path of the secret/repo in a secret/repo not found error (#172, #179)
  • Change fake client to use functions instead of structs (#176)

Deprecated

  • Deprecated list functions, use the new iterator functions instead (#163)