Skip to content

Releases: hotosm/gh-workflows

v2.0.5

v2.0.4

27 Jul 15:26
Compare
Choose a tag to compare
  • Add extra step to pnpm_build to configure gh-pages if not already set up.

Full Changelog: 2.0.3...2.0.4

v2.0.3

27 Jul 15:04
Compare
Choose a tag to compare

What's Changed

  • Add extra step to pnpm_build workflow to optionally deploy directly to gh-pages.

Full Changelog: 2.0.2...2.0.3

v2.0.2

27 Jul 14:53
Compare
Choose a tag to compare
  • Add option to upload artifact from pnpm_build workflow in gh-pages format (github_pages: true) for actions/deploy-pages workflow.

Full Changelog: 2.0.1...2.0.2

v2.0.1

26 Jul 18:06
Compare
Choose a tag to compare
  • Renamed build_stories to pnpm_build (no projects used this until now, so not breaking).
  • Refactor out use of artifact actions v3 --> v4 #53

Full Changelog: 2.0.0...2.0.1

v2.0.0

26 Jul 13:45
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE: renamed remote_deploy --> remote_deploy_compose, with a plan to create remote_deploy_helm in future.
  • Update test_compose to allow for passing a pre-built image (build_img: false), for example Playwright images.
  • Make compose_comand input not mandatory for test_compose (use build-in image CMD).

Full Changelog: 1.6.0...2.0.0

v1.6.0

04 Jul 22:52
Compare
Choose a tag to compare
  • Upgrade versions for underlying workflows.
  • Skipped #53 for another release.

Full Changelog: 1.5.2...1.6.0

v1.5.2

29 May 14:31
Compare
Choose a tag to compare
  • Replace var WITH_MONITORING --> MONITORING.

Full Changelog: 1.5.1...1.5.2

v1.5.1

29 Apr 17:09
Compare
Choose a tag to compare
  • Add WITH_MONITORING var to image builds temporarily, until passing all vars as args is fixed.

Full Changelog: 1.5.0...1.5.1

v1.5.0

10 Apr 17:01
Compare
Choose a tag to compare
  • Add optional run_command input to test_pnpm workflow, to use different pnpm run xxx.
  • Add optional container_config input to test_pnpm for running the workflow inside a custom container.
  • Add workaround for Playwright Firefox in CI environments.
  • Include example for using playwright with test_pnpm.

Full Changelog: 1.4.10...1.5.0