Skip to content

Commit 1add8ce

Browse files
authored
Merge pull request #63559 from nextcloud/chore/master-is-now-36
🚀 Master is now 36
2 parents c04a0d3 + 7e356a4 commit 1add8ce

43 files changed

Lines changed: 143 additions & 77 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
@@ -74,7 +74,8 @@ body:
7474
- "32"
7575
- "33"
7676
- "34"
77-
- "35 (master)"
77+
- "35"
78+
- "36 (master)"
7879
validations:
7980
required: true
8081
- type: dropdown

.github/dependabot.yml

Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ updates:
1616
labels:
1717
- "3. to review"
1818
- "feature: dependencies"
19+
cooldown:
20+
default-days: 7
1921

2022
# Main composer (linting, testing, openapi)
2123
- package-ecosystem: composer
@@ -37,6 +39,8 @@ updates:
3739
- "feature: dependencies"
3840
open-pull-requests-limit: 20
3941
versioning-strategy: increase
42+
cooldown:
43+
default-days: 7
4044

4145
# Main master npm frontend dependencies
4246
- package-ecosystem: npm
@@ -77,7 +81,7 @@ updates:
7781

7882
# Composer dependencies for linting and testing
7983
- package-ecosystem: composer
80-
target-branch: stable34
84+
target-branch: stable35
8185
directories:
8286
- "/"
8387
- "/vendor-bin/behat"
@@ -91,6 +95,8 @@ updates:
9195
day: saturday
9296
time: "03:30"
9397
timezone: Europe/Paris
98+
cooldown:
99+
default-days: 7
94100
labels:
95101
- "3. to review"
96102
- "feature: dependencies"
@@ -101,7 +107,7 @@ updates:
101107

102108
# frontend dependencies
103109
- package-ecosystem: npm
104-
target-branch: stable34
110+
target-branch: stable35
105111
directories:
106112
- "/"
107113
- "/build/frontend"
@@ -137,6 +143,58 @@ updates:
137143

138144
# Older stable releases
139145

146+
# Composer dependencies for linting and testing
147+
- package-ecosystem: composer
148+
target-branch: stable34
149+
directories:
150+
- "/"
151+
- "/vendor-bin/behat"
152+
- "/vendor-bin/cs-fixer"
153+
- "/vendor-bin/openapi-extractor"
154+
- "/vendor-bin/phpunit"
155+
- "/vendor-bin/psalm"
156+
schedule:
157+
interval: weekly
158+
day: saturday
159+
time: "04:30"
160+
timezone: Europe/Paris
161+
cooldown:
162+
default-days: 7
163+
labels:
164+
- "3. to review"
165+
- "feature: dependencies"
166+
ignore:
167+
# only patch updates on stable branches
168+
- dependency-name: "*"
169+
update-types: ["version-update:semver-major", "version-update:semver-minor"]
170+
171+
# frontend dependencies
172+
- package-ecosystem: npm
173+
target-branch: stable34
174+
directories:
175+
- "/"
176+
- "/build/frontend"
177+
- "/build/frontend-legacy"
178+
schedule:
179+
interval: weekly
180+
day: saturday
181+
time: "04:30"
182+
timezone: Europe/Paris
183+
cooldown:
184+
default-days: 4
185+
semver-major-days: 8
186+
labels:
187+
- "3. to review"
188+
- "feature: dependencies"
189+
open-pull-requests-limit: 20
190+
versioning-strategy: increase
191+
# Disable automatic rebasing because without a build CI will likely fail anyway
192+
rebase-strategy: "disabled"
193+
ignore:
194+
# no major updates on stable branches
195+
- dependency-name: "*"
196+
update-types: ["version-update:semver-major"]
197+
140198
# Composer dependencies for linting and testing
141199
- package-ecosystem: composer
142200
target-branch: stable33
@@ -152,6 +210,8 @@ updates:
152210
day: saturday
153211
time: "04:30"
154212
timezone: Europe/Paris
213+
cooldown:
214+
default-days: 7
155215
labels:
156216
- "3. to review"
157217
- "feature: dependencies"
@@ -202,6 +262,8 @@ updates:
202262
day: saturday
203263
time: "04:30"
204264
timezone: Europe/Paris
265+
cooldown:
266+
default-days: 7
205267
labels:
206268
- "3. to review"
207269
- "feature: dependencies"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
matrix:
2727
branches:
2828
- ${{ github.event.repository.default_branch }}
29+
- 'stable35'
2930
- 'stable34'
3031
- 'stable33'
3132
- 'stable32'

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
matrix:
2020
branches:
2121
- ${{ github.event.repository.default_branch }}
22+
- 'stable35'
2223
- 'stable34'
2324
- 'stable33'
2425
- 'stable32'

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
matrix:
2020
branches:
2121
- ${{ github.event.repository.default_branch }}
22+
- 'stable35'
2223
- 'stable34'
2324
- 'stable33'
2425
- 'stable32'

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>2.0.0-dev.0</version>
13+
<version>3.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="35" max-version="35"/>
23+
<nextcloud min-version="36" max-version="36"/>
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,15 +9,15 @@
99
<name>Nextcloud Appstore</name>
1010
<summary>Nextcloud Appstore</summary>
1111
<description>Nextcloud Appstore</description>
12-
<version>2.0.0-dev.0</version>
12+
<version>3.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="35" max-version="35"/>
20+
<nextcloud min-version="36" max-version="36"/>
2121
</dependencies>
2222

2323
<navigations>

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>2.0.0-dev.0</version>
12+
<version>3.0.0-dev.0</version>
1313
<licence>agpl</licence>
1414
<author>Bjoern Schiessle</author>
1515
<namespace>CloudFederationAPI</namespace>
@@ -19,7 +19,7 @@
1919
<category>integration</category>
2020
<bugs>https://github.com/nextcloud/server/issues</bugs>
2121
<dependencies>
22-
<nextcloud min-version="35" max-version="35"/>
22+
<nextcloud min-version="36" max-version="36"/>
2323
</dependencies>
2424

2525
<background-jobs>

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>2.0.0-dev.0</version>
13+
<version>3.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="35" max-version="35"/>
24+
<nextcloud min-version="36" max-version="36"/>
2525
</dependencies>
2626

2727
<activity>

0 commit comments

Comments
 (0)