Skip to content

Releases: easy-up/portage-cd

v0.0.5

15 Feb 00:09
Compare
Choose a tag to compare

Changelog

  • 0a4e435 Improved logging of webhook response.
  • 518a06a Improved passthrough of logging to gatecheck calls.
  • bbe0dbe Release v0.0.5
  • 0481c73 Updated README with details on mapping a global gitignore into the portage container
  • 065c3a3 Updated gatecheck version to v0.9.1
  • 65616e5 passthrough verbose cli flag to gatecheck

v0.0.4

09 Feb 00:27
Compare
Choose a tag to compare

Changelog

  • fcc3d53 Release v0.0.4
  • 0288060 Update golang dependencies and upgrade to OCAML v1.107.0

v0.0.3

06 Feb 00:24
Compare
Choose a tag to compare

Changelog

  • f4ef468 Add .env to gitignore
  • 353e4b0 Add exclusion for ClamAV CVE-2016-1405
  • df9c383 Added caching to the Dockerfile and to the github action config.
  • 2dd82b6 Corrected typo
  • 1986a1c Don't error when the default gatecheck config file does not exist.
  • 1df5fab Enable delivery pipeline on debug branches
  • 76f77ee Fixed justfile handling of ' in commit messages
  • fa61679 Fixed more istances of the issue with ' in commit messages
  • b416c03 Implemented deployment pipeline success webhook.
  • 20974b1 Leverage gatecheck submit functionality to send artifacts to Belay
  • c4d27de Merge pull request #14 from easy-up/fix-docker-build
  • d8f73f0 Misc docker build fixes.
  • 5ce635e Move to loading the configuration once at the portage command level. Also a few lint formatting fixes
  • 85a4b59 Moved docker cache to the GitHub runner temp folder to avoid creating untracked files.
  • 3e024e8 Release v0.0.2
  • f3bf393 Release v0.0.3
  • 42fc57d Removed unfinished v1 CLI.
  • ab5df37 Updated config generation with new parameters.
  • d44e522 Updated semgrep to v1.104 and fixed docker build issues
  • cc7bec5 Upgrade gatecheck version
  • 6083299 additional fixes to make .portage.yml the recommended way to configure portage.
  • 4a1c96e fixed bug where the config flag did not supercede the default config file
  • d4cf706 have portage use the provided gatecheck config rather than the copied over config in the /artifacts directory
  • 242dd6a remediate some vulnerabilities found by semgrep and grype

v0.0.2

24 Oct 09:57
Compare
Choose a tag to compare

Images

ghcr.io/easy-up/portage:v0.0.2
ghcr.io/easy-up/portage:podman-v0.0.2

Changelog

  • 995c1c1 Added --coverage-file / codescan.coveragefile support
  • 24781fe Added a CLI argument and env variable to specify the target dir for semgrep
  • d247327 Added a default gatecheck configuration and added merge capabilities
  • d75bd51 Disable opam init interactive prompt, and build using the release profile
  • b1282d0 Increase OPAM timeout to decrease likelihood of intermittent docker build failure
  • d0140e6 Removed unused flag
  • 8b8c7ce Update gatecheck version to v0.8.0
  • 29d6c0d updated old wfe filename

v0.0.1-rc.19

20 Sep 10:56
Compare
Choose a tag to compare

Containers

Changelog

  • 1d97b1b Added a list of the prerequisites for running portage locally
  • 74ef0c5 Drop the --all flag from the gatecheck list command. Fixes Issue #5
  • aa88821 Fix issue with freshclam. Closes issue #3
  • d4673ce Ignore extraneous build output directory
  • 5ef9066 Simplified artifact bundle publishing confiugration
  • 21356e0 Standardized the configuration of the semgrep tool. Default to experimental in the docker image.

v0.0.1-rc.18

08 Sep 22:30
Compare
Choose a tag to compare

Changelog

  • d4205b1 Added justfile target for performing local docker builds.
  • b8efad4 Enable build on pushes to the main branch and tags.
  • a002b37 Fixed portage-cd-actions repository name reference
  • 8e845a7 Fixed semgrep commandlines
  • 42f03ba Made the Dockerfile completely self contained and bumped the versions of semgrep and gatecheck.

v0.0.1-rc.17

02 Sep 00:11
Compare
Choose a tag to compare

Changelog

  • cadeb93 Changes to summary section for ghp & mdbooks (#40)
  • d61b85b Portage CD rename
  • e384f52 Semgrep Documentation (#39)
  • b9f783b Updated the GitHub action generation code to be more flexible. (#38)
  • 2b9542f Updated workflow permissions to enable image publish
  • e663088 feat: abstract cobra setup functions
  • 269fcb1 feat: add code scan
  • 133884d feat: add gatecheck ls
  • 5afd98e feat: add image push
  • 0490cc2 feat: add image save task
  • 8b6dc2c feat: add image scan, anti virus scan, and image save tasks
  • 2f29a6d feat: add settings pkg with meta config values
  • 1a6c30c feat: add snyk code scan
  • e6fd2be fix: snyk report to artifact dir
  • ac2ac9e lint: update
  • d8a49ef omnibus upgrade (#41)
  • 2923968 refactor: move CLI to v0, add v1 CLI
  • 7d13fbb upgrade go (#42)