Felix Fontein
4ee90e5ea2
Release 2.22.1.
2024-10-01 22:51:02 +03:00
Felix Fontein
9cdd28c2ca
Prepare 2.22.1.
2024-10-01 22:34:15 +03:00
Felix Fontein
db871c2686
Pass absolute paths to atmoic_move(). ( #799 )
2024-10-01 21:55:00 +03:00
Felix Fontein
5a2dff7b74
Make sure that the required slash is present. ( #802 )
2024-09-29 21:26:31 +03:00
Felix Fontein
2d82f49adc
Make sure idna is installed. ( #800 )
2024-09-25 23:10:44 +03:00
Felix Fontein
1095c0be41
Add stable-2.18 to CI ( #798 )
...
* Add stable-2.18 to CI.
* get_certificate: always use asn1_base64=true for ansible-core 2.18+.
2024-09-24 14:19:42 +03:00
Felix Fontein
019b0fd725
Next expected release is 2.23.0.
2024-09-08 17:00:45 +02:00
Felix Fontein
80c129941a
Release 2.22.0.
2024-09-08 16:43:33 +02:00
Felix Fontein
eeb6152703
Remove link to Google Groups mailing list. ( #795 )
...
Ref: https://groups.google.com/g/ansible-project/c/B0oKR0aQqXs
2024-09-08 16:15:52 +02:00
Felix Fontein
e140642ba4
Prepare 2.22.0.
2024-09-07 09:53:13 +02:00
Felix Fontein
a49711d383
openssl_privatekey*: add default value for cipher option ( #794 )
...
* Add default value for 'cipher' option.
* Adjust tests.
* Add changelog fragment.
* Clarify that cipher is used only when passphrase is provided.
2024-08-30 08:49:20 +01:00
Felix Fontein
f0b8073ea5
Improve communication link description.
2024-08-15 21:40:07 +02:00
Felix Fontein
49f64aecee
Improve communication info. ( #792 )
2024-08-12 17:05:24 +02:00
Andrew Klychkov
dc49cc6e26
README: Add Communication section with Forum information ( #790 )
...
* README: Add Communication section with Forum information
* Insert tag, remove category.
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-08-12 12:53:29 +02:00
Felix Fontein
e42f8e0d0c
Make pylint happy. ( #789 )
2024-08-07 14:48:58 +02:00
Felix Fontein
114a29f4ea
Next expected release will be 2.22.0.
2024-07-21 16:11:49 +02:00
Felix Fontein
bb1cdef4c6
Release 2.21.1.
2024-07-21 15:48:08 +02:00
Felix Fontein
cd0444bd53
Prepare 2.21.1 release.
2024-07-21 15:14:40 +02:00
Felix Fontein
cb3f55076e
Support InvalidityDate.invalidity_date_utc. ( #730 )
2024-07-21 13:04:13 +02:00
Felix Fontein
e1e60892a8
Fix PKCS#12 tests. ( #787 )
2024-07-21 13:02:04 +02:00
Felix Fontein
d509af540d
Disable unit tests that fail with cryptography 43.0.0. ( #786 )
2024-07-21 12:11:34 +02:00
Felix Fontein
c8767ede77
The next expected release is 2.22.0.
2024-07-12 22:37:49 +02:00
Felix Fontein
f7c0a85c72
Release 2.21.0.
2024-07-12 22:17:24 +02:00
Felix Fontein
8935ab8fdc
Reformat and re-order changelogs/changelog.yaml.
2024-07-11 22:44:23 +02:00
Felix Fontein
1f39b0ff2a
Add missing changelog for #784 .
2024-07-11 22:35:47 +02:00
G Derber
b02fb8e9a0
certificate_complete_chain: add ability to identify ed25519 complete chains ( #777 )
...
* Add ability to identify ed25519 complete chains.
* Add ability to identify ed448 complete chains.
* Formatting updates
* Remove unnecessary imports.
* Cleanup whitespace
* Fix algorithm names capitalization.
2024-07-11 22:25:16 +02:00
Felix Fontein
d50c3cc944
get_certificate: add get_certificate_chain option ( #784 )
...
* Implement get_certificate_chain option.
* Implement basic tests.
* Add compatibility for current Python 3.13 pre-releases.
2024-07-10 21:51:30 +02:00
Felix Fontein
4c26fada5e
Polish docs. ( #783 )
2024-07-10 00:20:24 +02:00
Felix Fontein
d13d1868b6
Remove EOL'ed FreeBSD 13.2 from CI. ( #781 )
...
Apparently the packages are no longer available.
2024-07-08 22:44:14 +02:00
dependabot[bot]
6a0953b19f
Bump fsfe/reuse-action from 3 to 4 ( #780 )
...
Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action ) from 3 to 4.
- [Release notes](https://github.com/fsfe/reuse-action/releases )
- [Commits](https://github.com/fsfe/reuse-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: fsfe/reuse-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 07:53:36 +02:00
dlehrman
6ba06f24ce
Enable TLS/SSL CTX Options for the get_certificate Module ( #779 )
...
* Enable SSL CTX options for get_certificate
Signed-off-by: David Ehrman <dlehrman@liberty.edu>
* Support both str and int SSL CTX options, override defaults
Signed-off-by: David Ehrman <dlehrman@liberty.edu>
* Add changelog fragment
Signed-off-by: David Ehrman <dlehrman@liberty.edu>
* Resolve doc builder error
ssl_ctx_options can be a mix of str and int, but `elements: [ str, int ]` made the Ansible doc builder angry.
Signed-off-by: David Ehrman <dlehrman@liberty.edu>
* Set ssl_ctx_options version_added
Signed-off-by: David Ehrman <dlehrman@liberty.edu>
* Initial application of suggestions from code review
Working on completing application of suggestions
Co-authored-by: Felix Fontein <felix@fontein.de>
* Finish applying suggestions from code review
Signed-off-by: David Ehrman <dlehrman@liberty.edu>
* Documentation update
Co-authored-by: Felix Fontein <felix@fontein.de>
* Include value in fail output for wrong data type
Co-authored-by: Felix Fontein <felix@fontein.de>
* Handle invalid tls_ctx_option strings
Co-authored-by: Felix Fontein <felix@fontein.de>
* Minor documentation update
Signed-off-by: David Ehrman <dlehrman@liberty.edu>
---------
Signed-off-by: David Ehrman <dlehrman@liberty.edu>
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-07-07 21:48:48 +02:00
Felix Fontein
577d86265e
Prepare 2.21.0 release.
2024-07-07 20:11:55 +02:00
Felix Fontein
1c1b59b719
Add link to forum. ( #778 )
2024-07-05 22:33:00 +02:00
Felix Fontein
518847a92c
CI: DSA SSH keys are no longer supported with OpenSSH 9.8p1 ( #776 )
...
* DSA SSH keys are no longer supported with OpenSSH 9.8p1.
* Add more compatibility tests.
2024-07-04 10:15:22 +02:00
Felix Fontein
aa30b4c803
Fix CI for CentOS 7. ( #774 )
2024-07-01 13:56:23 +02:00
Felix Fontein
a9dab608c7
Adjust docs publishing workflow. ( #773 )
...
Ref: https://github.com/ansible-community/github-docs-build/issues/92
2024-06-29 17:23:11 +02:00
Felix Fontein
e6643fd2dd
Replace FreeBSD 14.0 with 14.1; add 14.0 for stable-2.17. ( #772 )
2024-06-21 21:38:19 +02:00
Felix Fontein
f58606b64d
Add Python 3.13 to CI. ( #768 )
2024-06-18 23:08:54 +02:00
Felix Fontein
5e60bee9c0
Adjust CI matrix for ansible-core devel's ansible-test ( #771 )
...
* Adjust CI matrix for ansible-core devel's ansible-test.
* Don't install cryptography via pip on Ubuntu 24.04.
* Don't force-enable on Fedora.
2024-06-18 08:20:43 +02:00
Felix Fontein
33410b1d57
Removing Fedora 31 and 32 from CI. These images seem to no longer work.
2024-06-15 14:01:44 +02:00
Felix Fontein
e365ae3226
Use 2.9/2.10/2.11 from ansible-community/eol-ansible repo. ( #769 )
2024-06-15 13:49:41 +02:00
Felix Fontein
5f6e0095b0
Fix unit tests. ( #767 )
2024-06-13 21:33:36 +02:00
Felix Fontein
dc052bee21
Bump Azure test container to 6.0.0. ( #764 )
2024-06-10 20:41:22 +02:00
Felix Fontein
38849514f3
Stop building EE with CentOS Stream 8, which no longer has builds. ( #763 )
2024-06-04 07:40:46 +02:00
Felix Fontein
7810e2c3bf
Remove usage of old ACME test container. ( #760 )
2024-05-20 16:11:35 +02:00
Felix Fontein
5d4cbbb038
The next expected release will be 2.21.0.
2024-05-20 12:15:59 +02:00
Felix Fontein
58a81374d6
Release 2.20.0.
2024-05-20 11:30:21 +02:00
Felix Fontein
c29c34bab2
Prepare 2.20.0.
2024-05-20 11:26:23 +02:00
Felix Fontein
b4452d4be1
From now on automatically add period to new plugins in changelog, and use FQCNs. ( #759 )
2024-05-20 08:44:11 +02:00
Felix Fontein
7fc3ad0263
Make sure the ACME inspect tests run with both backends. ( #758 )
2024-05-12 15:29:07 +02:00