Skip to content

Commit 2326f83

Browse files
authored
Upgrade COS image (#8716)
* Upgrade COS image * bump runtimeVersion
1 parent fc5306b commit 2326f83

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Important changes to data models, configuration, and migrations between each
22
AppEngine version, listed here to ease deployment and troubleshooting.
33

44
## Next Release (replace with git tag when deployed)
5-
* Bump runtimeVersion to `2025.04.15`.
5+
* Bump runtimeVersion to `2025.04.24`.
66
* Upgraded stable Flutter analysis SDK to `3.29.3`.
77
* Upgraded pana to `0.22.21`.
88
* Note: after the release we should update the load balancer rules to also include the `/api/packages/<package>/feed.atom` URLs.

app/config/dartlang-pub-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ taskResultBucketName: dartlang-pub-dev-task-output
1515
taskWorkerImage: us-central1-docker.pkg.dev/dartlang-pub-tasks/{{GOOGLE_CLOUD_PROJECT}}-worker-images/task-worker:{{GAE_VERSION}}
1616
taskWorkerProject: dartlang-pub-tasks
1717
taskWorkerNetwork: pub-workers
18-
cosImage: projects/cos-cloud/global/images/family/cos-105-lts
18+
cosImage: projects/cos-cloud/global/images/family/cos-121-lts
1919
taskWorkerServiceAccount: [email protected]
2020
imageBucketName: dartlang-pub-dev--pub-images
2121
reportsBucketName: dartlang-pub-dev-reports

app/config/dartlang-pub.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ taskResultBucketName: dartlang-pub-task-output
1818
taskWorkerImage: us-central1-docker.pkg.dev/dartlang-pub-tasks/{{GOOGLE_CLOUD_PROJECT}}-worker-images/task-worker:{{GAE_VERSION}}
1919
taskWorkerProject: dartlang-pub-tasks
2020
taskWorkerNetwork: pub-workers
21-
cosImage: projects/cos-cloud/global/images/family/cos-105-lts
21+
cosImage: projects/cos-cloud/global/images/family/cos-121-lts
2222
taskWorkerServiceAccount: [email protected]
2323
imageBucketName: dartlang-pub--pub-images
2424
reportsBucketName: dartlang-pub-reports

app/lib/shared/versions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$');
2424
/// when the version switch happens.
2525
const _acceptedRuntimeVersions = <String>[
2626
// The current [runtimeVersion].
27-
'2025.04.15',
27+
'2025.04.24',
2828
// Fallback runtime versions.
2929
'2025.04.01',
3030
'2025.03.27',

0 commit comments

Comments
 (0)