Skip to content

Releases: ZeroGachis/.github

v4.36.1

27 Sep 10:18
3e1033b
Compare
Choose a tag to compare

4.36.1 (2024-09-27)

Bug Fixes

  • run-pytest: Remove unecessary input 'run_command' (1ca9210)

v4.36.0

27 Sep 10:13
be94e2e
Compare
Choose a tag to compare

4.36.0 (2024-09-27)

Features

  • Add dedicated workflow to run pytest unit tests with coverage and test report (ca6cee0)

v4.35.1

04 Sep 12:38
7c591f7
Compare
Choose a tag to compare

4.35.1 (2024-09-04)

Code Refactoring

  • remove redondant code in create-gotoprod-pr workflow (3807ea3)

v4.35.0

20 Aug 09:25
b07e604
Compare
Choose a tag to compare

4.35.0 (2024-08-20)

Features

  • Add auto definition of ECR url (b6d454b)
  • add build args for aws login to docker build workflow (64d27eb)
  • add capability to build from private ECR base image (48c5d9e)
  • add capability to customize ecr repo name (ddd2ddb)
  • add capability to handle other tag into push ecr workflow (dc6fb64)
  • Add CodePush serverUrl option to use OTA proxy (9b13631)
  • Add Configure AWS Credentials optionnal step (d71fa65)
  • Add Container Structure Tests workflow (5a6b755)
  • add Dockerfile linter workflow (8472cf3)
  • add github release notes workflow (5a55469)
  • add hadolint report to PR comment (bbfaed3)
  • add latest tag to ECR (521b2a9)
  • add python publish workflow (1e67086)
  • add security scan image with Anchore (1b8a4eb)
  • Allow passing a docker target (ede6578)
  • avoid some step in build apk in case of PR (72168bd)
  • build-image: migrate to Github dynamic vault engine (f837c5a)
  • disable Vault usage on ECR Push image flow (4585ef6)
  • infracost: init workflow (ded1355)
  • release-please: add output var for release created or not (7027d1a)
  • release-please: customize config and manifest file (4219510)
  • release-please: customize release type (4977712)
  • release-please: make conditionnal major and minor tags (c51e46e)
  • terraform-infracost: add tfvars to trigger infracost pipeline (4c38180)
  • terraform: login to github to use private module hosted in ouy org (7566198)
  • terraform: use dynamic token github generation with vault (e0d4c5b)

feature

  • handle multiple aws region (17cf4bb)

