Skip to content

Releases: doctariDev/planerio-public-github-actions

v8

09 Oct 14:02
10b4927
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7...v8

v7: new optional parameter AWS_PROFILE

09 Mar 07:55
a2f17d5
Compare
Choose a tag to compare

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

16 Dec 09:17
03d7156
Compare
Choose a tag to compare

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

09 Dec 09:21
89d384d
Compare
Choose a tag to compare
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.