Releases: extra2000/saferwall-box
Releases · extra2000/saferwall-box
v5.0.0
5.0.0 (2021-04-29)
⚠ BREAKING CHANGES
- zabbix-agent-formula: Pillar file for
salt/roots/pillar/zabbix-agent.sls.example
has changed. - nginx-formula: Pillar file for
salt/roots/pillar/nginx.sls.example
has changed.
Features
- filebeat-formula: Upgrade from
v1.1.1
tov2.1.0
(ca5494c) - nginx-formula: Upgrade from
v1.0.1
tov2.0.0
(168fdfe) - saferwall-formula: Upgrade to v3.0.0 (1238412)
- vagrant: Add Fedora 34
x86_64
Vagrant file (bcd33b4) - vagrant: Standardize SaltStack installations method and use latest version
v3003
(7d9b711) - zabbix-agent-formula: Upgrade to version
v4.0.0
(f8a4d12)
Performance Improvements
- pillar/saferwall.sls.example: Fine tune resources (c7677c6)
Fixes
Code Refactoring
- nginx_log_permission: Removed because NGINX is now deployed via Podman (8b07a00)
- salt: Install Podman first before deploy Zabbix Agent container during
state.highstate
(3212a60)
Continuous Integrations
- AppVeyor: Change from Fedora 33 to Fedora 34 (0deefd2)
- AppVeyor: Create dummy NGINX file to prevent error during
state.highstate
(1203ee4) - AppVeyor: Upgrade Vagrant from
v2.2.9
tov2.2.14
(0a41da7)
Documentations
v4.0.0
v3.0.1
v3.0.0
3.0.0 (2021-03-07)
⚠ BREAKING CHANGES
- submodule: Contents in
salt/roots/pillar/nginx.sls.example
have been significantly changed
Features
- salt: Add state
nginx_log_permission
to ensure rootlessfilebeat
pod have permission to NGINX logs (2576c97) - submodule: Add filebeat-formula v1.1.0 (14a8c08)
- submodule: Add nginx-formula v1.0.0 (b8b1de9)
- submodule: Add zabbix-agent-formula v1.0.0 (d9f42e5)
- submodule: Update
saferwall-formula
to v2.3.0 (be9f3a6)
Code Refactoring
- nginx: Remove existing
nginx
state in favor ofnginx-formula
(3ccad55) - submodule: Remove
cockpit-formula
in favor ofzabbix-agent-formula
(5a3441c)
Fixes
- salt/roots/pillar/saferwall.sls.example: Add
bridge
to prevent pod networking conflict withfilebeat
pod (1bc972c)
Continuous Integrations
- AppVeyor: Add instructions to copy
zabbix-agent
andfilebeat
SaltStack pillar files (db301aa)
Documentations
v2.2.1
v2.2.0
2.2.0 (2021-02-11)
Features
Continuous Integrations
- git: Ensure submodules are pulled recursively (ee72271)
- vagrant: Change from Fedora 32 to Fedora 33 (9a507e2)
Documentations
- nginx.sls.example: Reduce client max body size from 100M to 80M since file upload size is limited to 64MB (940e1e9)
- README: Default Vagrant box to Fedora 33 (d4ab3ea)
- saferwall.sls.example: Disable
windefender
by default because latest definition update causesfloating point exception
error (17b9dc5) - saferwall.sls.example: Increase default max size for file upload from 32MB to 64MB and fine tune container resources for the 64MB file upload (be787e4)
v2.1.0
v2.0.1
2.0.1 (2021-01-17)
Documentations
- docs/creating-saferwall-box.md: Disable Couchbase
search
service to minimize memory usage (dc9084a) - docs/creating-saferwall-box.md: Simplify services deployment by using states in
saferwall.service
(849e602) - salt/roots/pillar/saferwall.sls.example: Add missing configurations for
consumer
(a71ca7d) - salt/roots/pillar/saferwall.sls.example: Increase memory limit for
couchbase
(4df43f4)
Fixes
v2.0.0
2.0.0 (2021-01-09)
⚠ BREAKING CHANGES
- pillar: Pillar data and structure for Saferwall have changed.
- salt: No longer using bridge network for Podman container intercommunications.
Features
- pillar: Update Saferwall pillar data and structure (9c7f6ea)
- saferwall-formula: Update (ceaa6ec)
- submodule: Add Cockpit Formula and replace exisiting Cockpit (f320f0e)
Performance Improvements
- vagrant: Increase number of vCPUs to 4 and RAM to 6GB (a234bef)
Code Refactoring
- salt: Bridgenet have been removed (96c3acd)