Skip to content

Commit 14459cd

Browse files
authored
Release 3.2.0 (#311)
* Fix version_added for freeipa_server_enrolled_tls role * Update version to 3.2.0 * Update CHANGELOG Signed-off-by: Webster Mudge <[email protected]>
1 parent fd30639 commit 14459cd

File tree

5 files changed

+68
-3
lines changed

5 files changed

+68
-3
lines changed

CHANGELOG.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ cloudera.exe Release Notes
44

55
.. contents:: Topics
66

7+
v3.2.0
8+
======
9+
10+
Minor Changes
11+
-------------
12+
13+
- Add Cloudera Edge Flow Manager role (https://github.com/cloudera-labs/cloudera.exe/pull/295)
14+
- Add Docker daemon configuration input docker role (https://github.com/cloudera-labs/cloudera.exe/pull/303)
15+
- Add Docker network configuration for pgadmin (https://github.com/cloudera-labs/cloudera.exe/pull/304)
16+
- Add FreeIPA role for issuing TLS certificates to enrolled hosts (https://github.com/cloudera-labs/cloudera.exe/pull/307)
17+
- Add ownership management for generated TLS certificate and key files (https://github.com/cloudera-labs/cloudera.exe/pull/310)
18+
- Add role for MiNiFi C++ Agent (https://github.com/cloudera-labs/cloudera.exe/pull/309)
19+
- Add tls_keystores role (https://github.com/cloudera-labs/cloudera.exe/pull/308)
20+
- Constrain OS-specific variables lookup to role var directory (https://github.com/cloudera-labs/cloudera.exe/pull/306)
21+
22+
New Roles
23+
---------
24+
25+
- cloudera.exe.efm - Install and configure Cloudera Edge Flow Manager (EFM).
26+
- cloudera.exe.freeipa_server_enrolled_tls - Issue a TLS certificate and private key for an enrolled host.
27+
- cloudera.exe.minifi_agent_cpp - Install and configure Cloudera MiNiFi C++ Agent.
28+
- cloudera.exe.tls_keystores - Create Java keystores and truststores from TLS certificates.
29+
730
v3.1.0
831
======
932

changelogs/.plugin-cache.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ objects:
4848
description: Dynamic inventory
4949
name: dynamic_inventory
5050
version_added: 2.0.0
51+
efm:
52+
description: Install and configure Cloudera Edge Flow Manager (EFM)
53+
name: efm
54+
version_added: 3.2.0
5155
freeipa_client:
5256
description: Set up FreeIPA client
5357
name: freeipa_client
@@ -64,6 +68,10 @@ objects:
6468
description: Configure DNS zones and wildcard records for ECS
6569
name: freeipa_server_ecs
6670
version_added: 3.0.0
71+
freeipa_server_enrolled_tls:
72+
description: Issue a TLS certificate and private key for an enrolled host
73+
name: freeipa_server_enrolled_tls
74+
version_added: 3.2.0
6775
freeipa_server_unenrolled_tls:
6876
description: Issue a TLS certificate for an unenrolled host
6977
name: freeipa_server_unenrolled_tls
@@ -93,6 +101,10 @@ objects:
93101
description: Configuration init
94102
name: init_deployment
95103
version_added: 2.0.0
104+
minifi_agent_cpp:
105+
description: Install and configure Cloudera MiNiFi C++ Agent
106+
name: minifi_agent_cpp
107+
version_added: 3.2.0
96108
mount:
97109
description: Create and mount a storage volume
98110
name: mount
@@ -451,6 +463,10 @@ objects:
451463
description: Copy and install the signed TLS certificates to each cluster
452464
name: tls_install_certs
453465
version_added: 3.0.0
466+
tls_keystores:
467+
description: Create Java keystores and truststores from TLS certificates
468+
name: tls_keystores
469+
version_added: 3.2.0
454470
tls_signing:
455471
description: Sign of CSRs by a CA Server
456472
name: tls_signing
@@ -507,4 +523,4 @@ plugins:
507523
name: version
508524
version_added: 3.0.0
509525
vars: {}
510-
version: 3.1.0
526+
version: 3.2.0

changelogs/changelog.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
---
22
ancestor:
33
releases:
4+
3.2.0:
5+
changes:
6+
minor_changes:
7+
- Add ownership management for generated TLS certificate and key files (https://github.com/cloudera-labs/cloudera.exe/pull/310)
8+
- Add role for MiNiFi C++ Agent (https://github.com/cloudera-labs/cloudera.exe/pull/309)
9+
- Add tls_keystores role (https://github.com/cloudera-labs/cloudera.exe/pull/308)
10+
- Add FreeIPA role for issuing TLS certificates to enrolled hosts (https://github.com/cloudera-labs/cloudera.exe/pull/307)
11+
- Constrain OS-specific variables lookup to role var directory (https://github.com/cloudera-labs/cloudera.exe/pull/306)
12+
- Add Docker network configuration for pgadmin (https://github.com/cloudera-labs/cloudera.exe/pull/304)
13+
- Add Docker daemon configuration input docker role (https://github.com/cloudera-labs/cloudera.exe/pull/303)
14+
- Add Cloudera Edge Flow Manager role (https://github.com/cloudera-labs/cloudera.exe/pull/295)
15+
objects:
16+
role:
17+
- description: Install and configure Cloudera Edge Flow Manager (EFM).
18+
name: efm
19+
namespace:
20+
- description: Issue a TLS certificate and private key for an enrolled host.
21+
name: freeipa_server_enrolled_tls
22+
namespace:
23+
- description: Install and configure Cloudera MiNiFi C++ Agent.
24+
name: minifi_agent_cpp
25+
namespace:
26+
- description: Create Java keystores and truststores from TLS certificates.
27+
name: tls_keystores
28+
namespace:
29+
release_date: '2025-10-07'
430
3.1.0:
531
changes:
632
minor_changes:

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
namespace: cloudera
1818
name: exe
19-
version: 3.1.0
19+
version: 3.2.0
2020
readme: README.md
2121
authors:
2222
- Jim Enright @jenright

roles/freeipa_server_enrolled_tls/meta/argument_specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ argument_specs:
2020
- Issue a TLS certificate and private key for a host that is already enrolled in FreeIPA.
2121
- The certificate is requested from FreeIPA CA using the enrolled host's identity.
2222
author: Cloudera Labs
23-
version_added: 3.1.0
23+
version_added: 3.2.0
2424
options:
2525
ipaadmin_password:
2626
description: FreeIPA admin password used for authentication.

0 commit comments

Comments
 (0)