Releases: SAP-samples/btp-setup-automator
btpsa-v1.1.0
v1.1.0 (2022-11-23)
New Features and Enhancements 🚀
- [#319] - Support of IdPs in role assignment
- [#320] - Enhancement of Dependabot configuration for package ecosystem
npm
Bug Fixes 🐞
- [aab7f53] - Bug fix for parameter handling in service creation
Other Changes
- Regular update of
btpsa-usecase.json
and automated documentation due to updates in the service metadata
btpsa-v1.0.1
v1.0.1 (2022-11-15)
New Features and Enhancements 🚀
- Update of
btpsa-usecase.json
and automated documentation due to renaming of services at SAP TechEd 2022. See also SAP TechEd News Guide 2022
Other Changes
btpsa-v1.0.0
v1.0.0 (2022-11-14)
🎉 Welcome to release 1.0.0 of the btp-setup-automator! 🎉
New Features and Enhancements 🚀
We decided to adjust the development procedure for the btp-setup-automator
by switching to releases. This change should make your life easier as you can now clearly see which changes namely bug fixes and enhancements are part of a release.
Releases will consequently not be created daily, but whenever it is reasonable to create one – we do not want to flood you with a version every other day.
In case you want to stay on the latest and greatest version of the btp-setup-automator
we also create a dev image will be created more often and an image will be available in the registry called btp-setup-automator-dev
Breaking Changes 🛠
Due to the switch, we also changed the tagging of the container images. You will now find:
- the release image as
ghcr.io/sap-samples/btp-setup-automator:latest
- as you can see themain
tag is no longer available - the dev images available via
ghcr.io/sap-samples/btp-setup-automator-dev:dev
These changes are also reflected in the run
scripts shipped with the btp-setup-automator
. Instead of one parameter you now have two parameters to instruct the scripts which image to pull. You find more information in the README.