Skip to content

Releases: gitlabform/gitlabform

v5.5.4

26 May 14:26

Choose a tag to compare

5.5.4

Build

  • Simplify publishing to GHCR to remove direct need to check PyPi before building Docker image. (timknight01)

We can now confirm the Container Image is publishing correctly after swapping to uv as our tooling manager, apologies for the delays in this

v5.5.3

26 May 13:55

Choose a tag to compare

5.5.3

Build

  • Fix issue where uv could not install gitlabform from pypi when publishing to GHCR. (timknight01)

v5.5.2

26 May 13:26

Choose a tag to compare

5.5.2

Build

  • Fix issue where uv would infintely wait for PyPi even when release was available. (timknight01)

v5.5.1

26 May 09:10

Choose a tag to compare

5.5.1

Build

  • Fix issue where tagged images were no longer being published to Github Container Registry #1291. (amimas)

Thanks to all the contributors of this release!

v5.5.0

21 May 13:22

Choose a tag to compare

5.5.0

Features

Dependencies

  • Update various dependencies to newer versions.

Thanks to all the contributors of this release!

v5.4.0

14 May 13:29

Choose a tag to compare

5.4.0

Build

Documentation

  • fix broken documentation links in protected_branches #1276. (ktdreyer)

Dependencies

  • Update various dependencies to newer versions.

Thanks to all the contributors of this release!

v5.3.0

15 Apr 14:51

Choose a tag to compare

Features

  • add support for not including projects that are scheduled for deletion #1240. (rickbrouwer)

Build

Thanks to all the contributors of this release!

v5.2.0

14 Apr 15:04

Choose a tag to compare

5.2.0

Features

  • Replace cli_ui with native logging to improve messaging consistency #1218. (TimKnight01))
    • Cli_UI was deprecated in Feb 2026: https://github.com/your-tools/python-cli-ui
    • resolves: #920
    • previous "verbose" logging and cli flag -v is retained, with those logs output at INFO level
    • by default logging level set to WARNING
    • uses Rich's direct console logger to nicely format the processing and version info into CLI

Dependencies

  • Update various dependencies to newer version.

Thanks to all the contributors of this release!

v5.1.1

10 Apr 09:48

Choose a tag to compare

Bug Fixes

  • KeyError: 'inherit' when using inherit: false in nested config sections with repeated key names #1238. (sentoz)
  • Branch protection to support deploy key id #1232. (amimas)

Dependencies

  • Update various dependencies to newer version.

Thanks to all the contributors of this release!

v5.1.0

02 Apr 09:39

Choose a tag to compare

Deprecations

  • GitLab versions <16 are Deprecated and will be removed in v7 #1215. (timknight01

Bug Fixes

  • Reduce excessive Info level logs from Branches Protection #1224. (amimas)
  • Hooks processor should error gracefully against Community Edition #1213. (timknight01)

Build

  • Ensure standard acceptance tests are run against GitLab Community Edition in addition to Enterprise Edition #1225 (timknight01)

Tests

Dependencies

  • Update various dependencies to newer version.

Thanks to all the contributors of this release!