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

Releases: SAP-samples/btp-setup-automator

btpsa-v1.1.0

23 Nov 08:58
575f5c3
Compare
Choose a tag to compare

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

15 Nov 17:27
cabc3f7
Compare
Choose a tag to compare

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

  • [#308] Bump lycheeverse/lychee-action from 1.5.2 to 1.5.4
  • [#309] Bump inquirer from 2.10.0 to 2.10.1 in /config/python

btpsa-v1.0.0

14 Nov 12:08
0a857e3
Compare
Choose a tag to compare

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 the main 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.