Skip to content

Commit 15f4cb8

Browse files
committed
Prepare release 1.4.0-1
1 parent bdb948e commit 15f4cb8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

puppet-jens.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Jens is a Puppet modules/hostgroups librarian
22
Name: puppet-jens
3-
Version: 1.3.0
3+
Version: 1.4.0
44
Release: 1%{?dist}
55

66
License: GPLv3
@@ -74,6 +74,10 @@ install -p -m 644 systemd/jens-purge-queue.service %{buildroot}%{_unitdir}/jens-
7474
%{_unitdir}/jens-purge-queue.service
7575

7676
%changelog
77+
* Mon Mar 13 2023 Nacho Barrientos <[email protected]> - 1.4.0-1
78+
- Gitlab producer: Return 201 if the hint can be enqueued.
79+
- Gitlab producer: Return 200 if the hinted repository is not part of the library.
80+
7781
* Tue Jan 17 2023 Nacho Barrientos <[email protected]> - 1.3.0-1
7882
- Switch to semanting versioning.
7983
- Add support for Gitlab webhook tokens.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from distutils.core import setup
55

66
setup(name='jens',
7-
version='1.3.0',
7+
version='1.4.0',
88
description='Jens is a Puppet modules/hostgroups librarian',
99
classifiers=[
1010
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)