Files
gitlab-ci/CHANGELOG.md

4.7 KiB

v0.3.0rc1 (2021-08-04)

Documentaton / Guides

  • changelog: cb78ab82 - regenerated so that all entries use the new url format

v0.3.0rc0 (2021-08-04)

Code Refactor

  • gitlab_release: cc3fabda - Use Short commit SHA1 in main changelog link to gitlab

Features

  • gitlab_release: 3e8c3ce7 - On the development brnach, releases to be 'rc' to denote considered non-stable

v0.2.1 (2021-08-04)

Bug Fixes

  • gitlab_release: 588698df - Correctly fetch the CI_PROJECT_URL for the environment

v0.2.0 (2021-08-04)

Code Refactor

  • gitlab_release: 7a69685b - Dont conduct any release, git push or tag delete if the version was not bumped
  • gitlab_release: 72e8b6c8 - build gitlab commit url for changelog so that there is a weblink to the changes

Documentaton / Guides

  • gitlab_release: eebe8e30 - Include custom command instructions

Features

  • gitlab_release: 287b4c95 - Include code refactor as part of the changelog

v0.1.0 (2021-08-04)

Bug Fixes

  • gitlab_release: 80ca3618 - A 'feat' commit must do a MINOR bump to version
  • gitlab_release: ed5be7fd - ci image is alpine, use '/bin/sh' and add the changlogs to git cache for commiting
  • gitlab_release: 7706085b - All tasks run as part of script including user custom script
  • gitlab_release: 1446c28e - Use a user token to access the git repo for pushing commits back
  • ansible: 2a3266fb - Ensure the default ci directory is populated

Code Refactor

  • gitlab_release: 2035ed27 - use 'git log' to get current commit hash

Continious Integration

  • git_push_mirror: b5935056 - Push repo to github NoFussComputing/gitlab-gi
  • conventional_commits: a2174104 - Add conventional commits job to check commits and MR titles

Documentaton / Guides

  • README.md: 247264e3 - Added readme for the repo
  • git_push_mirror: 7ffb2041 - Update workflow and typos

Features

  • job_changelog: 1ecd857c - Create a changelog per job folder
  • git_release: 6678a3db - Migrated from ansible-roles
  • ansible: 2413daef - Added ansible validation job for linting
  • git_push_mirror: 9b28ae59 - Added a job that syncs to a remote git repo
  • conventional_commits: 392a200f - Added conventional commit job

v0.0.1 (2021-08-03)