Skip to content

Commit 53d9e3f

Browse files
Merge pull request #44530 from nextcloud/chore/master-is-now-30
Master is now 30
2 parents 28c8a46 + 72202a3 commit 53d9e3f

File tree

37 files changed

+75
-75
lines changed

37 files changed

+75
-75
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ updates:
107107
day: saturday
108108
time: "03:00"
109109
timezone: Europe/Paris
110-
target-branch: stable26
110+
target-branch: stable27
111111
labels:
112112
- "3. to review"
113113
- "feature: dependencies"
@@ -127,7 +127,7 @@ updates:
127127
day: saturday
128128
time: "03:00"
129129
timezone: Europe/Paris
130-
target-branch: stable27
130+
target-branch: stable28
131131
labels:
132132
- "3. to review"
133133
- "feature: dependencies"
@@ -147,7 +147,7 @@ updates:
147147
day: saturday
148148
time: "03:00"
149149
timezone: Europe/Paris
150-
target-branch: stable28
150+
target-branch: stable29
151151
labels:
152152
- "3. to review"
153153
- "feature: dependencies"
@@ -160,15 +160,15 @@ updates:
160160
# Disable automatic rebasing because without a build CI will likely fail anyway
161161
rebase-strategy: "disabled"
162162

163-
# Testing StableXX composer
163+
# Testing StableXX composer
164164
- package-ecosystem: composer
165165
directory: "/build/integration"
166166
schedule:
167167
interval: weekly
168168
day: saturday
169169
time: "03:00"
170170
timezone: Europe/Paris
171-
target-branch: stable26
171+
target-branch: stable27
172172
labels:
173173
- "3. to review"
174174
- "feature: dependencies"
@@ -186,7 +186,7 @@ updates:
186186
day: saturday
187187
time: "03:00"
188188
timezone: Europe/Paris
189-
target-branch: stable27
189+
target-branch: stable28
190190
labels:
191191
- "3. to review"
192192
- "feature: dependencies"
@@ -204,7 +204,7 @@ updates:
204204
day: saturday
205205
time: "03:00"
206206
timezone: Europe/Paris
207-
target-branch: stable28
207+
target-branch: stable29
208208
labels:
209209
- "3. to review"
210210
- "feature: dependencies"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
branches: ["main", "master", "stable28", "stable27", "stable26"]
21+
branches: ["main", "master", "stable29", "stable28", "stable27"]
2222

2323
name: npm-audit-fix-${{ matrix.branches }}
2424

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
branches: ["master", "stable28", "stable27", "stable26", "stable25", "stable24", "stable23", "stable22"]
15+
branches: ["master", "stable29", "stable28", "stable27", "stable26", "stable25", "stable24", "stable23", "stable22"]
1616

1717
name: update-ca-certificate-bundle-${{ matrix.branches }}
1818

.github/workflows/update-psalm-baseline.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", "stable28", "stable27", "stable26"]
17+
branches: ["master", "stable29", "stable28", "stable27"]
1818

1919
name: update-psalm-baseline-${{ matrix.branches }}
2020

apps/admin_audit/appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Auditing / Logging</name>
66
<summary>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</summary>
77
<description>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</description>
8-
<version>1.19.0</version>
8+
<version>1.20.0</version>
99
<licence>agpl</licence>
1010
<author>Nextcloud</author>
1111
<namespace>AdminAudit</namespace>
@@ -15,7 +15,7 @@
1515
<category>monitoring</category>
1616
<bugs>https://github.com/nextcloud/server/issues</bugs>
1717
<dependencies>
18-
<nextcloud min-version="29" max-version="29"/>
18+
<nextcloud min-version="30" max-version="30"/>
1919
</dependencies>
2020
<background-jobs>
2121
<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
@@ -5,7 +5,7 @@
55
<name>Cloud Federation API</name>
66
<summary>Enable clouds to communicate with each other and exchange data</summary>
77
<description>The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data.</description>
8-
<version>1.12.0</version>
8+
<version>1.13.0</version>
99
<licence>agpl</licence>
1010
<author>Bjoern Schiessle</author>
1111
<namespace>CloudFederationAPI</namespace>
@@ -15,6 +15,6 @@
1515
<category>integration</category>
1616
<bugs>https://github.com/nextcloud/server/issues</bugs>
1717
<dependencies>
18-
<nextcloud min-version="29" max-version="29"/>
18+
<nextcloud min-version="30" max-version="30"/>
1919
</dependencies>
2020
</info>

apps/comments/appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Comments</name>
66
<summary>Files app plugin to add comments to files</summary>
77
<description>Files app plugin to add comments to files</description>
8-
<version>1.19.0</version>
8+
<version>1.20.0</version>
99
<licence>agpl</licence>
1010
<author>Arthur Schiwon</author>
1111
<author>Vincent Petry</author>
@@ -16,7 +16,7 @@
1616
<category>social</category>
1717
<bugs>https://github.com/nextcloud/server/issues</bugs>
1818
<dependencies>
19-
<nextcloud min-version="29" max-version="29"/>
19+
<nextcloud min-version="30" max-version="30"/>
2020
</dependencies>
2121

2222
<activity>

apps/contactsinteraction/appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Contacts Interaction</name>
66
<summary>Manages interaction between accounts and contacts</summary>
77
<description>Collect data about accounts and contacts interactions and provide an address book for the data</description>
8-
<version>1.10.0</version>
8+
<version>1.11.0</version>
99
<licence>agpl</licence>
1010
<author>Christoph Wurst</author>
1111
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
@@ -17,7 +17,7 @@
1717
<category>social</category>
1818
<bugs>https://github.com/nextcloud/server/issues</bugs>
1919
<dependencies>
20-
<nextcloud min-version="29" max-version="29"/>
20+
<nextcloud min-version="30" max-version="30"/>
2121
</dependencies>
2222
<background-jobs>
2323
<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
@@ -8,7 +8,7 @@
88
99
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.]]>
1010
</description>
11-
<version>7.9.0</version>
11+
<version>7.10.0</version>
1212
<licence>agpl</licence>
1313
<author>Julius Härtl</author>
1414
<namespace>Dashboard</namespace>
@@ -18,7 +18,7 @@ The Nextcloud Dashboard is your starting point of the day, giving you an overvie
1818
<bugs>https://github.com/nextcloud/server/issues</bugs>
1919

2020
<dependencies>
21-
<nextcloud min-version="29" max-version="29"/>
21+
<nextcloud min-version="30" max-version="30"/>
2222
</dependencies>
2323

2424
<navigations>

apps/dav/appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>WebDAV</name>
66
<summary>WebDAV endpoint</summary>
77
<description>WebDAV endpoint</description>
8-
<version>1.30.1</version>
8+
<version>1.31.0</version>
99
<licence>agpl</licence>
1010
<author>owncloud.org</author>
1111
<namespace>DAV</namespace>
@@ -15,7 +15,7 @@
1515
<category>integration</category>
1616
<bugs>https://github.com/nextcloud/server/issues</bugs>
1717
<dependencies>
18-
<nextcloud min-version="29" max-version="29"/>
18+
<nextcloud min-version="30" max-version="30"/>
1919
</dependencies>
2020

2121
<background-jobs>

0 commit comments

Comments
 (0)