Skip to content

v4.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 17:42
· 398 commits to main since this release
  • Add docker image with each new build and publish to dockerhub. Add the below environment variables recognition for use with docker image, but could be used outside of it as well. This is great for ci/cd scenarios and more.
    • TPP_SERVER - TPP server url
    • TPP_TOKEN - TPP oauth token
    • VAAS_KEY - VaaS key
  • Fix Set-TppAttribute not clearing a value. You can now pass $null to clear an object's attribute value, #119