Skip to content
Snippets Groups Projects
Forked from EOLE / Infra / CI tools
96 commits behind the upstream repository.
To find the state of this project's repository at the time of any of these versions, check out the tags.

Changelog

1.3.0 (2022-01-11)

Bug Fixes

  • semantic-release: the branch must be stable (4b9152d)

Code Refactoring

  • commitlint: the upstream extra repository is useless (cdff4ab)

Documentation

  • commitlint: describe usage of the commitlint job (8b3749f)
  • getting-started: quick setup and detailed explanations (007aa21)
  • readme: demonstrate a possible release cycle (8d02a0c)

Features

  • commitlint: users can configure image with $COMMITLINT_IMAGE (bc7f19c)
  • commitlint: users can configure the base branch (612dc3e)
  • docker: .build-docker-image must accept kaniko arguments (bd5c77e)
  • semantic-release: don't build changelog on prerelease branches (5a02f5d)
  • semantic-release: manage python projects releases (9794bcb)

Styles

  • js: js configuration files do not pass eslint (5874dca)

1.2.1 (2021-12-09)

Code Refactoring

  • rules: permit to combine individual rules (075712a), closes #3

1.2.0 (2021-12-06)

Features

  • rules: we want to skip pipelines on more keywords (0a24edb), closes #2
  • runners: apps.education projects will use dedicated runners (3f447c4), closes #1

1.1.0 (2021-11-30)

Features

  • semantic-release: use the image build by CI itself (ba0d024)

1.0.0 (2021-11-30)

Continuous Integration

  • codeowners: define @EOLE group members as owners (5f57f4a)
  • commitlint: master is not always the repository default branch (48b9f29)
  • gitlab-ci: split in reusable templates (b39e36b)
  • gitlab: add commit lint and its documentation (dfea847)
  • rules: define git-flow style rules (e8e12e8)

Features

  • docker: build images and push them to ${CI_REGISTRY} (a18d1f9)
  • docker: tag images based on release cycle (b82a232)
  • gitlab-ci: automatic release creation with semantic-release (df92290)
  • rules: we prefer release naming over production status (b7c0cd0)