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

Latest commit

 

History

History
363 lines (246 loc) · 21.9 KB

CHANGELOG.md

File metadata and controls

363 lines (246 loc) · 21.9 KB

Changelog

Full Changelog

Implemented enhancements:

  • Query ansible facts through ansible_facts.* namespace #143

Fixed bugs:

  • Prefix variables with role name #106

Closed issues:

  • Add CITATION.cff #125

Merged pull requests:

v1.6.1 (2023-11-07)

Full Changelog

Fixed bugs:

  • conditional check 'gitlab_ctl.stat.exists' failed #134

Merged pull requests:

  • chore: prepare release version 1.6.1 #136 (Normo)
  • fix: remove obsolete conditional check #135 (Normo)

v1.6.0 (2023-11-03)

Full Changelog

Closed issues:

  • Check for background migrations only when updating GitLab #130

Merged pull requests:

  • chore: prepare release version 1.6.0 #132 (Normo)
  • Check for background migration on GitLab update only #131 (Normo)

v1.5.0 (2023-10-19)

Full Changelog

Implemented enhancements:

  • Configure redis sentinel password #119

Closed issues:

  • Gitaly: Implement Gitaly configuration structure change #105

Merged pull requests:

v1.4.0 (2023-01-11)

Full Changelog

Merged pull requests:

v1.3.0 (2022-12-05)

Full Changelog

Implemented enhancements:

  • Add support for Ubuntu 22.04 #18

Closed issues:

  • Update package cache in check-mode #70
  • Switch to molecule-podman #33
  • Remove Centos 8 and add support for AlmaLinux 8 #4

Merged pull requests:

v1.2.0 (2022-10-21)

Full Changelog

Implemented enhancements:

  • Improve Molecule verification step #35
  • Add badges to README #6
  • Add Debian 11 (bullseye) as platform #50 (flyinggecko)
  • Use FQCN throughout the whole project #10 (tobiashuste)

Fixed bugs:

  • Molecule folder not linted by molecule #52
  • Update issue tracker in Ansible Galaxy meta information #7
  • Specify Debian 11 correctly in role metadata #56 (tobiashuste)
  • Lint molecule files via ansible-lint #53 (christianhueserhzdr)

Closed issues:

  • Use FQCN everywhere #9
  • Add a contribution guide #11
  • Add auto-generated CHANGELOG file #8

Merged pull requests:

Changed

  • Update Python dependencies and use Python 3.9 in GitLab CI (!49 by tobiashuste).
  • Add role variable to specify apt key identifier (!50 by Normo).

v1.1.0 - 2021-12-08

List of commits

Added

  • Add galaxy namespace to role metadata (!44 by Normo).

Changed

  • Replace include with import_tasks (!45 by Normo).
  • Bump Python dependencies to the latest versions (!42 by tobiashuste).
  • Prevent restarting puma and sidekiq services in Mattermost only context (!46 by Normo).
  • Install latest available GitLab version if no version has been pinned (!47 by Normo).

v1.0.2 - 2021-06-29

List of commits

Fixed

v1.0.1 - 2021-03-16

List of commits

Fixed

  • Stop role execution after failed apt package installation (!39 by Normo).

v1.0.0 - 2021-03-03

List of commits

Added

  • Automate role import into Ansible Galaxy via GitHub Actions (!34 by Normo).
  • Merge gitlab_base into gitlab role (!32 by Normo).
  • Reconfigure GitLab if a previous reconfiguration had failed (!35 by Normo).

Changed

  • Upgrade project dependencies (!33 by Normo).
  • Use fully qualified collection names (!36 by Normo).

v0.5.0 - 2021-01-18

List of commits

Added

  • Add handlers to restart puma and sidekiq (!30 by Normo).

v0.4.0 - 2020-10-13

List of commits

Added

  • Supply generic way to configure GitLab via Ansible variables that are translated to Ruby function calls (!27 by christian.hueser.hzdr).

Changed

v0.3.4 - 2020-09-24

List of commits

Fixed

v0.3.3 - 2020-09-10

List of commits

Fixed

v0.3.2 - 2020-09-10

List of commits

Fixed

  • Handler 'Reconfigure GitLab' needs to listens to handler 'GitLab has been installed or upgraded' (!19 by christian.hueser.hzdr).

v0.3.1 - 2020-09-09

List of commits

Fixed

  • Fix reconfigure handler not run when GitLab package is upgraded (!17 by tobiashuste).

v0.3.0 - 2020-09-08

List of commits

Added

v0.2.0 - 2020-08-26

List of commits

Added

  • Implement a basic configuration for the container registry (!14 by tobiashuste).

v0.1.1 - 2020-08-21

List of commits

Fixed

v0.1.0 - 2020-08-20

Added

Initial release of the Ansible GitLab Role.

* This Changelog was automatically generated by github_changelog_generator