Skip to content

Commit

Permalink
Release: v2024.4.27
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Apr 27, 2024
1 parent 7515006 commit 44aac70
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions releases/v2024.4.27/release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"product_line": "KubeStash",
"release": "v2024.4.27",
"docs_url_template": "https://kubestash.com/docs/%s",
"kubernetes_version": "1.20+",
"projects": [
{
"github.com/kubestash/apimachinery": {
"tag": "v0.8.0"
}
},
{
"github.com/kubestash/cli": {
"tag": "v0.7.0"
},
"github.com/kubestash/kubedump": {
"tag": "v0.7.0"
},
"github.com/kubestash/kubestash": {
"tag": "v0.8.0"
},
"github.com/kubestash/pvc": {
"tag": "v0.7.0"
},
"github.com/kubestash/volume-snapshotter": {
"tag": "v0.7.0"
},
"github.com/kubestash/workload": {
"tag": "v0.7.0"
}
},
{
"github.com/kubestash/installer": {
"key": "kubestash-installer",
"tag": "v2024.4.27",
"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"
}
}
]
}

0 comments on commit 44aac70

Please sign in to comment.