-
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 <tamal@appscode.com>
- Loading branch information
Showing
4 changed files
with
254 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,124 @@ | ||
{ | ||
"product_line": "Voyager", | ||
"release": "v2023.9.18", | ||
"release_date": "2023-09-17T20:03:00.92546341Z", | ||
"release_project_url": "https://github.com/voyagermesh/CHANGELOG", | ||
"docs_url": "https://voyagermesh.com/docs/v2023.9.18", | ||
"kubernetes_version": "1.21+", | ||
"projects": [ | ||
{ | ||
"url": "github.com/voyagermesh/apimachinery", | ||
"releases": [ | ||
{ | ||
"tag": "v0.7.3", | ||
"commits": [ | ||
{ | ||
"SHA": "7a511cc9", | ||
"Subject": "Support custom ssl chipher annotation" | ||
}, | ||
{ | ||
"SHA": "757c19c1", | ||
"Subject": "Update license verifier (#41)" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "github.com/voyagermesh/cli", | ||
"releases": [ | ||
{ | ||
"tag": "v0.0.14", | ||
"commits": [ | ||
{ | ||
"SHA": "d137c94", | ||
"Subject": "Prepare for release v0.0.14 (#22)" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "github.com/voyagermesh/haproxy-ingress", | ||
"releases": [ | ||
{ | ||
"tag": "v17.0.3", | ||
"commits": [ | ||
{ | ||
"SHA": "8ac3587fb", | ||
"Subject": "Prepare for release v17.0.3 (#70)" | ||
}, | ||
{ | ||
"SHA": "0c7e59b35", | ||
"Subject": "update haproxy template" | ||
}, | ||
{ | ||
"SHA": "f97e23e0d", | ||
"Subject": "Support custom ssl chipher (#69)" | ||
}, | ||
{ | ||
"SHA": "e461f0bc2", | ||
"Subject": "Update license verifier (#67)" | ||
}, | ||
{ | ||
"SHA": "5f4fb9032", | ||
"Subject": "Delete docker image is commit is not tagged" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "github.com/voyagermesh/installer", | ||
"releases": [ | ||
{ | ||
"tag": "v2023.9.18", | ||
"commits": [ | ||
{ | ||
"SHA": "7189d8a", | ||
"Subject": "Prepare for release v2023.9.18 (#135)" | ||
}, | ||
{ | ||
"SHA": "2216fd3", | ||
"Subject": "Handle charts without doc.yaml" | ||
}, | ||
{ | ||
"SHA": "576f837", | ||
"Subject": "Update gateway 0.5.0 crds" | ||
}, | ||
{ | ||
"SHA": "8044712", | ||
"Subject": "Use gateway v0.0.2" | ||
}, | ||
{ | ||
"SHA": "2bc3aa6", | ||
"Subject": "Upgrade to release/v0.5 (#134)" | ||
}, | ||
{ | ||
"SHA": "7fafdeb", | ||
"Subject": "Remove non crd objects from crds folder" | ||
}, | ||
{ | ||
"SHA": "677b93d", | ||
"Subject": "Use helm repo version" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "github.com/voyagermesh/voyager", | ||
"releases": [ | ||
{ | ||
"tag": "v2023.9.18", | ||
"commits": [ | ||
{ | ||
"SHA": "2bf2665", | ||
"Subject": "Prepare for release v2023.9.18 (#1627)" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
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,54 @@ | ||
# Voyager v2023.9.18 (2023-09-17) | ||
|
||
|
||
## [voyagermesh/apimachinery](https://github.com/voyagermesh/apimachinery) | ||
|
||
### [v0.7.3](https://github.com/voyagermesh/apimachinery/releases/tag/v0.7.3) | ||
|
||
- [7a511cc9](https://github.com/voyagermesh/apimachinery/commit/7a511cc9) Support custom ssl chipher annotation | ||
- [757c19c1](https://github.com/voyagermesh/apimachinery/commit/757c19c1) Update license verifier (#41) | ||
|
||
|
||
|
||
## [voyagermesh/cli](https://github.com/voyagermesh/cli) | ||
|
||
### [v0.0.14](https://github.com/voyagermesh/cli/releases/tag/v0.0.14) | ||
|
||
- [d137c94](https://github.com/voyagermesh/cli/commit/d137c94) Prepare for release v0.0.14 (#22) | ||
|
||
|
||
|
||
## [voyagermesh/haproxy-ingress](https://github.com/voyagermesh/haproxy-ingress) | ||
|
||
### [v17.0.3](https://github.com/voyagermesh/haproxy-ingress/releases/tag/v17.0.3) | ||
|
||
- [8ac3587f](https://github.com/voyagermesh/haproxy-ingress/commit/8ac3587fb) Prepare for release v17.0.3 (#70) | ||
- [0c7e59b3](https://github.com/voyagermesh/haproxy-ingress/commit/0c7e59b35) update haproxy template | ||
- [f97e23e0](https://github.com/voyagermesh/haproxy-ingress/commit/f97e23e0d) Support custom ssl chipher (#69) | ||
- [e461f0bc](https://github.com/voyagermesh/haproxy-ingress/commit/e461f0bc2) Update license verifier (#67) | ||
- [5f4fb903](https://github.com/voyagermesh/haproxy-ingress/commit/5f4fb9032) Delete docker image is commit is not tagged | ||
|
||
|
||
|
||
## [voyagermesh/installer](https://github.com/voyagermesh/installer) | ||
|
||
### [v2023.9.18](https://github.com/voyagermesh/installer/releases/tag/v2023.9.18) | ||
|
||
- [7189d8a](https://github.com/voyagermesh/installer/commit/7189d8a) Prepare for release v2023.9.18 (#135) | ||
- [2216fd3](https://github.com/voyagermesh/installer/commit/2216fd3) Handle charts without doc.yaml | ||
- [576f837](https://github.com/voyagermesh/installer/commit/576f837) Update gateway 0.5.0 crds | ||
- [8044712](https://github.com/voyagermesh/installer/commit/8044712) Use gateway v0.0.2 | ||
- [2bc3aa6](https://github.com/voyagermesh/installer/commit/2bc3aa6) Upgrade to release/v0.5 (#134) | ||
- [7fafdeb](https://github.com/voyagermesh/installer/commit/7fafdeb) Remove non crd objects from crds folder | ||
- [677b93d](https://github.com/voyagermesh/installer/commit/677b93d) Use helm repo version | ||
|
||
|
||
|
||
## [voyagermesh/voyager](https://github.com/voyagermesh/voyager) | ||
|
||
### [v2023.9.18](https://github.com/voyagermesh/voyager/releases/tag/v2023.9.18) | ||
|
||
- [2bf2665](https://github.com/voyagermesh/voyager/commit/2bf2665) Prepare for release v2023.9.18 (#1627) | ||
|
||
|
||
|
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": "v2023.9.18", | ||
"docs_url_template": "https://voyagermesh.com/docs/%s", | ||
"kubernetes_version": "1.21+", | ||
"projects": [ | ||
{ | ||
"github.com/voyagermesh/apimachinery": { | ||
"tag": "v0.7.3" | ||
} | ||
}, | ||
{ | ||
"github.com/voyagermesh/cli": { | ||
"key": "voyager-cli", | ||
"tag": "v0.0.14" | ||
}, | ||
"github.com/voyagermesh/haproxy-ingress": { | ||
"tag": "v17.0.3" | ||
} | ||
}, | ||
{ | ||
"github.com/voyagermesh/installer": { | ||
"key": "voyager-installer", | ||
"tag": "v2023.9.18", | ||
"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 --release-file=${SCRIPT_ROOT}/releases/${RELEASE}/release.json --workspace=${WORKSPACE}" | ||
], | ||
"changelog": "StandaloneWebsite" | ||
} | ||
}, | ||
{ | ||
"github.com/voyagermesh/voyager": { | ||
"key": "voyager", | ||
"tag": "v2023.9.18", | ||
"commands": [ | ||
"mv ${SCRIPT_ROOT}/releases/${RELEASE}/docs_changelog.md ${WORKSPACE}/docs/CHANGELOG-${RELEASE}.md" | ||
], | ||
"release_branch": "release-${TAG}" | ||
} | ||
}, | ||
{ | ||
"github.com/voyagermesh/website": { | ||
"tag": "v2023.9.18", | ||
"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" | ||
} | ||
} | ||
] | ||
} |