Releases: doctariDev/planerio-public-github-actions
Releases · doctariDev/planerio-public-github-actions
v8
v7: new optional parameter AWS_PROFILE
v7:
- New optional parameter AWS_PROFILE: If present, the action uses the specified AWS_PROFILE.
- Removed obsolete parameter KAFKA_TOPICS_JSON. The action now automatically finds the json file with the Kafka topics in the repository, if any, and processes it. You can still provide the input, but that will result in a warning. The deployment will succeed anyway, in case it is successful.
v6: better handling of Kafka topics to be consumed
Extracting the topics from the file planerio-kafka-consumer.json in the root directory, and piping them as raw json into the variable KAFKA_TOPICS_JSON is no longer needed on the side of the caller of the planerio-public-github-action. The planerio-github-action does the whole job on its own. The input parameter KAFKA_TOPICS_JSON is now obosolete, and feeding it into v6 of the action results in a warning when the job is executed.
v5
v5: Removed obsolete parameter DOCKERIMAGEHASH. You can still provide the input, but that will result in a warning. The deployment will succeed anyway, in case it is successful.