Skip to content

Releases: CleverCloud/clever-cloud-review-app

v1.1.0

29 Jul 16:16
d5e094a
Compare
Choose a tag to compare

Conditional comments depending on the actions performed on the PR (deploy, update, delete).

v1.0.0

18 Jul 17:34
03c7735
Compare
Choose a tag to compare

Automate the action to make it composite, to ease the integration into users repositories.

Use GitHub variable for app-name input

18 Apr 11:28
73fed71
Compare
Choose a tag to compare
  • Previous version: user had to manually input the app-name to set application name, application alias and review app domain.
  • This version: the workflow uses the repository name by default to automatically input the app-name value.

Variable used: ${{ github.event.pull_request.base.repo.name }}

Improved Security Update

31 Jan 17:38
8a2c0b6
Compare
Choose a tag to compare

Goal

Allow external contribution while limiting external user generated input in the script

Changes

Scripts don't use BRANCH_NAME but github.event.number (#PR, GitHub generated).

Security update

22 Jan 16:26
a93fab5
Compare
Choose a tag to compare

This release contains a general security update with the following:

  • Sourcing secrets in the step memory instead of yaml templating in shell script
  • Guide on how to generate throwaway CLEVER_SECRET and CLEVER_TOKEN only for GitHub Actions

v0.2.0

19 Jan 17:00
9de1b55
Compare
Choose a tag to compare

PRs from forks can now trigger a review app deployment.

v0.1.0 - Initial Release

19 Dec 15:11
abf8b46
Compare
Choose a tag to compare

First release for Clever Cloud Review Apps GitHub Action.

This action uses clever-tools to deploy review apps every time a PR is opened, redeploys on changes and delete it on PR closing (merged or not).

It currently works with branches pushed on the same repository and not across forks.