Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Releases: erzz/workflows

v1.7.0

20 Jan 10:37
Compare
Choose a tag to compare

1.7.0 (2022-01-20)

📦 Maintenance

  • deps: update stacscan/stacs-ci action to v0.1.5 (2be4bf2)

✨ New Features

  • add Cloud Run deployment with optional deployment metrics (dfaf8c3)
  • add delete cloud run service workflow (0d1e58d)

v1.6.0

17 Jan 15:55
Compare
Choose a tag to compare

1.6.0 (2022-01-17)

✨ New Features

  • tf-tests: add lint, validate, plan and tfsec jobs (d40b9c4)

🐛 Bug Fixes

  • tf-plan: pass vars as secret as may contain secret values (8997d95)

v1.5.0

13 Jan 20:47
Compare
Choose a tag to compare

1.5.0 (2022-01-13)

🐛 Bug Fixes

  • eslint: correct the report path (ec9ca1c)
  • general: update workflow names (ed831fd)

📦 Maintenance

  • deps: update rlespinasse/github-slug-action action to v4 (1338bd5)
  • deps: update stacscan/stacs-ci action to v0.1.4 (e1bd1fa)
  • java-tests: remove extra character in input description (12866e4)

✨ New Features

  • add node-tests workflow (1b9fe01)
  • go-tests: add gosec, unit tests and code-quality (729f866)
  • go-tests: add option for GCP auth in unit tests (5b70399)
  • gosec: add option to pass extra flags (5b15ea3)
  • njsscan: add option to provide your own config (1d3157c)
  • node-tests: add switches to enable/disable each job (63a40c6)

v1.4.0

10 Jan 22:13
Compare
Choose a tag to compare

1.4.0 (2022-01-10)

✨ New Features

  • java-tests: add code quality job (215a032)
  • java-tests: add polaris SAST scanning (07634b5)
  • java-tests: add unit-test job (21e95bd)
  • polaris: provide polaris result analyzer (d6de55e)

📦 Maintenance

  • deps: update stacscan/stacs-ci action to v0.1.2 (5248ec5)

🐛 Bug Fixes

  • commit-lint: provide conventional config as baseline with reasonable fetch depth (b7948c5)
  • make failure more robust when fetching configs (b4a2f81)
  • polaris: add fetching of the polaris.yml config (c7817ef)
  • polaris: fetch the result analyzer as part of the job (f12dd66)
  • polaris: remove prefix from project name (30d61d1)
  • unit-tests: fix broken images in jacoco report (4393362)
  • unit-tests: remove duplicate upload of surefire reports (75288e5)

v1.3.0

05 Jan 08:47
Compare
Choose a tag to compare

1.3.0 (2022-01-05)

📦 Maintenance

  • deps: update rlespinasse/github-slug-action action to v4 (196827c)

🐛 Bug Fixes

  • re-add oidc credentials (28860f1)

✨ New Features

  • add credential scanning and commit linting (3f67060)
  • add option to disable commit lint if required (595d2a8)

v1.2.0

01 Jan 11:03
Compare
Choose a tag to compare

1.2.0 (2022-01-01)

🐛 Bug Fixes

  • add chore: as releasable for maven projects (1676dee)
  • semantic-release: handle the maven case with settings file (1305e4e)

✨ New Features

  • container: add support for custom Dockerfile location (e1dc3f6)
  • container: provide oidc version of container workflow (bbca16e)

v1.1.0

28 Dec 14:47
Compare
Choose a tag to compare

1.1.0 (2021-12-28)

✨ New Features

  • add a semantic release workflow with option to use default configuration (79a97c4)

🐛 Bug Fixes

  • release: remove required for inputs.default-config as default is provided (e23d407)

v1.0.1

27 Dec 14:24
Compare
Choose a tag to compare

1.0.1 (2021-12-27)

Bug Fixes

  • add handling of maven-settings.xml file for maven projects (afab263)

v1.0.0

23 Dec 10:42
Compare
Choose a tag to compare

1.0.0 (2021-12-23)

Features

  • add trivy image scanning for deps and os (1fb3f22)
  • build and push images to target registry (6bcf5d8)
  • handle env file case when required (b545ce0)
  • option to disable tests and only run build & push (3d3609b)
  • outputs for image, tag and branch (0074d27)
  • scan images with Dockle and Hadolint (48ce22f)
  • support NPM_TOKEN (6d0494c)