Bug Fixes

  • (release-please): wrong step order to use config file (017b1fa)
  • Add missing permission to publish report (5dd1e53)
  • add output for push ecr (03ae984)
  • build failed when vault is disable (79605a9)
  • build image aws only readonly (b51c996)
  • build image workflow - add domain owner (7be8d66)
  • build workflow - enable aws creds outputs vars (00418e3)
  • build x temp version (1d5bd19)
  • catalog info (f89940d)
  • catalog-info yaml (214b2d4)
  • categories of template workflow (3371390)
  • codepush ci (c934195)
  • create APK if condition issue (73a9ae1)
  • delete test-report hadolint (529e19b)
  • disable auto latest label (2b0cd1e)
  • github secret variable interpolation (a77f150)
  • hadolint severity level and report trigger (fa32491)
  • increase delay and retry count (950aca7)
  • linter report file issue (7cde3a6)
  • missing docker tag command (b30b90e)
  • naming of template workflow (40456ae)
  • release-please: creation of major tag condition (bec703b)
  • release-please: creation of major tag condition 2 (e99f4b0)
  • release-please: creation of major tag condition 3 (9f76492)
  • release-please: creation of major tag condition 4 (601b27b)
  • release-please: creation of major tag condition 5 (58fd0e9)
  • release-please: creation of major tag condition 6 (526c641)
  • release-please: don't set terraform_module by default (6c68bf4)
  • release-please: don't set terraform_module by default part 2 (bfad19d)
  • release-please: fix boolean interpretation inside github workflow (6e19306)
  • release-please: fix boolean interpretation inside github workflow 2 (a0cee5a)
  • release-please: fix boolean interpretation inside github workflow 3 (1b2c126)
  • release-please: manifest default filename (3d8018b)
  • set trigger for pr comment (61333f3)
  • switch folder of template workflow properties (39d8006)
  • syntax issue on create apk artifact workflow (9202fec)
  • template-workflow: typo in extension file name (81dbebd)
  • Temporary fix BuildX version (1e0af30)
  • terrafom: syntax issue when input/vault_secrets is not empty (86268d8)
  • terraform workflows - duplicate bucket variable (5234e47)
  • terraform: condition for login to private github org (9118e67)
  • terraform: extra step ([b51c3f5](https://github.com/ZeroGachis...
Read more

v4.34.4

19 Aug 12:56
05d44f6
Compare
Choose a tag to compare

4.34.4 (2024-08-19)

Bug Fixes

  • switch folder of template workflow properties (39d8006)

v4.34.3

19 Aug 12:27
45a8b50
Compare
Choose a tag to compare

4.34.3 (2024-08-19)

Bug Fixes

  • categories of template workflow (3371390)

v4.34.2

19 Aug 12:15
06d7c1b
Compare
Choose a tag to compare

4.34.2 (2024-08-19)

Bug Fixes

  • naming of template workflow (40456ae)

v4.34.1

19 Aug 11:58
8798c8c
Compare
Choose a tag to compare

4.34.1 (2024-08-19)

Bug Fixes

  • template-workflow: typo in extension file name (81dbebd)

v4.34.0

19 Aug 11:52
7769099
Compare
Choose a tag to compare

4.34.0 (2024-08-19)

Features

  • Add auto definition of ECR url (b6d454b)
  • add build args for aws login to docker build workflow (64d27eb)
  • add capability to build from private ECR base image (48c5d9e)
  • add capability to customize ecr repo name (ddd2ddb)
  • add capability to handle other tag into push ecr workflow (dc6fb64)
  • Add CodePush serverUrl option to use OTA proxy (9b13631)
  • Add Configure AWS Credentials optionnal step (d71fa65)
  • Add Container Structure Tests workflow (5a6b755)
  • add Dockerfile linter workflow (8472cf3)
  • add github release notes workflow (5a55469)
  • add hadolint report to PR comment (bbfaed3)
  • add latest tag to ECR (521b2a9)
  • add python publish workflow (1e67086)
  • add security scan image with Anchore (1b8a4eb)
  • Allow passing a docker target (ede6578)
  • avoid some step in build apk in case of PR (72168bd)
  • disable Vault usage on ECR Push image flow (4585ef6)
  • infracost: init workflow (ded1355)
  • release-please: add output var for release created or not (7027d1a)
  • release-please: customize config and manifest file (4219510)
  • release-please: customize release type (4977712)
  • release-please: make conditionnal major and minor tags (c51e46e)
  • terraform-infracost: add tfvars to trigger infracost pipeline (4c38180)
  • terraform: login to github to use private module hosted in ouy org (7566198)
  • terraform: use dynamic token github generation with vault (e0d4c5b)

feature

  • handle multiple aws region (17cf4bb)

Bug Fixes

  • (release-please): wrong step order to use config file (017b1fa)
  • Add missing permission to publish report (5dd1e53)
  • add output for push ecr (03ae984)
  • build failed when vault is disable (79605a9)
  • build image aws only readonly (b51c996)
  • build image workflow - add domain owner (7be8d66)
  • build workflow - enable aws creds outputs vars (00418e3)
  • build x temp version (1d5bd19)
  • catalog info (f89940d)
  • catalog-info yaml (214b2d4)
  • codepush ci (c934195)
  • create APK if condition issue (73a9ae1)
  • delete test-report hadolint (529e19b)
  • disable auto latest label (2b0cd1e)
  • github secret variable interpolation (a77f150)
  • hadolint severity level and report trigger (fa32491)
  • increase delay and retry count (950aca7)
  • linter report file issue (7cde3a6)
  • missing docker tag command (b30b90e)
  • release-please: creation of major tag condition (bec703b)
  • release-please: creation of major tag condition 2 (e99f4b0)
  • release-please: creation of major tag condition 3 (9f76492)
  • release-please: creation of major tag condition 4 (601b27b)
  • release-please: creation of major tag condition 5 (58fd0e9)
  • release-please: creation of major tag condition 6 (526c641)
  • release-please: don't set terraform_module by default (6c68bf4)
  • release-please: don't set terraform_module by default part 2 (bfad19d)
  • release-please: fix boolean interpretation inside github workflow (6e19306)
  • release-please: fix boolean interpretation inside github workflow 2 (a0cee5a)
  • release-please: fix boolean interpretation inside github workflow 3 (1b2c126)
  • release-please: manifest default filename (3d8018b)
  • set trigger for pr comment (61333f3)
  • syntax issue on create apk artifact workflow (9202fec)
  • Temporary fix BuildX version (1e0af30)
  • terrafom: syntax issue when input/vault_secrets is not empty (86268d8)
  • terraform workflows - duplicate bucket variable (5234e47)
  • terraform: condition for login to private github org (9118e67)
  • terraform: extra step (b51c3f5)
  • variabilize bucket for keystore (755d585)
  • vault action retry to avoid dns issue (47d2708)
  • vault url not required anymore (0b47629)
  • vault url required 2 (9d05375)

Miscellaneous Chores

Read more

v4.33.2

14 Aug 10:01
7e53c18
Compare
Choose a tag to compare

4.33.2 (2024-08-14)

Bug Fixes

  • hadolint step only fail if severity level is higher than warning (fa32491)
  • hadolint report in PR comment only trigger if the previous linter fail