Releases: hotosm/gh-workflows
Releases · hotosm/gh-workflows
v1.6.0
- Upgrade versions for underlying workflows.
- Skipped #53 for another release.
Full Changelog: 1.5.2...1.6.0
v1.5.2
- Replace var
WITH_MONITORING
-->MONITORING
.
Full Changelog: 1.5.1...1.5.2
v1.5.1
- 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
- Add optional
run_command
input to test_pnpm workflow, to use differentpnpm 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
v1.4.10
- Update checkcov vulnerability scanning to track tag
@12
: https://github.com/bridgecrewio/checkov-action/releases/tag/v12 - This is the updated version via patches (specific releases are not maintained).
Full Changelog: 1.4.9...1.4.10
v1.4.9
- Hardcode
NODE_ENV
var to image builds.
Full Changelog: 1.4.8...1.4.9
v1.4.8
- Allow passing of coverage workflow, if no coverage file update required.
- Optional config for dotenv example path during test and deploy.
Full Changelog: 1.4.7...1.4.8
v1.4.7
- Use envsubst on .env.example, prior to generating
openapi.json
file.
v1.4.6
- Correctly add labels to built images, the following pre-configured by default:
"labels": {
"org.opencontainers.image.url": "https://github.com/org/repo",
"org.opencontainers.image.licenses": "Apache-2.0",
"org.opencontainers.image.title": "fmtm",
"org.opencontainers.image.revision": "2f27f07b9d72eb27fb8576570501682b2f3ca5d2",
"org.opencontainers.image.created": "2024-01-26T20:11:10.683Z",
"org.opencontainers.image.version": "2024.0.1",
"org.opencontainers.image.description": "Field mapping tasking manager",
"org.opencontainers.image.source": "https://github.com/org/repo"
}
v1.4.5
- Add option to mkdocs_build workflow for
--dirty
flag to retain extra files not in docs_dir.