Skip to content

Commit 108972a

Browse files
authored
Merge pull request #50330 from nextcloud/chore/master-is-now-32
2 parents be557ca + c8abc73 commit 108972a

File tree

40 files changed

+82
-82
lines changed

40 files changed

+82
-82
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ body:
7070
Select Nextcloud Server version.
7171
_Versions not listed here are not maintained and not supported anymore_
7272
options:
73-
- "28"
7473
- "29"
7574
- "30"
75+
- "31"
7676
- "master"
7777
validations:
7878
required: true
@@ -95,10 +95,10 @@ body:
9595
Select PHP engine version serving Nextcloud Server.
9696
_Describe in the "Additional info" section if you chose "Other"._
9797
options:
98+
- "PHP 8.4"
9899
- "PHP 8.3"
99100
- "PHP 8.2"
100101
- "PHP 8.1"
101-
- "PHP 8.0"
102102
- "Other"
103103
- type: dropdown
104104
id: webserver
@@ -132,8 +132,8 @@ body:
132132
description: |
133133
Select if bug is present after an update or on a fresh install.
134134
options:
135-
- "Updated from a MINOR version (ex. 28.0.1 to 28.0.2)"
136-
- "Upgraded to a MAJOR version (ex. 28 to 29)"
135+
- "Updated from a MINOR version (ex. 32.0.1 to 32.0.2)"
136+
- "Upgraded to a MAJOR version (ex. 31 to 32)"
137137
- "Fresh Nextcloud Server install"
138138
- type: dropdown
139139
id: encryption

.github/dependabot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ updates:
121121
day: saturday
122122
time: "03:00"
123123
timezone: Europe/Paris
124-
target-branch: stable28
124+
target-branch: stable29
125125
labels:
126126
- "3. to review"
127127
- "feature: dependencies"
@@ -140,7 +140,7 @@ updates:
140140
day: saturday
141141
time: "03:00"
142142
timezone: Europe/Paris
143-
target-branch: stable29
143+
target-branch: stable30
144144
labels:
145145
- "3. to review"
146146
- "feature: dependencies"
@@ -159,7 +159,7 @@ updates:
159159
day: saturday
160160
time: "03:00"
161161
timezone: Europe/Paris
162-
target-branch: stable30
162+
target-branch: stable31
163163
labels:
164164
- "3. to review"
165165
- "feature: dependencies"
@@ -178,7 +178,7 @@ updates:
178178
day: saturday
179179
time: "03:00"
180180
timezone: Europe/Paris
181-
target-branch: stable28
181+
target-branch: stable29
182182
labels:
183183
- "3. to review"
184184
- "feature: dependencies"
@@ -196,7 +196,7 @@ updates:
196196
day: saturday
197197
time: "03:00"
198198
timezone: Europe/Paris
199-
target-branch: stable29
199+
target-branch: stable30
200200
labels:
201201
- "3. to review"
202202
- "feature: dependencies"
@@ -214,7 +214,7 @@ updates:
214214
day: saturday
215215
time: "03:00"
216216
timezone: Europe/Paris
217-
target-branch: stable30
217+
target-branch: stable31
218218
labels:
219219
- "3. to review"
220220
- "feature: dependencies"

.github/workflows/npm-audit-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
24+
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
2525

2626
name: npm-audit-fix-${{ matrix.branches }}
2727

.github/workflows/update-cacert-bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
branches: ['master', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
17+
branches: ['master', 'stable31', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
1818

1919
name: update-ca-certificate-bundle-${{ matrix.branches }}
2020

3rdparty

apps/admin_audit/appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<name>Auditing / Logging</name>
1111
<summary>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</summary>
1212
<description>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</description>
13-
<version>1.21.0</version>
13+
<version>1.22.0</version>
1414
<licence>agpl</licence>
1515
<author>Nextcloud</author>
1616
<namespace>AdminAudit</namespace>
@@ -20,7 +20,7 @@
2020
<category>monitoring</category>
2121
<bugs>https://github.com/nextcloud/server/issues</bugs>
2222
<dependencies>
23-
<nextcloud min-version="31" max-version="31"/>
23+
<nextcloud min-version="32" max-version="32"/>
2424
</dependencies>
2525
<background-jobs>
2626
<job>OCA\AdminAudit\BackgroundJobs\Rotate</job>

apps/cloud_federation_api/appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>Cloud Federation API</name>
1010
<summary>Enable clouds to communicate with each other and exchange data</summary>
1111
<description>The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data.</description>
12-
<version>1.14.0</version>
12+
<version>1.15.0</version>
1313
<licence>agpl</licence>
1414
<author>Bjoern Schiessle</author>
1515
<namespace>CloudFederationAPI</namespace>
@@ -19,6 +19,6 @@
1919
<category>integration</category>
2020
<bugs>https://github.com/nextcloud/server/issues</bugs>
2121
<dependencies>
22-
<nextcloud min-version="31" max-version="31"/>
22+
<nextcloud min-version="32" max-version="32"/>
2323
</dependencies>
2424
</info>

apps/comments/appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<name>Comments</name>
1111
<summary>Files app plugin to add comments to files</summary>
1212
<description>Files app plugin to add comments to files</description>
13-
<version>1.21.0</version>
13+
<version>1.22.0</version>
1414
<licence>agpl</licence>
1515
<author>Arthur Schiwon</author>
1616
<author>Vincent Petry</author>
@@ -21,7 +21,7 @@
2121
<category>social</category>
2222
<bugs>https://github.com/nextcloud/server/issues</bugs>
2323
<dependencies>
24-
<nextcloud min-version="31" max-version="31"/>
24+
<nextcloud min-version="32" max-version="32"/>
2525
</dependencies>
2626

2727
<activity>

apps/contactsinteraction/appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>Contacts Interaction</name>
1010
<summary>Manages interaction between accounts and contacts</summary>
1111
<description>Collect data about accounts and contacts interactions and provide an address book for the data</description>
12-
<version>1.12.0</version>
12+
<version>1.13.0</version>
1313
<licence>agpl</licence>
1414
<author>Christoph Wurst</author>
1515
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
@@ -21,7 +21,7 @@
2121
<category>social</category>
2222
<bugs>https://github.com/nextcloud/server/issues</bugs>
2323
<dependencies>
24-
<nextcloud min-version="31" max-version="31"/>
24+
<nextcloud min-version="32" max-version="32"/>
2525
</dependencies>
2626
<background-jobs>
2727
<job>OCA\ContactsInteraction\BackgroundJob\CleanupJob</job>

apps/dashboard/appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
The Nextcloud Dashboard is your starting point of the day, giving you an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! People can add the widgets they like and change the background to their liking.]]>
1414
</description>
15-
<version>7.11.0</version>
15+
<version>7.12.0</version>
1616
<licence>agpl</licence>
1717
<author>Julius Härtl</author>
1818
<namespace>Dashboard</namespace>
@@ -22,7 +22,7 @@ The Nextcloud Dashboard is your starting point of the day, giving you an overvie
2222
<bugs>https://github.com/nextcloud/server/issues</bugs>
2323

2424
<dependencies>
25-
<nextcloud min-version="31" max-version="31"/>
25+
<nextcloud min-version="32" max-version="32"/>
2626
</dependencies>
2727

2828
<navigations>

0 commit comments

Comments
 (0)