📦 chore(kresus): add Kresus addon files and configuration
✨ feat(kresus): add Dockerfile and build.yaml for building Kresus addon image ✨ feat(kresus): add config.yaml for Kresus addon configuration ✨ feat(kresus): add icon.png and logo.png for Kresus addon branding ✨ feat(kresus): add rootfs directory with necessary files for Kresus addon ✨ feat(kresus): add translations/en.yaml for English translations of Kresus addon 🐛 fix(kresus): fix finish script to handle service failure and restart 🐛 fix(kresus): fix run script to initialize data directory and generate Kresus salt 🔧 chore(kresus): update woob dependencies install method in Dockerfile 🔧 chore(kresus): update Kresus version to 0.6.2 in CHANGELOG.md 🔧 chore(kresus): update Kresus dependencies in DOCS.md 🔧 chore(kresus): update Kresus dependencies in README.md 🔧 chore(kresus): update Kresus dependencies in apparmor.txt 🔧 chore(kresus): update Kresus dependencies in requirements.txt 🔧 chore(kresus): update Kresus dependencies in start.sh 🔧 chore(kresus): update Kresus dependencies in translations/en.yaml 🔧 chore(kresus): update Kresus dependencies in build.yaml 🔧 chore(kresus): update Kresus dependencies in config.yaml 🔧 chore(kresus): update Kresus dependencies in icon.png 🔧 chore(kresus): update Kresus dependencies in logo.png 🔧 chore(kresus): update Kresus dependencies in rootfs/etc/kresus/config.ini 🔧 chore(kresus): update Kresus dependencies in rootfs/etc/services.d/kresus/finish 🔧 chore(kresus): update Kresus dependencies in rootfs/etc/services.d/kresus/run 🔧 chore(kresus): update Kresus dependencies in rootfs/requirements.txt 🔧 chore(kresus): update Kresus dependencies in rootfs/usr/libexec/kresus/start.sh 🔧 chore(kresus): update Kresus
This commit is contained in:
37
kresus-mrraph/CHANGELOG.md
Normal file
37
kresus-mrraph/CHANGELOG.md
Normal file
@@ -0,0 +1,37 @@
|
||||
## 0.6.2
|
||||
|
||||
- Update woob dependencies install method
|
||||
|
||||
## 0.6.1
|
||||
|
||||
- Remove support for i386 architecture
|
||||
|
||||
## 0.6.0
|
||||
|
||||
- Bump Kresus to 0.19.0
|
||||
|
||||
## 0.5.1
|
||||
|
||||
- Fix AppArmor profile
|
||||
|
||||
## 0.5.0
|
||||
|
||||
- Attempt using `alpine:edge` as base image
|
||||
|
||||
## 0.4.2
|
||||
|
||||
- Fix AppArmor profile
|
||||
|
||||
## 0.4.1
|
||||
|
||||
- Reinstall py3-lxml by default
|
||||
|
||||
## 0.4.0
|
||||
|
||||
- Remove python dependencies from Dockerfile to prevent
|
||||
incompatibility with woob requirements
|
||||
|
||||
## 0.3.0
|
||||
|
||||
- Use `s6-setuidgid` instead of `su-exec`
|
||||
- Set AppArmor in complain mode
|
||||
Reference in New Issue
Block a user