-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tamal Saha <[email protected]>
- Loading branch information
Showing
4 changed files
with
396 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,198 @@ | ||
{ | ||
"product_line": "KubeStash", | ||
"release": "v2024.8.30", | ||
"release_date": "2024-08-30T09:17:56.762931796Z", | ||
"release_project_url": "https://github.com/kubestash/CHANGELOG", | ||
"docs_url": "https://kubestash.com/docs/v2024.8.30", | ||
"kubernetes_version": "1.25+", | ||
"projects": [ | ||
{ | ||
"url": "github.com/kubestash/apimachinery", | ||
"releases": [ | ||
{ | ||
"tag": "v0.12.0", | ||
"commits": [ | ||
{ | ||
"SHA": "5b2bd98f", | ||
"Subject": "Update deps" | ||
}, | ||
{ | ||
"SHA": "56fa8e6a", | ||
"Subject": "Add constants for initial backup trigger (#127)" | ||
}, | ||
{ | ||
"SHA": "1295e35b", | ||
"Subject": "Use Go 1.23 (#126)" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "github.com/kubestash/cli", | ||
"releases": [ | ||
{ | ||
"tag": "v0.11.0", | ||
"commits": [ | ||
{ | ||
"SHA": "7b8760e", | ||
"Subject": "Prepare for release v0.11.0 (#35)" | ||
}, | ||
{ | ||
"SHA": "e25615d", | ||
"Subject": "Use Go 1.23 (#33)" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "github.com/kubestash/docs", | ||
"releases": [ | ||
{ | ||
"tag": "v2024.8.30", | ||
"commits": [ | ||
{ | ||
"SHA": "be7faf9", | ||
"Subject": "Prepare for release v2024.8.30 (#14)" | ||
}, | ||
{ | ||
"SHA": "ef82113", | ||
"Subject": "Use Go 1.23 (#12)" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "github.com/kubestash/installer", | ||
"releases": [ | ||
{ | ||
"tag": "v2024.8.30", | ||
"commits": [ | ||
{ | ||
"SHA": "e3b3047", | ||
"Subject": "Prepare for release v2024.8.30 (#80)" | ||
}, | ||
{ | ||
"SHA": "a77a8d3", | ||
"Subject": "Use Go 1.23 (#78)" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "github.com/kubestash/kubedump", | ||
"releases": [ | ||
{ | ||
"tag": "v0.11.0", | ||
"commits": [ | ||
{ | ||
"SHA": "4d6c846", | ||
"Subject": "Prepare for release v0.11.0 (#29)" | ||
}, | ||
{ | ||
"SHA": "b755b27", | ||
"Subject": "Use Go 1.23 (#27)" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "github.com/kubestash/kubestash", | ||
"releases": [ | ||
{ | ||
"tag": "v0.12.0", | ||
"commits": [ | ||
{ | ||
"SHA": "4ef5a4e0", | ||
"Subject": "Prepare for release v0.12.0 (#246)" | ||
}, | ||
{ | ||
"SHA": "b5e5a908", | ||
"Subject": "Add support for trigger initial backup (#245)" | ||
}, | ||
{ | ||
"SHA": "7fd8a1dd", | ||
"Subject": "Use Go 1.23 (#243)" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "github.com/kubestash/manifest", | ||
"releases": [ | ||
{ | ||
"tag": "v0.4.0", | ||
"commits": [ | ||
{ | ||
"SHA": "eeac8b6", | ||
"Subject": "Prepare for release v0.4.0 (#12)" | ||
}, | ||
{ | ||
"SHA": "d26c6c1", | ||
"Subject": "Use Go 1.23 (#10)" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "github.com/kubestash/pvc", | ||
"releases": [ | ||
{ | ||
"tag": "v0.11.0", | ||
"commits": [ | ||
{ | ||
"SHA": "6a3ed4d", | ||
"Subject": "Prepare for release v0.11.0 (#38)" | ||
}, | ||
{ | ||
"SHA": "585053c", | ||
"Subject": "Use Go 1.23 (#36)" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "github.com/kubestash/volume-snapshotter", | ||
"releases": [ | ||
{ | ||
"tag": "v0.11.0", | ||
"commits": [ | ||
{ | ||
"SHA": "bab1f809", | ||
"Subject": "Prepare for release v0.11.0 (#33)" | ||
}, | ||
{ | ||
"SHA": "0cbb4f32", | ||
"Subject": "Use Go 1.23 (#31)" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "github.com/kubestash/workload", | ||
"releases": [ | ||
{ | ||
"tag": "v0.11.0", | ||
"commits": [ | ||
{ | ||
"SHA": "769d7b5", | ||
"Subject": "Prepare for release v0.11.0 (#49)" | ||
}, | ||
{ | ||
"SHA": "3721e80", | ||
"Subject": "Use Go 1.23 (#47)" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
# KubeStash v2024.8.30 (2024-08-30) | ||
|
||
|
||
## [kubestash/apimachinery](https://github.com/kubestash/apimachinery) | ||
|
||
### [v0.12.0](https://github.com/kubestash/apimachinery/releases/tag/v0.12.0) | ||
|
||
- [5b2bd98f](https://github.com/kubestash/apimachinery/commit/5b2bd98f) Update deps | ||
- [56fa8e6a](https://github.com/kubestash/apimachinery/commit/56fa8e6a) Add constants for initial backup trigger (#127) | ||
- [1295e35b](https://github.com/kubestash/apimachinery/commit/1295e35b) Use Go 1.23 (#126) | ||
|
||
|
||
|
||
## [kubestash/cli](https://github.com/kubestash/cli) | ||
|
||
### [v0.11.0](https://github.com/kubestash/cli/releases/tag/v0.11.0) | ||
|
||
- [7b8760e](https://github.com/kubestash/cli/commit/7b8760e) Prepare for release v0.11.0 (#35) | ||
- [e25615d](https://github.com/kubestash/cli/commit/e25615d) Use Go 1.23 (#33) | ||
|
||
|
||
|
||
## [kubestash/docs](https://github.com/kubestash/docs) | ||
|
||
### [v2024.8.30](https://github.com/kubestash/docs/releases/tag/v2024.8.30) | ||
|
||
- [be7faf9](https://github.com/kubestash/docs/commit/be7faf9) Prepare for release v2024.8.30 (#14) | ||
- [ef82113](https://github.com/kubestash/docs/commit/ef82113) Use Go 1.23 (#12) | ||
|
||
|
||
|
||
## [kubestash/installer](https://github.com/kubestash/installer) | ||
|
||
### [v2024.8.30](https://github.com/kubestash/installer/releases/tag/v2024.8.30) | ||
|
||
- [e3b3047](https://github.com/kubestash/installer/commit/e3b3047) Prepare for release v2024.8.30 (#80) | ||
- [a77a8d3](https://github.com/kubestash/installer/commit/a77a8d3) Use Go 1.23 (#78) | ||
|
||
|
||
|
||
## [kubestash/kubedump](https://github.com/kubestash/kubedump) | ||
|
||
### [v0.11.0](https://github.com/kubestash/kubedump/releases/tag/v0.11.0) | ||
|
||
- [4d6c846](https://github.com/kubestash/kubedump/commit/4d6c846) Prepare for release v0.11.0 (#29) | ||
- [b755b27](https://github.com/kubestash/kubedump/commit/b755b27) Use Go 1.23 (#27) | ||
|
||
|
||
|
||
## [kubestash/kubestash](https://github.com/kubestash/kubestash) | ||
|
||
### [v0.12.0](https://github.com/kubestash/kubestash/releases/tag/v0.12.0) | ||
|
||
- [4ef5a4e0](https://github.com/kubestash/kubestash/commit/4ef5a4e0) Prepare for release v0.12.0 (#246) | ||
- [b5e5a908](https://github.com/kubestash/kubestash/commit/b5e5a908) Add support for trigger initial backup (#245) | ||
- [7fd8a1dd](https://github.com/kubestash/kubestash/commit/7fd8a1dd) Use Go 1.23 (#243) | ||
|
||
|
||
|
||
## [kubestash/manifest](https://github.com/kubestash/manifest) | ||
|
||
### [v0.4.0](https://github.com/kubestash/manifest/releases/tag/v0.4.0) | ||
|
||
- [eeac8b6](https://github.com/kubestash/manifest/commit/eeac8b6) Prepare for release v0.4.0 (#12) | ||
- [d26c6c1](https://github.com/kubestash/manifest/commit/d26c6c1) Use Go 1.23 (#10) | ||
|
||
|
||
|
||
## [kubestash/pvc](https://github.com/kubestash/pvc) | ||
|
||
### [v0.11.0](https://github.com/kubestash/pvc/releases/tag/v0.11.0) | ||
|
||
- [6a3ed4d](https://github.com/kubestash/pvc/commit/6a3ed4d) Prepare for release v0.11.0 (#38) | ||
- [585053c](https://github.com/kubestash/pvc/commit/585053c) Use Go 1.23 (#36) | ||
|
||
|
||
|
||
## [kubestash/volume-snapshotter](https://github.com/kubestash/volume-snapshotter) | ||
|
||
### [v0.11.0](https://github.com/kubestash/volume-snapshotter/releases/tag/v0.11.0) | ||
|
||
- [bab1f809](https://github.com/kubestash/volume-snapshotter/commit/bab1f809) Prepare for release v0.11.0 (#33) | ||
- [0cbb4f32](https://github.com/kubestash/volume-snapshotter/commit/0cbb4f32) Use Go 1.23 (#31) | ||
|
||
|
||
|
||
## [kubestash/workload](https://github.com/kubestash/workload) | ||
|
||
### [v0.11.0](https://github.com/kubestash/workload/releases/tag/v0.11.0) | ||
|
||
- [769d7b5](https://github.com/kubestash/workload/commit/769d7b5) Prepare for release v0.11.0 (#49) | ||
- [3721e80](https://github.com/kubestash/workload/commit/3721e80) Use Go 1.23 (#47) | ||
|
||
|
||
|
Oops, something went wrong.