Skip to content

Releases: be-ys-cloud/vault-gitlab-connector

v1.18.1

05 Nov 15:33
Compare
Choose a tag to compare

Dear all,

BeYs Cloud Developers Team is proud to release GitLab - HashiCorp Vault integration for Vault 1.18.1.

This build is fully backward-compatible with your previous installation, and have been tested with a GitLab 17.5.1 instance.

This build is also available as a Docker image : docker pull beyscloud/gitlab-vault:v1.18.1 (or, if you like to live dangerously, docker pull beyscloud/gitlab-vault:latest).

Please ensure you've done a backup before update, and enjoy!

v1.18.0

18 Oct 09:04
Compare
Choose a tag to compare

Dear all,

BeYs Cloud Developers Team is proud to release GitLab - HashiCorp Vault integration for Vault 1.18.0.

This build is fully backward-compatible with your previous installation, and have been tested with a GitLab 17.4.2 instance.

This build is also available as a Docker image : docker pull beyscloud/gitlab-vault:v1.18.0 (or, if you like to live dangerously, docker pull beyscloud/gitlab-vault:latest).

Please ensure you've done a backup before update, and enjoy!

v1.17.3

22 Aug 12:59
9ec79d1
Compare
Choose a tag to compare

Dear all,

BeYs Cloud Developers Team is proud to release GitLab - HashiCorp Vault integration for Vault 1.17.3.

This build is fully backward-compatible with your previous installation, and have been tested with a GitLab 17.2.2 and Gitlab 17.3.0.

This build is also available as a Docker image : docker pull beyscloud/gitlab-vault:v1.17.3 (or, if you like to live dangerously, docker pull beyscloud/gitlab-vault:latest).

Please ensure you've done a backup before update, and enjoy!

v1.16.3

04 Jun 16:35
a87ef46
Compare
Choose a tag to compare

Update to Vault v1.16.3

v1.15.6

20 Mar 16:21
d6294fb
Compare
Choose a tag to compare

Upgrade to Vault 1.15.6

Courtesy of limsedan & florian-forestier from BeYs Cloud Team.

❗ Breaking change

Starting v1.15.6, the policy layout changes. Previously, a owner right on groupA / groupB would grant access to policy groupa_groupb_owner. Now, the policy must be named groupa:groupb:owner. This change was done to prevent potential collision in group names, as _ is an allowed character in gitlab path.

Please ensure you migrated your policies before applying this update. More details in README.

Changes

  • Updated Vault connector to v1.15.6, matching last available version;
  • We are now using GraphQL API, in order to solve performance issues when retrieving large permission set.

Use this version

  • You can download this repository and run instructions in README
  • Or, you can use our pre-built image: docker pull beyscloud/gitlab-vault:v1.15.6

Contribute

Feel free to contribute to this project, by submitting a PR or fulfilling an issue !