Skip to content

Commit b44733a

Browse files
committed
chore: release 1.12.1
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 8b3b751 commit b44733a

File tree

5 files changed

+125
-11
lines changed

5 files changed

+125
-11
lines changed

CHANGELOG.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
<!--
2+
- SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
3+
- SPDX-License-Identifier: AGPL-3.0-or-later
4+
-->
5+
# 1.12.1 - 18 Feb 2025
6+
7+
- Fix UI
8+
9+
# 1.12.0 - 20 Aug 2024
10+
11+
- Support for Nextcloud 30
12+
13+
# 1.11.0 - 07 Mar 2024
14+
15+
- Support Nextcloud 29
16+
- Migrated to vite
17+
18+
# 1.10.0 - 19 Dec 2023
19+
20+
Compatibility with Nextcloud 28
21+
22+
# 1.9.0 - 15 May 2023
23+
24+
Compatibility with Nextcloud 27
25+
26+
# 1.8.0 - 20 Apr 2023
27+
28+
- Nextcloud 26 support
29+
30+
# 1.7.0 - 02 Nov 2022
31+
32+
* Nextcloud 25 support
33+
* Use LDAP passwd exop to set password of new users nextcloud/ldap_write_support#503
34+
* Modernize javascript code nextcloud/ldap_write_support#519
35+
* supply uri to ldap_connect nextcloud/ldap_write_support#524
36+
* PHP 8.1 support nextcloud/ldap_write_support#517
37+
38+
# 1.6.0 - 02 Nov 2022
39+
40+
* Nextcloud 24 support
41+
* Modernize javascript code [#520](https://github.com/nextcloud/ldap_write_support/issues/520)
42+
* supply uri to ldap_connect [#525](https://github.com/nextcloud/ldap_write_support/issues/525)
43+
* PHP 8.1 support [#518](https://github.com/nextcloud/ldap_write_support/issues/518)
44+
45+
# 1.4.0 - 15 Jul 2021
46+
47+
https://github.com/nextcloud-releases/ldap_write_support/releases/tag/v1.4.0
48+
49+
# 1.3.0 - 29 Jan 2021
50+
51+
* Nextcloud 21 support
52+
53+
# 1.2.1 - 29 Jan 2021
54+
55+
* dependency updates
56+
57+
# 1.2.0 - 13 Nov 2020
58+
59+
* [ldap_write_support#144](https://github.com/nextcloud/ldap_write_support/pull/144) Fix account creation with the registration app
60+
* [ldap_write_support#146](https://github.com/nextcloud/ldap_write_support/pull/146) Fix new account template
61+
* [ldap_write_support#165](https://github.com/nextcloud/ldap_write_support/pull/165) Update tests and bump max version
62+
* [ldap_write_support#178](https://github.com/nextcloud/ldap_write_support/pull/178) Do not use custom DI object names for user_ldap
63+
* [ldap_write_support#189](https://github.com/nextcloud/ldap_write_support/pull/189) Update LDAPUserManager.php error in split with ':'
64+
* [ldap_write_support#190](https://github.com/nextcloud/ldap_write_support/pull/190) Do not trigger loading of user_ldap if it is alreay loaded
65+
* [ldap_write_support#205](https://github.com/nextcloud/ldap_write_support/pull/205) Implements ibootstrap and cleans up code
66+
* [ldap_write_support#234](https://github.com/nextcloud/ldap_write_support/pull/234) Works around calling occ issue on integration tests by relying on APi
67+
* depndency updates
68+
69+
# 1.1.0 - 17 Jan 2020
70+
71+
## Added
72+
73+
* Nextcloud 18 compatibility
74+
75+
## Changed
76+
77+
* ensure app is instantiated just once [#72](https://github.com/nextcloud/ldap_write_support/issues/72)
78+
* updated dependencies
79+
80+
# 1.0.2 - 19 Jul 2019
81+
82+
## Added
83+
84+
* use password exop (for NC 16) when it makes sense [#27](https://github.com/nextcloud/ldap_write_support/issues/27)
85+
86+
## Fixed
87+
88+
* does not execute any group actions when they are disabled by backend [#28](https://github.com/nextcloud/ldap_write_support/issues/28)
89+
90+
# 1.0.1 - 28 Jun 2019
91+
92+
## Fixes
93+
94+
* do not log success as error, fixes [#3](https://github.com/nextcloud/ldap_write_support/issues/3)
95+
* clear error message when acting admin is not from LDAP despite requirement
96+
* fallback to the general base if user or group base was not set. Fixes [#4](https://github.com/nextcloud/ldap_write_support/issues/4)
97+
98+
# 1.0.0 - 27 Jun 2019
99+
100+
* Initial release

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* auto generate a user ID (optional)
1212
* and more behavioral switches
1313
]]></description>
14-
<version>1.12.0</version>
14+
<version>1.12.1</version>
1515
<licence>agpl</licence>
1616
<author mail="alan@eita.org.br" homepage="http://eita.org.br">Alan Freihof Tygel</author>
1717
<author mail="blizzz@arthur-schiwon.de" homepage="https://arthur-schiwon.de">Arthur Schiwon</author>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ldap_write_support",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "Adds write support to the LDAP backend",
55
"private": true,
66
"author": "Arthur Schiwon",

release.sh

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
#!/bin/sh
2+
#
3+
# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
4+
# SPDX-License-Identifier: AGPL-3.0-or-later
25

36
# Stop at first error
47
set -e
58

69
# Use version from changelog
710
# version=$(head -n1 CHANGELOG.md|cut -d"v" -f2);
8-
version=$1
9-
echo "Releasing version $version";
11+
version=$(grep '^# ' CHANGELOG.md|head -n1|cut -d' ' -f2|cut -d' ' -f1);
12+
# version=$1
13+
# The target branch, defaults to the current branch
14+
target=${2:-$(git branch --show-current)}
15+
16+
if [ $(git branch --show-current) != $target ]; then
17+
if ! git switch $target > /dev/null; then
18+
echo "Target branch does not exist, please enter a valid branch name"
19+
exit 1
20+
fi
21+
fi
22+
23+
echo "Releasing version $version on branch $target";
1024

1125
# Ask for confirmation
1226
read -r -p "Are you sure? [y/N] " input
@@ -32,10 +46,10 @@ case $input in
3246
[yY][eE][sS]|[yY])
3347
echo "You say Yes"
3448
# Bump version in info.xml
35-
sed -i -E "s|^\t<version>.+</version>|\t<version>$version</version>|" appinfo/info.xml
49+
sed -i -E "s|^ <version>.+</version>| <version>$version</version>|" appinfo/info.xml
3650

3751
# Add changed files to git
38-
# git add CHANGELOG.md
52+
git add CHANGELOG.md
3953
git add appinfo/info.xml
4054

4155
# Bump npm version, commit and tag
@@ -70,6 +84,6 @@ case $input in
7084
;;
7185
esac
7286

73-
echo https://github.com/nextcloud/ldap_write_support/tags
74-
echo https://github.com/nextcloud-releases/ldap_write_support/tags
75-
# https://github.com/nextcloud/ldap_write_support/releases/new?tag=v1.10.0
87+
# Then manually:
88+
echo "Create release on github from tag on https://github.com/nextcloud/ldap_write_support/tags"
89+
echo "Create release on github from tag on https://github.com/nextcloud-releases/ldap_write_support/tags"

0 commit comments

Comments
 (0)