Gitlabform

Latest version: v4.2.0

Safety actively analyzes 723144 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 15

3.1.2

* Make setting project-level CI/CI variables with a non-default different `environment_scope` work again. Fixes [411](https://github.com/gitlabform/gitlabform/issues/411), PR [#414](https://github.com/gitlabform/gitlabform/pull/414).

3.1.1

* Fixed error when passing the GitLab token in the config file with single or double quotes. Fixes [401](https://github.com/gitlabform/gitlabform/issues/401), PR [#412](https://github.com/gitlabform/gitlabform/pull/412).

3.1.0

* **Add support for Resource groups**. Implements [341](https://github.com/gitlabform/gitlabform/issues/341). PR [#369](https://github.com/gitlabform/gitlabform/pull/369).
* Fix Integrations documentation. PR [402](https://github.com/gitlabform/gitlabform/pull/402).

Thanks to [ep-linden](https://github.com/ep-linden) from [Elastic Path](https://www.elasticpath.com/) and to [L154x](https://github.com/L154x) for their contribution!

3.0.0

This is a major new version with some backward incompatibility. Please follow [the upgrade guide](https://gitlabform.github.io/gitlabform/upgrade/) for a fast and safe upgrade.

New features/bugfixes:

* **Subgroups now _do_ inherit the settings from their groups.** It should have worked like this already, but it did not because of a [bug 372](https://github.com/gitlabform/gitlabform/issues/372) fixed in [PR #385](https://github.com/gitlabform/gitlabform/pull/385). (Please use `inherit: false` to keep the old behavior. See [the upgrade guide](https://gitlabform.github.io/gitlabform/upgrade/) for more info.),
* **Shorter and easier to read errors** (full stacktrace shown only when `--debug` is enabled),

Backward-incompatible maintenance changes:

* **Require GitLab version >= 14.4** (released in Oct 2021) as it contains the [required API rename](https://gitlab.com/gitlab-org/gitlab/-/issues/334500),
* **Require Python version >= 3.7** (as 3.6 is EOL since Dec 2021) and update many dependencies that have required it,
* **Drop support for a lot of deprecated configuration syntax** that the app has warned about:
* branch protection - no more `developers_can_push`, `developers_can_merge`, use `push_access_level`, `merge_access_level` etc. instead,
* group members - no more `group_shared_with`, `enforce_group_members`, `group_access_level`, use `group_members`, `group_members.enforce`, `group_access` instead,
* services/integrations - no more `recreate`,
* **Rename some configuration sections** following the renames made in GitLab:
* `services` -> `integrations`,
* `secret_variables` -> `variables`,
* `group_secret_variables` -> `group_variables`,
* Drop the Debian-based Docker image (it's practically unused - you can maintain your own, if you needed it),
* _(For users of this app as a library)_ Rename some API methods, remove deprecated ones:
* `protect_branch()` is now the method using the new API, the method using the old one has been removed,
* `branch_code_owner_approval_required()` -> `set_branch_code_owner_approval_required()`.
* `delete_legacy_approvers()` has been removed,
* all the methods with `service(s)`/`secret_variable(s)`/`group_secret_variable(s)` in their names have been renamed to contain `integration(s)`/`variable(s)`/`group_variables(s)`.

Thanks to the contributors of this release: [ep-linden](https://github.com/ep-linden) from [Elastic Path](https://www.elasticpath.com/).

2.12.0

* Update base Docker images:
* from Python 3.9 and Alpine 3.14 to Python 3.10 and Alpine 3.16,
* from Python 3.9 and Debian 10 (Buster) to Python 3.10 and Debian 11 (Bullseye).
* Fix Group CI/CD Variables not honoring `protected` and `masked` values set to `false`. Fixes [384](https://github.com/gitlabform/gitlabform/issues/384).

2.11.1post3

* Moved the project from `gitlabform/gitlabform` to `gitlabform/gitlabform`. Stopped publishing new images to the old `egnyte/gitlabform` Docker registry.

Page 10 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.