Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/update cert validity check #10

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[docs] added note about future 3.0.0 release
  • Loading branch information
Anton Boritskiy committed Sep 8, 2023
commit fa94609ec07fc2e1aa7b3d374a035514b0be0b19
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to
[Semantic Versioning](http://semver.org/).

## 3.0.0

### Added

- use `community.crypto.x509_certificate_info` instead of `openssl_certificate`,
As of Ansible 2.10, the 'openssl_certificate' was moved to the 'community.crypto'
collection and the 'assertonly' provider was removed.

## 2.3.0

### Added
Expand Down