Skip to content

Commit 0a24ae5

Browse files
Merge pull request #60391 from nextcloud/chore/master-is-now-35
🚀 Master is now 35
2 parents 48ac491 + 36a9407 commit 0a24ae5

43 files changed

Lines changed: 172 additions & 93 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ body:
7373
options:
7474
- "32"
7575
- "33"
76-
- "34 (master)"
76+
- "34"
77+
- "35 (master)"
7778
validations:
7879
required: true
7980
- type: dropdown

.github/dependabot.yml

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ updates:
7474

7575
# Composer dependencies for linting and testing
7676
- package-ecosystem: composer
77-
target-branch: stable33
77+
target-branch: stable34
7878
directories:
7979
- "/"
8080
- "/vendor-bin/behat"
@@ -98,7 +98,7 @@ updates:
9898

9999
# frontend dependencies
100100
- package-ecosystem: npm
101-
target-branch: stable33
101+
target-branch: stable34
102102
directories:
103103
- "/"
104104
- "/build/frontend"
@@ -133,6 +133,52 @@ updates:
133133

134134
# Older stable releases
135135

136+
# Composer dependencies for linting and testing
137+
- package-ecosystem: composer
138+
target-branch: stable33
139+
directories:
140+
- "/"
141+
- "/vendor-bin/behat"
142+
- "/vendor-bin/cs-fixer"
143+
- "/vendor-bin/openapi-extractor"
144+
- "/vendor-bin/phpunit"
145+
- "/vendor-bin/psalm"
146+
schedule:
147+
interval: weekly
148+
day: saturday
149+
time: "04:30"
150+
timezone: Europe/Paris
151+
labels:
152+
- "3. to review"
153+
- "feature: dependencies"
154+
ignore:
155+
# only patch updates on stable branches
156+
- dependency-name: "*"
157+
update-types: ["version-update:semver-major", "version-update:semver-minor"]
158+
159+
# frontend dependencies
160+
- package-ecosystem: npm
161+
target-branch: stable33
162+
directory: "/"
163+
schedule:
164+
interval: weekly
165+
day: saturday
166+
time: "04:30"
167+
timezone: Europe/Paris
168+
cooldown:
169+
default-days: 4
170+
semver-major-days: 8
171+
open-pull-requests-limit: 20
172+
labels:
173+
- "3. to review"
174+
- "feature: dependencies"
175+
# Disable automatic rebasing because without a build CI will likely fail anyway
176+
rebase-strategy: "disabled"
177+
ignore:
178+
# no major updates on stable branches
179+
- dependency-name: "*"
180+
update-types: ["version-update:semver-major"]
181+
136182
# Composer dependencies for linting and testing
137183
- package-ecosystem: composer
138184
target-branch: stable32

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,21 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
branches: ['master', 'stable33', 'stable32', 'stable31', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
20+
branches:
21+
- ${{ github.event.repository.default_branch }}
22+
- 'stable34'
23+
- 'stable33'
24+
- 'stable32'
25+
- 'stable31'
26+
- 'stable30'
27+
- 'stable29'
28+
- 'stable28'
29+
- 'stable27'
30+
- 'stable26'
31+
- 'stable25'
32+
- 'stable24'
33+
- 'stable23'
34+
- 'stable22'
2135

2236
name: update-ca-certificate-bundle-${{ matrix.branches }}
2337

.github/workflows/update-code-signing-crl.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,21 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
branches: ['master', 'stable33', 'stable32', 'stable31', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
20+
branches:
21+
- ${{ github.event.repository.default_branch }}
22+
- 'stable34'
23+
- 'stable33'
24+
- 'stable32'
25+
- 'stable31'
26+
- 'stable30'
27+
- 'stable29'
28+
- 'stable28'
29+
- 'stable27'
30+
- 'stable26'
31+
- 'stable25'
32+
- 'stable24'
33+
- 'stable23'
34+
- 'stable22'
2135

2236
name: update-code-signing-crl-${{ matrix.branches }}
2337

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.24.0</version>
13+
<version>2.0.0-dev.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="34" max-version="34"/>
23+
<nextcloud min-version="35" max-version="35"/>
2424
</dependencies>
2525
<background-jobs>
2626
<job>OCA\AdminAudit\BackgroundJobs\Rotate</job>

apps/appstore/appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<name>Nextcloud Appstore</name>
1010
<summary>Nextcloud Appstore</summary>
1111
<description>Nextcloud Appstore</description>
12-
<version>1.0.0</version>
12+
<version>2.0.0-dev.0</version>
1313
<licence>agpl</licence>
1414
<author>Nextcloud</author>
1515
<namespace>Appstore</namespace>
1616

1717
<category>customization</category>
1818
<bugs>https://github.com/nextcloud/server/issues</bugs>
1919
<dependencies>
20-
<nextcloud min-version="34" max-version="34"/>
20+
<nextcloud min-version="35" max-version="35"/>
2121
</dependencies>
2222
</info>

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.18.0</version>
12+
<version>2.0.0-dev.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="34" max-version="34"/>
22+
<nextcloud min-version="35" max-version="35"/>
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.24.0</version>
13+
<version>2.0.0-dev.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="34" max-version="34"/>
24+
<nextcloud min-version="35" max-version="35"/>
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.15.0</version>
12+
<version>2.0.0-dev.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="34" max-version="34"/>
24+
<nextcloud min-version="35" max-version="35"/>
2525
</dependencies>
2626
<background-jobs>
2727
<job>OCA\ContactsInteraction\BackgroundJob\CleanupJob</job>

0 commit comments

Comments
 (0)