Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: v2024.1.31 #9

Merged
merged 10 commits into from
Feb 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions releases/v2024.1.31/release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"product_line": "KubeStash",
"release": "v2024.1.31",
"docs_url_template": "https://kubestash.com/docs/%s",
"kubernetes_version": "1.20+",
"projects": [
{
"github.com/kubestash/apimachinery": {
"tag": "v0.4.0"
}
},
{
"github.com/kubestash/cli": {
"tag": "v0.3.0"
},
"github.com/kubestash/kubedump": {
"tag": "v0.3.0"
},
"github.com/kubestash/kubestash": {
"tag": "v0.4.0"
},
"github.com/kubestash/pvc": {
"tag": "v0.3.0"
},
"github.com/kubestash/volume-snapshotter": {
"tag": "v0.3.0"
},
"github.com/kubestash/workload": {
"tag": "v0.3.0"
}
},
{
"github.com/kubestash/installer": {
"key": "kubestash-installer",
"tag": "v2024.1.31",
"chartNames": [
"kubestash",
"kubestash-operator"
],
"commands": [
"./hack/scripts/import-crds.sh",
"go run ./hack/fmt/main.go --kind=Function --name=kubedump-backup --update-spec=spec.image=ghcr.io/kubestash/kubedump:${KUBESTASH_KUBEDUMP_TAG}",
"go run ./hack/fmt/main.go --kind=Function --name=pvc-backup --update-spec=spec.image=ghcr.io/kubestash/pvc:${KUBESTASH_PVC_TAG}",
"go run ./hack/fmt/main.go --kind=Function --name=pvc-restore --update-spec=spec.image=ghcr.io/kubestash/pvc:${KUBESTASH_PVC_TAG}",
"go run ./hack/fmt/main.go --kind=Function --name=volumesnapshot-backup --update-spec=spec.image=ghcr.io/kubestash/volume-snapshotter:${KUBESTASH_VOLUME_SNAPSHOTTER_TAG}",
"go run ./hack/fmt/main.go --kind=Function --name=volumesnapshot-restore --update-spec=spec.image=ghcr.io/kubestash/volume-snapshotter:${KUBESTASH_VOLUME_SNAPSHOTTER_TAG}",
"go run ./hack/fmt/main.go --kind=Function --name=workload-backup --update-spec=spec.image=ghcr.io/kubestash/workload:${KUBESTASH_WORKLOAD_TAG}",
"go run ./hack/fmt/main.go --kind=Function --name=workload-restore --update-spec=spec.image=ghcr.io/kubestash/workload:${KUBESTASH_WORKLOAD_TAG}",
"make update-charts CHART_VERSION=${RELEASE} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}",
"make chart-kubestash-operator CHART_VERSION=${KUBESTASH_KUBESTASH_TAG} CHART_REGISTRY=${CHART_REGISTRY} CHART_REGISTRY_URL=${CHART_REGISTRY_URL}",
"./hack/scripts/update-chart-dependencies.sh"
],
"release_branch": "release-${TAG}"
}
},
{
"github.com/appscode/charts": {
"charts": [
"github.com/kubestash/installer"
],
"changelog": "Skip"
}
}
]
}