Skip to content

Commit f9466d7

Browse files
authored
chore(upgrade-path): add releases v0.95.0 and v0.96.0 (#2001)
1 parent 305a1d5 commit f9466d7

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

constants/upgradeSchema.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schemaVersion": "1.5",
3-
"pathHead": "v0.94.0",
3+
"pathHead": "v0.96.0",
44
"general": {
55
"upgradeSummary": [
66
"This tool provides the mandatory sequential path to upgrade your instance safely.",
@@ -28,6 +28,32 @@
2828
"troubleshootingUrl": "https://signoz.io/docs/user-guide/troubleshooting/"
2929
},
3030
"releases": {
31+
"v0.96.0": {
32+
"isMandatoryStop": false,
33+
"nextMandatoryStop": null,
34+
"releaseDate": "2025-08-25",
35+
"guideUrl": "https://signoz.io/docs/operate/migration/upgrade-standard",
36+
"instructions": [
37+
"This is not a breaking change release. No special actions are needed."
38+
],
39+
"deprecations": [],
40+
"warnings": []
41+
},
42+
"v0.95.0": {
43+
"isMandatoryStop": false,
44+
"nextMandatoryStop": null,
45+
"releaseDate": "2025-08-17",
46+
"guideUrl": "https://signoz.io/docs/operate/migration/upgrade-standard",
47+
"instructions": [
48+
"This is not a breaking change release. No special actions are needed."
49+
],
50+
"deprecations": [],
51+
"warnings": [],
52+
"patchRelease": {
53+
"label": "v0.95.1",
54+
"href": "https://github.com/SigNoz/signoz/releases/tag/v0.95.1"
55+
}
56+
},
3157
"v0.94.0": {
3258
"isMandatoryStop": true,
3359
"nextMandatoryStop": null,

0 commit comments

Comments
 (0)