Skip to content

Commit 26e3d51

Browse files
authored
Merge pull request #37023 from nextcloud/master-is-now-27
Master is now 27
2 parents 26696c4 + 7fdd238 commit 26e3d51

33 files changed

Lines changed: 84 additions & 66 deletions

File tree

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,9 +1238,9 @@ steps:
12381238
- name: install-talk
12391239
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
12401240
commands:
1241-
# JavaScript files are not used in integration tests so it is not needed to
1241+
# JavaScript files are not used in integration tests, so it is not needed to
12421242
# build them.
1243-
- git clone --depth 1 https://github.com/nextcloud/spreed apps/spreed
1243+
- git clone --depth 1 --branch master https://github.com/nextcloud/spreed apps/spreed
12441244
- cd apps/spreed
12451245
- composer --version
12461246
- composer self-update --2

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,24 @@ updates:
9393
- dependency-name: "*"
9494
update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
9595

96+
- package-ecosystem: npm
97+
directory: "/"
98+
schedule:
99+
interval: weekly
100+
day: saturday
101+
time: "03:00"
102+
timezone: Europe/Paris
103+
target-branch: stable26
104+
labels:
105+
- "3. to review"
106+
- "feature: dependencies"
107+
reviewers:
108+
- "nextcloud/server-dependabot"
109+
ignore:
110+
# ignore all GitHub linguist patch updates
111+
- dependency-name: "*"
112+
update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
113+
96114
# Testing StableXX composer
97115
- package-ecosystem: composer
98116
directory: "/build/integration"

.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", "stable25", "stable24", "stable23", "stable22"]
15+
branches: ["master", "stable26", "stable25", "stable24", "stable23", "stable22"]
1616

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

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.16.0</version>
8+
<version>1.17.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="26" max-version="26"/>
18+
<nextcloud min-version="27" max-version="27"/>
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.9.0</version>
8+
<version>1.10.0</version>
99
<licence>agpl</licence>
1010
<author>Bjoern Schiessle</author>
1111
<namespace>CloudFederationAPI</namespace>
@@ -15,6 +15,6 @@
1515
<category>files</category>
1616
<bugs>https://github.com/nextcloud/cloud_federation/issues</bugs>
1717
<dependencies>
18-
<nextcloud min-version="26" max-version="26"/>
18+
<nextcloud min-version="27" max-version="27"/>
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.16.0</version>
8+
<version>1.17.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="26" max-version="26"/>
19+
<nextcloud min-version="27" max-version="27"/>
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 users and contacts</summary>
77
<description>Collect data about user and contacts interactions and provide an address book for the data</description>
8-
<version>1.7.0</version>
8+
<version>1.8.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="26" max-version="26"/>
20+
<nextcloud min-version="27" max-version="27"/>
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
@@ -10,7 +10,7 @@ The Nextcloud Dashboard is your starting point of the day, giving you an
1010
overview of your upcoming appointments, urgent emails, chat messages,
1111
incoming tickets, latest tweets and much more! Users can add the widgets
1212
they like and change the background to their liking.]]></description>
13-
<version>7.6.0</version>
13+
<version>7.7.0</version>
1414
<licence>agpl</licence>
1515
<author>Julius Härtl</author>
1616
<namespace>Dashboard</namespace>
@@ -20,7 +20,7 @@ they like and change the background to their liking.]]></description>
2020
<bugs>https://github.com/nextcloud/server/issues</bugs>
2121

2222
<dependencies>
23-
<nextcloud min-version="26" max-version="26"/>
23+
<nextcloud min-version="27" max-version="27"/>
2424
</dependencies>
2525

2626
<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.25.0</version>
8+
<version>1.26.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="26" max-version="26"/>
18+
<nextcloud min-version="27" max-version="27"/>
1919
</dependencies>
2020

2121
<background-jobs>

apps/encryption/appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Please read the documentation to know all implications before you decide
1515
to enable server-side encryption.
1616
</description>
17-
<version>2.14.0</version>
17+
<version>2.15.0</version>
1818
<licence>agpl</licence>
1919
<author>Bjoern Schiessle</author>
2020
<author>Clark Tomlinson</author>
@@ -31,7 +31,7 @@
3131

3232
<dependencies>
3333
<lib>openssl</lib>
34-
<nextcloud min-version="26" max-version="26"/>
34+
<nextcloud min-version="27" max-version="27"/>
3535
</dependencies>
3636

3737
<repair-steps>

0 commit comments

Comments
 (0)