We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c27761 commit 5e0ee33Copy full SHA for 5e0ee33
2 files changed
CHANGELOG.md
@@ -2,6 +2,22 @@
2
3
All versions below are listed in reverse chronological order.
4
5
+## v8.3.0 (2026-04-28)
6
+
7
+### Bug Fixes
8
9
+- **api**: Update CI/CD variable create and update attributes
10
+ ([`849301b`](https://github.com/python-gitlab/python-gitlab/commit/849301b830b0d4f76ab85ffa3f39b22a6e628df9))
11
12
+- **mixins**: Register service account token classes in RotateMixin CLI actions
13
+ ([`2cf430b`](https://github.com/python-gitlab/python-gitlab/commit/2cf430b9c55c88f1d43fd31122a022dda0a88700))
14
15
+### Features
16
17
+- **api**: Add full service account support at instance, group, and project level
18
+ ([`feb6ced`](https://github.com/python-gitlab/python-gitlab/commit/feb6cedeffa75ef386ef13a3226bc07bcb396f61))
19
20
21
## v8.2.0 (2026-03-28)
22
23
### Documentation
gitlab/_version.py
@@ -3,4 +3,4 @@
__email__ = "gauvainpocentek@gmail.com"
__license__ = "LGPL3"
__title__ = "python-gitlab"
-__version__ = "8.2.0"
+__version__ = "8.3.0"
0 commit comments