Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Jun 3, 2020
0 parents commit 4e7c8b2
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 The metal-stack Authors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Releases

This repository contains release notes and release image vectors for metal-stack.

**Please use tagged releases of this repository for ensuring stable updates!**

The metal-stack is a compound of microservices, which all have their individual versions and development progresses. Hence, there is a unique image vector for each metal-stack release describing the set of the latest stable microservices that are compatible with each other.
90 changes: 90 additions & 0 deletions release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
---
binaries:
metal-stack:
metal-hammer:
url: https://github.com/metal-stack/metal-hammer/releases/download/v0.5.2/metal-hammer-initrd.img.lz4
version: v0.5.2
kernel:
url: https://github.com/metal-stack/kernel/releases/download/5.4.42-25/metal-kernel
version: 5.4.42-25
metalctl:
linux:
url: https://github.com/metal-stack/metalctl/releases/download/v0.7.7/metalctl-linux-amd64
windows:
url: https://github.com/metal-stack/metalctl/releases/download/v0.7.7/metalctl-windows-amd64
darwin:
url: https://github.com/metal-stack/metalctl/releases/download/v0.7.7/metalctl-darwin-amd64
version: v0.7.7

docker-images:
metal-stack:
control-plane:
metal-api:
name: metalstack/metal-api
tag: v0.7.5
metalctl:
name: metalstack/metalctl
tag: v0.7.5
masterdata-api:
name: metalstack/metal-api
tag: v0.7.1
metal-console:
name: metalstack/metal-console
tag: v0.4.1

backup-restore-sidecar:
name: metalstack/backup-restore-sidecar
tag: v0.5.1

partition:
metal-core:
name: metalstack/metal-core
tag: v0.5.2
pixiecore:
name: metalstack/pixiecore
tag: 781e3f0a698bbc3ea960c1d288c6606522db05cd

gardener:
gardener-extension-provider-metal:
name: metalstack/gardener-extension-provider-metal
tag: v0.9.1
os-metal-extension:
name: metalstack/os-metal-extension
tag: v0.4.1

kubernetes:
csi-lvm-controller:
name: metalstack/csi-lvm-controller
tag: v0.6.1
csi-lvm-provisioner:
name: metalstack/csi-lvm-provisioner
tag: v0.6.1
metal-ccm:
name: metalstack/metal-ccm
tag: v0.4.2

third-party:
control-plane:
nsq:
name: nsqio/nsq
tag: v1.2.0
backup-restore-sidecar:
name: metalstack/backup-restore-sidecar
tag: v0.5.1
ipam-db:
name: postgres
tag: 12-alpine
masterdata-db:
name: postgres
tag: 12-alpine
metal-db:
name: rethinkdb
tag: 2.4.0

ansible-roles:
metal-roles:
repository: https://github.com/metal-stack/metal-roles
version: v0.1.12
ansible-common:
repository: https://github.com/metal-stack/ansible-common
version: v0.5.2

0 comments on commit 4e7c8b2

Please sign in to comment.