From 25f05f3c9c642d4eb928f271c17a5e8c8c8a59bf Mon Sep 17 00:00:00 2001 From: extra2000-bot Date: Wed, 28 Oct 2020 13:55:28 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.1 [skip ci] ## 1.0.0-alpha.1 (2020-10-28) ### Features * **nginx:** Add `dhparam` options for SSL ([078f83a](https://github.com/extra2000/saferwall-box/commit/078f83af3d5013b852b5ee23d7da258cb3c087e5)) * **pillar.saferwall:** Update keys and values ([b3abb70](https://github.com/extra2000/saferwall-box/commit/b3abb70a2ae4a85fa20d18dd85a9031f5f9d3f69)) * **podman-formula:** Update to v2.0.2-alpha.1 ([cb95fab](https://github.com/extra2000/saferwall-box/commit/cb95fab052a5e669c0e25774ae9118ac10120658)) * **saferwall-formula:** New commits ([98dc2ab](https://github.com/extra2000/saferwall-box/commit/98dc2ab351f3fbf56a47433d1e701a4e4991a96a)) * **salt:** Add NGINX with self-signed SSL ([28a9dac](https://github.com/extra2000/saferwall-box/commit/28a9dacc7545df36e6cef2afcc35dd7bf5dbaf7e)) * **vagrant:** Change CentOS 7 to Fedora 32 which brings Podman version 2.x ([285d94d](https://github.com/extra2000/saferwall-box/commit/285d94dd93202ace4a170030ceb17f95e258ebf0)) * Add intial commit of saferwall-formula ([2635bfb](https://github.com/extra2000/saferwall-box/commit/2635bfb4e6711f1c6d11c7f0fb53cb3e6a51af99)) * Add podman formula ([7b81b75](https://github.com/extra2000/saferwall-box/commit/7b81b757f8cc7785c6f55427b5aadd9f2d84dc87)) * Add Vagrant ([f288765](https://github.com/extra2000/saferwall-box/commit/f2887650d5d8d59d301c0dde5788ee062161710e)) * Initial salt/ implementations ([26ef1ad](https://github.com/extra2000/saferwall-box/commit/26ef1adb83fe50b8ed913b15035082396c44f562)) ### Performance Improvements * **vagrant:** Reduce RAM from 8GB to 4GB ([24d0ffb](https://github.com/extra2000/saferwall-box/commit/24d0ffb0b4373b9b0341cba8020faaf197acacf0)) * **vagrant:** Reduce vCPUs from 4 cores to 2 cores ([d9fb145](https://github.com/extra2000/saferwall-box/commit/d9fb14549f1c02ba5897c6b9d2889932ccc288e3)) ### Styles * Add .gitignore ([93264ca](https://github.com/extra2000/saferwall-box/commit/93264ca6246eaeca6d885d59d2abe1aee7059419)) ### Continuous Integrations * Add Travis CI, AppVeyor, and semantic-release ([a5a4c95](https://github.com/extra2000/saferwall-box/commit/a5a4c95d48ad4ac453e46d60a82adfe487cff1a5)) * Copy `vagrant/Vagrantfile.saferwall-box.fedora-32.amd64.example` to `vagrant/Vagrantfile.saferwall-box` ([e943223](https://github.com/extra2000/saferwall-box/commit/e94322350df1f4bb551eb1d4a7e2ac8b2b6d16d0)) ### Fixes * **bridgenet:** Fix bridge network not working on Fedora 32 ([159f33e](https://github.com/extra2000/saferwall-box/commit/159f33e074d71fbfeb99a38259055245cab0daf8)) * **nginx:** Fix client max body size for large file uploads ([be2cf78](https://github.com/extra2000/saferwall-box/commit/be2cf784849839c19a279fa647d6d1883f70f4d7)) * **nginx:** Fix SELinux problem ([b63a3ca](https://github.com/extra2000/saferwall-box/commit/b63a3ca806ff5e9a7209719dd12d5736249b3938)) * **vagrant:** Fix CPU topology does not match VCPU count ([22444bd](https://github.com/extra2000/saferwall-box/commit/22444bd3f178a7221e7429f9b67188842fb3fd8a)) ### Code Refactoring * **pillar:** Add NGINX and Saferwall pillars into `.gitignore` which requires user to rename example pillars ([d4faae5](https://github.com/extra2000/saferwall-box/commit/d4faae5d5633097819f88de5fd4147891146a174)) * **vagrant:** Add main box into `.gitignore` which require user have to rename any Vagrant examples to the main box's name ([c7c93fd](https://github.com/extra2000/saferwall-box/commit/c7c93fda7658e4792740817dc0e34408f829f13c)) * **vagrant:** Disable VirtualBox Guest Additions auto-install ([f07e2a4](https://github.com/extra2000/saferwall-box/commit/f07e2a4c526c8767eb06b2ab7414d649f831b939)) ### Documentations * **README:** Add badges ([af83e2c](https://github.com/extra2000/saferwall-box/commit/af83e2c1df0804f8bbece7ad2e8c282e157e76e1)) * **README:** Initial documentations ([0a255ca](https://github.com/extra2000/saferwall-box/commit/0a255cadd8e6178dff9860f29d5ea1fc71e10f02)) * **README:** Update instructions ([81afdda](https://github.com/extra2000/saferwall-box/commit/81afdda773e601e8d839b46e6c8a5bbc6a043d61)) --- CHANGELOG.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..88e0db1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,56 @@ +# Changelog + +## 1.0.0-alpha.1 (2020-10-28) + + +### Features + +* **nginx:** Add `dhparam` options for SSL ([078f83a](https://github.com/extra2000/saferwall-box/commit/078f83af3d5013b852b5ee23d7da258cb3c087e5)) +* **pillar.saferwall:** Update keys and values ([b3abb70](https://github.com/extra2000/saferwall-box/commit/b3abb70a2ae4a85fa20d18dd85a9031f5f9d3f69)) +* **podman-formula:** Update to v2.0.2-alpha.1 ([cb95fab](https://github.com/extra2000/saferwall-box/commit/cb95fab052a5e669c0e25774ae9118ac10120658)) +* **saferwall-formula:** New commits ([98dc2ab](https://github.com/extra2000/saferwall-box/commit/98dc2ab351f3fbf56a47433d1e701a4e4991a96a)) +* **salt:** Add NGINX with self-signed SSL ([28a9dac](https://github.com/extra2000/saferwall-box/commit/28a9dacc7545df36e6cef2afcc35dd7bf5dbaf7e)) +* **vagrant:** Change CentOS 7 to Fedora 32 which brings Podman version 2.x ([285d94d](https://github.com/extra2000/saferwall-box/commit/285d94dd93202ace4a170030ceb17f95e258ebf0)) +* Add intial commit of saferwall-formula ([2635bfb](https://github.com/extra2000/saferwall-box/commit/2635bfb4e6711f1c6d11c7f0fb53cb3e6a51af99)) +* Add podman formula ([7b81b75](https://github.com/extra2000/saferwall-box/commit/7b81b757f8cc7785c6f55427b5aadd9f2d84dc87)) +* Add Vagrant ([f288765](https://github.com/extra2000/saferwall-box/commit/f2887650d5d8d59d301c0dde5788ee062161710e)) +* Initial salt/ implementations ([26ef1ad](https://github.com/extra2000/saferwall-box/commit/26ef1adb83fe50b8ed913b15035082396c44f562)) + + +### Performance Improvements + +* **vagrant:** Reduce RAM from 8GB to 4GB ([24d0ffb](https://github.com/extra2000/saferwall-box/commit/24d0ffb0b4373b9b0341cba8020faaf197acacf0)) +* **vagrant:** Reduce vCPUs from 4 cores to 2 cores ([d9fb145](https://github.com/extra2000/saferwall-box/commit/d9fb14549f1c02ba5897c6b9d2889932ccc288e3)) + + +### Styles + +* Add .gitignore ([93264ca](https://github.com/extra2000/saferwall-box/commit/93264ca6246eaeca6d885d59d2abe1aee7059419)) + + +### Continuous Integrations + +* Add Travis CI, AppVeyor, and semantic-release ([a5a4c95](https://github.com/extra2000/saferwall-box/commit/a5a4c95d48ad4ac453e46d60a82adfe487cff1a5)) +* Copy `vagrant/Vagrantfile.saferwall-box.fedora-32.amd64.example` to `vagrant/Vagrantfile.saferwall-box` ([e943223](https://github.com/extra2000/saferwall-box/commit/e94322350df1f4bb551eb1d4a7e2ac8b2b6d16d0)) + + +### Fixes + +* **bridgenet:** Fix bridge network not working on Fedora 32 ([159f33e](https://github.com/extra2000/saferwall-box/commit/159f33e074d71fbfeb99a38259055245cab0daf8)) +* **nginx:** Fix client max body size for large file uploads ([be2cf78](https://github.com/extra2000/saferwall-box/commit/be2cf784849839c19a279fa647d6d1883f70f4d7)) +* **nginx:** Fix SELinux problem ([b63a3ca](https://github.com/extra2000/saferwall-box/commit/b63a3ca806ff5e9a7209719dd12d5736249b3938)) +* **vagrant:** Fix CPU topology does not match VCPU count ([22444bd](https://github.com/extra2000/saferwall-box/commit/22444bd3f178a7221e7429f9b67188842fb3fd8a)) + + +### Code Refactoring + +* **pillar:** Add NGINX and Saferwall pillars into `.gitignore` which requires user to rename example pillars ([d4faae5](https://github.com/extra2000/saferwall-box/commit/d4faae5d5633097819f88de5fd4147891146a174)) +* **vagrant:** Add main box into `.gitignore` which require user have to rename any Vagrant examples to the main box's name ([c7c93fd](https://github.com/extra2000/saferwall-box/commit/c7c93fda7658e4792740817dc0e34408f829f13c)) +* **vagrant:** Disable VirtualBox Guest Additions auto-install ([f07e2a4](https://github.com/extra2000/saferwall-box/commit/f07e2a4c526c8767eb06b2ab7414d649f831b939)) + + +### Documentations + +* **README:** Add badges ([af83e2c](https://github.com/extra2000/saferwall-box/commit/af83e2c1df0804f8bbece7ad2e8c282e157e76e1)) +* **README:** Initial documentations ([0a255ca](https://github.com/extra2000/saferwall-box/commit/0a255cadd8e6178dff9860f29d5ea1fc71e10f02)) +* **README:** Update instructions ([81afdda](https://github.com/extra2000/saferwall-box/commit/81afdda773e601e8d839b46e6c8a5bbc6a043d61))