-
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
242 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,118 @@ | ||
{ | ||
"product_line": "Voyager", | ||
"release": "v2022.03.17", | ||
"release_date": "2022-03-17T22:56:03.419256468Z", | ||
"release_project_url": "https://github.com/voyagermesh/CHANGELOG", | ||
"docs_url": "https://voyagermesh.com/docs/v2022.03.17", | ||
"kubernetes_version": "1.19+", | ||
"projects": [ | ||
{ | ||
"url": "github.com/voyagermesh/cli", | ||
"releases": [ | ||
{ | ||
"tag": "v0.0.7", | ||
"commits": [ | ||
{ | ||
"SHA": "16d852a", | ||
"Subject": "Prepare for release v0.0.7 (#8)" | ||
}, | ||
{ | ||
"SHA": "8b0b309", | ||
"Subject": "Build darwin/arm64 images" | ||
}, | ||
{ | ||
"SHA": "b68c523", | ||
"Subject": "Use Go 1.18 (#7)" | ||
}, | ||
{ | ||
"SHA": "0bc96a7", | ||
"Subject": "make fmt (#6)" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "github.com/voyagermesh/haproxy-ingress", | ||
"releases": [ | ||
{ | ||
"tag": "v14.2.1", | ||
"commits": [ | ||
{ | ||
"SHA": "73961286", | ||
"Subject": "Prepare for release v14.2.1 (#46)" | ||
}, | ||
{ | ||
"SHA": "c9319f58", | ||
"Subject": "Use Go 1.18 (#43)" | ||
}, | ||
{ | ||
"SHA": "56e996e9", | ||
"Subject": "Fix CVEs reported in trivy scanner (#45)" | ||
}, | ||
{ | ||
"SHA": "6609a2e3", | ||
"Subject": "git submodule updated" | ||
}, | ||
{ | ||
"SHA": "cc3ccde8", | ||
"Subject": "make fmt (#42)" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "github.com/voyagermesh/installer", | ||
"releases": [ | ||
{ | ||
"tag": "v2022.03.17", | ||
"commits": [ | ||
{ | ||
"SHA": "f9d677a", | ||
"Subject": "Prepare for release v2022.03.17 (#109)" | ||
}, | ||
{ | ||
"SHA": "a1e348f", | ||
"Subject": "Use k8s 1.23.3 in ci" | ||
}, | ||
{ | ||
"SHA": "e1f4155", | ||
"Subject": "Use Go 1.18 (#107)" | ||
}, | ||
{ | ||
"SHA": "68be613", | ||
"Subject": "Fix chart schema (#108)" | ||
}, | ||
{ | ||
"SHA": "4bcfebc", | ||
"Subject": "make fmt (#106)" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "github.com/voyagermesh/voyager", | ||
"releases": [ | ||
{ | ||
"tag": "v2022.03.17", | ||
"commits": [ | ||
{ | ||
"SHA": "2150bcd", | ||
"Subject": "Prepare for release v2022.03.17 (#1611)" | ||
}, | ||
{ | ||
"SHA": "1ef951a", | ||
"Subject": "Use Go 1.18 (#1610)" | ||
}, | ||
{ | ||
"SHA": "704f8a2", | ||
"Subject": "make fmt (#1609)" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
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,48 @@ | ||
# Voyager v2022.03.17 (2022-03-17) | ||
|
||
|
||
## [voyagermesh/cli](https://github.com/voyagermesh/cli) | ||
|
||
### [v0.0.7](https://github.com/voyagermesh/cli/releases/tag/v0.0.7) | ||
|
||
- [16d852a](https://github.com/voyagermesh/cli/commit/16d852a) Prepare for release v0.0.7 (#8) | ||
- [8b0b309](https://github.com/voyagermesh/cli/commit/8b0b309) Build darwin/arm64 images | ||
- [b68c523](https://github.com/voyagermesh/cli/commit/b68c523) Use Go 1.18 (#7) | ||
- [0bc96a7](https://github.com/voyagermesh/cli/commit/0bc96a7) make fmt (#6) | ||
|
||
|
||
|
||
## [voyagermesh/haproxy-ingress](https://github.com/voyagermesh/haproxy-ingress) | ||
|
||
### [v14.2.1](https://github.com/voyagermesh/haproxy-ingress/releases/tag/v14.2.1) | ||
|
||
- [73961286](https://github.com/voyagermesh/haproxy-ingress/commit/73961286) Prepare for release v14.2.1 (#46) | ||
- [c9319f58](https://github.com/voyagermesh/haproxy-ingress/commit/c9319f58) Use Go 1.18 (#43) | ||
- [56e996e9](https://github.com/voyagermesh/haproxy-ingress/commit/56e996e9) Fix CVEs reported in trivy scanner (#45) | ||
- [6609a2e3](https://github.com/voyagermesh/haproxy-ingress/commit/6609a2e3) git submodule updated | ||
- [cc3ccde8](https://github.com/voyagermesh/haproxy-ingress/commit/cc3ccde8) make fmt (#42) | ||
|
||
|
||
|
||
## [voyagermesh/installer](https://github.com/voyagermesh/installer) | ||
|
||
### [v2022.03.17](https://github.com/voyagermesh/installer/releases/tag/v2022.03.17) | ||
|
||
- [f9d677a](https://github.com/voyagermesh/installer/commit/f9d677a) Prepare for release v2022.03.17 (#109) | ||
- [a1e348f](https://github.com/voyagermesh/installer/commit/a1e348f) Use k8s 1.23.3 in ci | ||
- [e1f4155](https://github.com/voyagermesh/installer/commit/e1f4155) Use Go 1.18 (#107) | ||
- [68be613](https://github.com/voyagermesh/installer/commit/68be613) Fix chart schema (#108) | ||
- [4bcfebc](https://github.com/voyagermesh/installer/commit/4bcfebc) make fmt (#106) | ||
|
||
|
||
|
||
## [voyagermesh/voyager](https://github.com/voyagermesh/voyager) | ||
|
||
### [v2022.03.17](https://github.com/voyagermesh/voyager/releases/tag/v2022.03.17) | ||
|
||
- [2150bcd](https://github.com/voyagermesh/voyager/commit/2150bcd) Prepare for release v2022.03.17 (#1611) | ||
- [1ef951a](https://github.com/voyagermesh/voyager/commit/1ef951a) Use Go 1.18 (#1610) | ||
- [704f8a2](https://github.com/voyagermesh/voyager/commit/704f8a2) make fmt (#1609) | ||
|
||
|
||
|
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,75 @@ | ||
{ | ||
"product_line": "Voyager", | ||
"release": "v2022.03.17", | ||
"docs_url_template": "https://voyagermesh.com/docs/%s", | ||
"kubernetes_version": "1.19+", | ||
"projects": [ | ||
{ | ||
"github.com/voyagermesh/apimachinery": { | ||
"tag": "v0.4.1" | ||
} | ||
}, | ||
{ | ||
"github.com/voyagermesh/cli": { | ||
"key": "voyager-cli", | ||
"tag": "v0.0.7" | ||
}, | ||
"github.com/voyagermesh/haproxy-ingress": { | ||
"tag": "v14.2.1" | ||
} | ||
}, | ||
{ | ||
"github.com/voyagermesh/installer": { | ||
"key": "voyager-installer", | ||
"tag": "v2022.03.17", | ||
"chartNames": [ | ||
"voyager", | ||
"voyager-crds" | ||
], | ||
"commands": [ | ||
"./hack/scripts/import-crds.sh", | ||
"make update-charts CHART_VERSION=${RELEASE} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL} APP_VERSION=${VOYAGERMESH_HAPROXY_INGRESS_TAG}" | ||
], | ||
"release_branch": "release-${TAG}" | ||
} | ||
}, | ||
{ | ||
"github.com/appscode/charts": { | ||
"charts": [ | ||
"github.com/voyagermesh/installer" | ||
], | ||
"changelog": "Skip" | ||
} | ||
}, | ||
{ | ||
"github.com/appscode/static-assets": { | ||
"commands": [ | ||
"release-automaton update-assets --hide --release-file=${SCRIPT_ROOT}/releases/${RELEASE}/release.json --workspace=${WORKSPACE}" | ||
], | ||
"changelog": "StandaloneWebsite" | ||
} | ||
}, | ||
{ | ||
"github.com/voyagermesh/voyager": { | ||
"key": "voyager", | ||
"tag": "v2022.03.17", | ||
"commands": [ | ||
"mv ${SCRIPT_ROOT}/releases/${RELEASE}/docs_changelog.md ${WORKSPACE}/docs/CHANGELOG-${RELEASE}.md" | ||
], | ||
"release_branch": "release-${TAG}" | ||
} | ||
}, | ||
{ | ||
"github.com/voyagermesh/website": { | ||
"tag": "v2022.03.17", | ||
"commands": [ | ||
"make set-assets-repo ASSETS_REPO_URL=https://github.com/appscode/static-assets", | ||
"make docs", | ||
"make set-version VERSION=${TAG}" | ||
], | ||
"release_branch": "master", | ||
"changelog": "Skip" | ||
} | ||
} | ||
] | ||
} |