Skip to content

Commit

Permalink
Prepare for release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Miha Dolinar authored and tadeboro committed May 4, 2021
1 parent c000b1f commit 4edf1d5
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
26 changes: 26 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
---
releases:
1.10.0:
release_date: "2021-05-04"
changes:
release_summary: |
Authentication, authentication on the wall, Who has Access to Them All?
New modules allow Sensu Go users to configure authentication within
their Ansible playbooks. The users can authenticate via external
authentication providers such as Lightweight Directory Access Protocol (LDAP),
Active Directory (AD), or OpenID Connect 1.0 protocol (OIDC).
minor_changes:
- Add modules for managing Sensu Go authentication providers.
modules:
- name: ad_auth_provider
description: Manage Sensu AD authentication provider
namespace: ""
- name: ldap_auth_provider
description: Manage Sensu LDAP authentication provider
namespace: ""
- name: oidc_auth_provider
description: Manage Sensu OIDC authentication provider
namespace: ""
- name: auth_provider_info
description: List Sensu authentication providers
namespace: ""

1.9.4:
release_date: "2021-03-30"
changes:
Expand Down
13 changes: 13 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Release notes
=============

Version 1.10.0 -- Authentication, authentication on the wall, Who has Access to Them All?
-----------------------------------------------------------------------------------------

New modules allow Sensu Go users to configure authentication within
their Ansible playbooks. The users can authenticate via external
authentication providers such as Lightweight Directory Access Protocol (LDAP),
Active Directory (AD), or OpenID Connect 1.0 protocol (OIDC).

**New features:**

* Add modules for managing Sensu Go authentication providers.


Version 1.9.4 -- Opening Windows for real
-----------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: sensu
name: sensu_go
version: 1.9.4
version: 1.10.0

authors:
- Paul Arthur <[email protected]> (@flowerysong)
Expand Down

0 comments on commit 4edf1d5

Please sign in to comment.