myos/CHANGELOG.md

57 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2021-06-14 14:32:14 +02:00
# CHANGELOG
2022-11-29 17:22:35 +01:00
## v1.0-alpha - 2022-11-29
* node is host
2022-11-22 23:49:44 +01:00
## v0.9.9 - 2022-11-22
* node name is `hostname`
## v0.9 - 2022-11-11
* split make files in `myos` project and install files in `yaip` project
2022-09-10 18:31:23 +02:00
## v0.1-beta - 2022-06-30
2022-06-30 23:37:10 +02:00
2022-09-10 18:31:23 +02:00
Beta release, welcome ipfs
2022-06-30 23:37:10 +02:00
* add arm64 support
* add ipfs stack
* add x2go with ssh ecryptfs homedir
* update docker-compose to v2.5.0
2022-09-10 18:31:23 +02:00
## v0.1-alpha - 2021-07-14
2021-06-14 14:32:14 +02:00
2022-06-30 23:37:10 +02:00
Public release, code is doc
2021-07-15 00:03:00 +02:00
2022-06-30 23:37:10 +02:00
* update license to GPL as freedom should not allow evil to move faster than god
2022-09-10 18:31:23 +02:00
## v0.0.1 - 2021-02-08
Initial import
* import previous `infra` project
* rename project to myos - make your own stack
## 2020
* makefile can be included in any project
* multi user/environment
## 2018
The `infra` project
* ansible : deploy docker to production
* aws : upload alpine iso to s3 and create ami
* packer : build alpine iso with docker daemon
* stack/services : docker stack for shared services
* subrepo : sync all git repositories with monorepo
## 2017
Initial work
* makefile for a monorepo with many docker-compose projects