8000 chore: release v4.12.0 · mschoettle/python-gitlab@27dbbe7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 27dbbe7

Browse files
author
semantic-release
committed
chore: release v4.12.0
1 parent 29f617d commit 27dbbe7

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# CHANGELOG
22

3+
## v4.12.0 (2024-09-28)
4+
5+
### Chore
6+
7+
* chore(deps): update all non-major dependencies ([`ae132e7`](https://github.com/python-gitlab/python-gitlab/commit/ae132e7a1efef6b0ae2f2a7d335668784648e3c7))
8+
9+
* chore: update pylint to 3.3.1 and resolve issues (#2997)
10+
11+
pylint 3.3.1 appears to have added "too-many-positional-arguments"
12+
check with a value of 5.
13+
14+
I don't disagree with this, but we have many functions which exceed
15+
this value. We might think about converting some of positional
16+
arguments over to keyword arguments in the future. But that is for
17+
another time.
18+
19+
For now disable the check across the project. ([`a0729b8`](https://github.com/python-gitlab/python-gitlab/commit/a0729b83e63bcd74f522bf57a87a5800b1cf19d1))
20+
21+
* chore(deps): update dependency types-setuptools to v75 ([`a2ab54c`](https://github.com/python-gitlab/python-gitlab/commit/a2ab54ceb40eca1e6e71f7779a418591426b2b2c))
22+
23+
* chore(deps): update gitlab/gitlab-ee docker tag to v17.4.0-ee.0 ([`8601808`](https://github.com/python-gitlab/python-gitlab/commit/860180862d952ed25cf95df1a4f825664f7e1c4b))
24+
25+
* chore(deps): update all non-major dependencies ([`10ee58a`](https://github.com/python-gitlab/python-gitlab/commit/10ee58a01fdc8071f29ae0095d9ea8a4424fa728))
26+
27+
* chore(deps): update gitlab/gitlab-ee docker tag to v17.3.2-ee.0 ([`5cd1ab2`](https://github.com/python-gitlab/python-gitlab/commit/5cd1ab202e3e7b64d626d2c4e62b1662a4285015))
28+
29+
### Feature
30+
31+
* feat(build): build multi-arch images (#2987) ([`29f617d`](https://github.com/python-gitlab/python-gitlab/commit/29f617d7d368636791baf703ecdbd22583356674))
32+
33+
* feat: introduce related_issues to merge requests (#2996) ([`174d992`](https://github.com/python-gitlab/python-gitlab/commit/174d992e49f1e5171fee8893a1713f30324bbf97))
34+
35+
### Fix
36+
37+
* fix(api): head requests for projectfilemanager (#2977)
38+
39+
* fix(api): head requests for projectfilemanager
40+
41+
---------
42+
43+
Co-authored-by: Patrick Evans <patrick.evans@gehealthcare.com>
44+
Co-authored-by: Nejc Habjan <hab.nejc@gmail.com> ([`96a18b0`](https://github.com/python-gitlab/python-gitlab/commit/96a18b065dac4ce612a128f03e2fc6d1b4ccd69e))
45+
346
## v4.11.1 (2024-09-13)
447

548
### Fix

gitlab/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__email__ = "gauvainpocentek@gmail.com"
44
__license__ = "LGPL3"
55
__title__ = "python-gitlab"
6-
__version__ = "4.11.1"
6+
__version__ = "4.12.0"

0 commit comments

Comments
 (0)
0