v1.0.0-alpha.1
Pre-release
Pre-release
extra2000-bot
released this
28 Oct 13:55
·
131 commits
to master
since this release
1.0.0-alpha.1 (2020-10-28)
Features
- nginx: Add
dhparam
options for SSL (078f83a) - pillar.saferwall: Update keys and values (b3abb70)
- podman-formula: Update to v2.0.2-alpha.1 (cb95fab)
- saferwall-formula: New commits (98dc2ab)
- salt: Add NGINX with self-signed SSL (28a9dac)
- vagrant: Change CentOS 7 to Fedora 32 which brings Podman version 2.x (285d94d)
- Add intial commit of saferwall-formula (2635bfb)
- Add podman formula (7b81b75)
- Add Vagrant (f288765)
- Initial salt/ implementations (26ef1ad)
Performance Improvements
- vagrant: Reduce RAM from 8GB to 4GB (24d0ffb)
- vagrant: Reduce vCPUs from 4 cores to 2 cores (d9fb145)
Styles
- Add .gitignore (93264ca)
Continuous Integrations
- Add Travis CI, AppVeyor, and semantic-release (a5a4c95)
- Copy
vagrant/Vagrantfile.saferwall-box.fedora-32.amd64.example
tovagrant/Vagrantfile.saferwall-box
(e943223)
Fixes
- bridgenet: Fix bridge network not working on Fedora 32 (159f33e)
- nginx: Fix client max body size for large file uploads (be2cf78)
- nginx: Fix SELinux problem (b63a3ca)
- vagrant: Fix CPU topology does not match VCPU count (22444bd)
Code Refactoring
- pillar: Add NGINX and Saferwall pillars into
.gitignore
which requires user to rename example pillars (d4faae5) - vagrant: Add main box into
.gitignore
which require user have to rename any Vagrant examples to the main box's name (c7c93fd) - vagrant: Disable VirtualBox Guest Additions auto-install (f07e2a4)