You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ options:
172
172
--archived Show only archived releases.
173
173
--latest Show the latest active major.minor release.
174
174
--type TYPE Filter by release types (comma-separated list, default: major,minor). E.g., --type major,minor,nightly,dev,next
175
-
--version VERSION Filter by a specific version (major, major.minor, or major.minor.patch). E.g., --version 1312, --version 1312.0, or --version 2000.0.0
175
+
--version VERSION Filter by a specific version (major, major.minor, or major.minor.patch). E.g., --version 1312, --version 1312.0, or --version 2017.0.0
176
176
--fields FIELDS Comma-separated list of fields to output. Possible fields: Name,Version,Type,GitCommit,GitCommitShort,ReleaseDate,ReleaseTime,ExtendedMaintenance,EndOfMaintenance,Flavors,OCI,AttributesSourceRepo (default: Name,Version,Type,GitCommitShort,ReleaseDate,ExtendedMaintenance,EndOfMaintenance)
177
177
--no-header Omit the header in shell output.
178
178
-V show program's version number and exit
@@ -211,7 +211,7 @@ minor-1592.6 1592.6 minor cb05e11f 2025-02-19 N/A
211
211
"version": {
212
212
"major": 1592,
213
213
"minor": 6
214
-
// Note: patch field is only present for versions ≥ 2000.0.0
214
+
// Note: patch field is only present for versions ≥ 2017.0.0
215
215
},
216
216
"lifecycle": {
217
217
"released": {
@@ -410,7 +410,7 @@ minor-1592.6 1592.6 minor cb05e11f 2025-02-19 N/A
410
410
1592.6
411
411
```
412
412
413
-
**Note**: For versions ≥ 2000.0.0, you can also filter by patch version: `jq -r '.releases[] | "\(.version.major).\(.version.minor).\(.version.patch)"'`
413
+
**Note**: For versions ≥ 2017.0.0, you can also filter by patch version: `jq -r '.releases[] | "\(.version.major).\(.version.minor).\(.version.patch)"'`
414
414
415
415
### Get all active and supported Garden Linux Versions
416
416
@@ -483,7 +483,7 @@ options:
483
483
--create-initial-releases CREATE_INITIAL_RELEASES
484
484
Comma-separated list of initial releases to retrieve and generate: 'major,minor,nightly'.
485
485
--create CREATE Create a release for this type using the current timestamp and git information (choose one of: major,minor,nightly,dev,next)'.
486
-
--version VERSION Manually specify the version (format: major.minor for versions < 2000.0.0, major.minor.patch for versions ≥ 2000.0.0).
486
+
--version VERSION Manually specify the version (format: major.minor for versions < 2017.0.0, major.minor.patch for versions ≥ 2017.0.0).
487
487
--commit COMMIT Manually specify the git commit hash (40 characters).
Manually specify the release date and time in ISO format (YYYY-MM-DDTHH:MM:SS).
@@ -639,8 +639,8 @@ The Garden Linux Release Database (GLRD) uses structured JSON schemas to represe
639
639
640
640
Gardenlinux [introduced semantic Versioning](https://github.com/gardenlinux/gardenlinux/issues/3069) in [TODO!!! name commit !!!]. GLRD supports both versioning schemes based on the major version number:
641
641
642
-
-**v1: Versions < 2000.0.0**: Use the `major.minor` format (e.g., `27.0`, `1592.6`)
643
-
-**v2: Versions ≥ 2000.0.0**: Use the `major.minor.patch` format (e.g., `2000.0.0`, `2222.1.5`)
642
+
-**v1: Versions < 2017.0.0**: Use the `major.minor` format (e.g., `27.0`, `1592.6`)
643
+
-**v2: Versions ≥ 2017.0.0**: Use the `major.minor.patch` format (e.g., `2017.0.0`, `2222.1.5`)
0 commit comments