Update postfix cookbook

This commit is contained in:
Râu Cao
2023-11-29 22:26:29 +01:00
parent 1e9878d17e
commit 158a9c2fbe
43 changed files with 836 additions and 156 deletions

View File

@@ -2,6 +2,176 @@
This file is used to list changes made in each version of the postfix cookbook.
## 6.0.26 - *2023-10-03*
- add installation of postfix addon packages for RHEL 8
## 6.0.25 - *2023-10-03*
Fix markdown
## 6.0.24 - *2023-09-28*
Standardise files with files in sous-chefs/repo-management
## 6.0.23 - *2023-09-04*
Standardise files with files in sous-chefs/repo-management
## 6.0.22 - *2023-08-29*
Standardise files with files in sous-chefs/repo-management
## 6.0.21 - *2023-05-17*
Standardise files with files in sous-chefs/repo-management
## 6.0.20 - *2023-04-17*
Fix CI permissions
## 6.0.19 - *2023-04-17*
Standardise files with files in sous-chefs/repo-management
## 6.0.18 - *2023-04-07*
Standardise files with files in sous-chefs/repo-management
## 6.0.17 - *2023-04-01*
Standardise files with files in sous-chefs/repo-management
## 6.0.16 - *2023-04-01*
Standardise files with files in sous-chefs/repo-management
## 6.0.15 - *2023-04-01*
Standardise files with files in sous-chefs/repo-management
## 6.0.14 - *2023-03-20*
Standardise files with files in sous-chefs/repo-management
## 6.0.13 - *2023-03-15*
Standardise files with files in sous-chefs/repo-management
## 6.0.12 - *2023-02-23*
Standardise files with files in sous-chefs/repo-management
## 6.0.11 - *2023-02-16*
Standardise files with files in sous-chefs/repo-management
## 6.0.10 - *2023-02-14*
Standardise files with files in sous-chefs/repo-management
## 6.0.9 - *2023-02-14*
Standardise files with files in sous-chefs/repo-management
## 6.0.8 - *2022-12-08*
Standardise files with files in sous-chefs/repo-management
## 6.0.7 - *2022-02-03*
Standardise files with files in sous-chefs/repo-management
## 6.0.6 - *2022-02-02*
- Update tested platforms
- Remove delivery and move to calling RSpec directly via a reusable workflow
## 6.0.5 - *2022-01-08*
- resolved cookstyle error: test/integration/helpers/serverspec/spec_helper.rb:9:21 convention: `Style/FileRead`
## 6.0.4 - *2021-08-19*
## 6.0.3 - *2021-08-19*
- Fixed TLS configuration
## 6.0.2 - *2021-06-30*
- Make sure we write the main.conf and master.conf before we try to use any commands (like postmap)
## 6.0.1 - *2021-06-01*
## 6.0.0 - *2020-11-23*
- Disabled SSLv3 by default
## 5.4.1 - 2020-10-20
- Ensure all postmap files are rebuilt immediately if needed
## 5.4.0 - 2020-10-11
### Changed
- Sous Chefs Adoption
- Update to use Sous Chefs GH workflow
- Update README to sous-chefs
- Update metadata.rb to Sous Chefs
- Update test-kitchen to Sous Chefs
### Added
- Standardise files with files in sous-chefs/repo-management
- Add Ubuntu 20.04 testing
### Fixed
- Cookstyle fixes
- ChefSpec fixes
- Yamllint fixes
- MDL fixes
- Fix OpenSUSE installation issues
### Removed
- Remove EL 6 testing
- Remove Amazon Linux 1 testing
## 5.3.1 (2018-07-24)
- Fixed sbin issue with Chef13
## 5.3.0 (2018-05-23)
- support multiple sasl_passwd entries
- Add `packages` attribute so different postfix packages can be installed
- add ability to set network connection port for a remote relayhost
## 5.2.1 (2017-11-22)
- Properly support FreeBSD
- Do not run service restart for solaris which fails
## 5.2.0 (2017-08-07)
- Lazily evaluate the config template variables to allow overrides to properly apply
- Avoid Chefspec deprecation warnings
## 5.1.1 (2017-07-28)
- Fix support for Amazon Linux on Chef 13
- Expand testing to cover Debian 9 in Travis
## 5.1.0 (2017-07-28)
- Add an option to allow recipient canonical maps
## 5.0.3 (2017-06-26)
- Correct attribute line for use_relay_restrictions_maps to prevent converge failures
## 5.0.2 (2017-05-17)
- Fix use_relay_restrictions_maps attribute misspelling in attributes file
@@ -117,51 +287,51 @@ Reverting #37 - [COOK-3418] Virtual Domain Support PR - duplicate of #55
### Bug
- **[COOK-4357](https://tickets.chef.io/browse/COOK-4357)** - postfix::sasl_auth recipe fails to converge
- postfix::sasl_auth recipe fails to converge
## v3.1.0 (2014-02-19)
### Bug
- **[COOK-4322](https://tickets.chef.io/browse/COOK-4322)** - Postfix cookbook has incorrect default path for sasl_passwd
- Postfix cookbook has incorrect default path for sasl_passwd
### New Feature
- **[COOK-4086](https://tickets.chef.io/browse/COOK-4086)** - use conf_dir attribute for sasl recipe, and add omnios support
- **[COOK-2551](https://tickets.chef.io/browse/COOK-2551)** - Support creating the sender_canonical map file
- use conf_dir attribute for sasl recipe, and add omnios support
- Support creating the sender_canonical map file
## v3.0.4
### Bug
- **[COOK-3824](https://tickets.chef.io/browse/COOK-3824)** - main.cf.erb mishandles lists
- main.cf.erb mishandles lists
### Improvement
- **[COOK-3822](https://tickets.chef.io/browse/COOK-3822)** - postfix cookbook readme has an incorrect example
- postfix cookbook readme has an incorrect example
- Got rubocop errors down to 32
### New Feature
- **[COOK-2551](https://tickets.chef.io/browse/COOK-2551)** - Support creating the sender_canonical map file
- Support creating the sender_canonical map file
## v3.0.2
### Bug
- **[COOK-3617](https://tickets.chef.io/browse/COOK-3617)** - Fix error when no there is no FQDN
- **[COOK-3530](https://tickets.chef.io/browse/COOK-3530)** - Update `client.rb` after 3.0.0 refactor
- **[COOK-2499](https://tickets.chef.io/browse/COOK-2499)** - Do not use resource cloning
- Fix error when no there is no FQDN
- Update `client.rb` after 3.0.0 refactor
- Do not use resource cloning
### Improvement
- **[COOK-3116](https://tickets.chef.io/browse/COOK-3116)** - Add SmartOS support
- Add SmartOS support
## v3.0.0
### Improvement
- **[COOK-3328](https://tickets.chef.io/browse/COOK-3328)** - Postfix main/master and attributes refactor
- Postfix main/master and attributes refactor
**Breaking changes**: