Skip to content

Releases: cloudera-labs/cloudera.exe

Version 3.1.0

24 Sep 17:39
22cef7d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.1.0

Version 3.0.0

26 Aug 22:24
74c5c51
Compare
Choose a tag to compare

What's Changed

  • migrate rdbms role - fixes for rhel9 by @clevesque in #181
  • Add pre-commit hooks, workflow, and instructions by @wmudge in #188
  • Add roles and example playbook for PVC cert renewal by @jimright in #189
  • Update RDBMS PostgreSQL server role by @wmudge in #194
  • freeipa_sidecar and freeipa_client & server fixes for el9 by @clevesque in #199
  • Add Molecule testing by @wmudge in #197
  • Update upload-artifact to v4 by @wmudge in #202
  • Update volume discovery in mount role to exclude root volume by @jimright in #200
  • Add ansible-lint, update hatch environments and pre-commit by @wmudge in #205
  • Update version to 3.0.0-rc1 by @wmudge in #206
  • Add JMESPath to requirements by @wmudge in #207
  • Update prometheus role for ansible-lint, argument specs, and README by @wmudge in #208
  • Rename nodeexporter role to node_exporter and update documentation, specs, and linting fixes by @wmudge in #209
  • Update Blackbox Exporter role for documentation, specs, and rename by @wmudge in #210
  • Update grafana role for ansible-lint, consolidate tasks, and add README by @wmudge in #211
  • Update mount role for ansible-lint, argument specs, and README by @wmudge in #212
  • Update playbooks for ansible-lint by @wmudge in #213
  • Update plugins for ansible-lint by @wmudge in #214
  • Add Docker installation role by @wmudge in #215
  • Add pgAdmin installation role by @wmudge in #216
  • Add Caddy reverse proxy role by @wmudge in #217
  • Add AMD ROCm drivers installation role by @wmudge in #218
  • Update freeipa_server role by @wmudge in #219
  • Update freeipa_client role by @wmudge in #220
  • Add PostgreSQL server installation role by @wmudge in #221
  • Add PostgreSQL client installation role by @wmudge in #222
  • Add prerequisite roles for Cloudera on premise (private cloud) by @wmudge in #223
  • Add CM repository installation role by @wmudge in #224
  • Add CSD installation role by @wmudge in #225
  • Add CM server installation role by @wmudge in #226
  • Add CM agent installation role by @wmudge in #227
  • Update version added field to 3.0.0 release by @wmudge in #228
  • Add deprecation module for legacy roles by @wmudge in #229
  • Deprecate auto_repo_mirror role by @wmudge in #230
  • Deprecate common role by @wmudge in #231
  • Deprecate data role by @wmudge in #232
  • Deprecate dynamic_inventory role by @wmudge in #233
  • Deprecate freeipa_host_group role by @wmudge in #234
  • Deprecate info role by @wmudge in #235
  • Deprecate infrastructure role by @wmudge in #236
  • Deprecate init_deployment role by @wmudge in #237
  • Deprecate platform role by @wmudge in #238
  • Deprecate provision role by @wmudge in #239
  • Deprecate rdbms.client and rdbms.server roles by @wmudge in #240
  • Deprecate rdbms_server role by @wmudge in #241
  • Deprecate runtime role by @wmudge in #242
  • Deprecate sequence role by @wmudge in #243
  • Fix documentation reference to external FreeIPA role by @wmudge in #244
  • Relocate role plugins by @wmudge in #245
  • Fix handler reference for prereq_thp role by @wmudge in #247
  • Fix cm_version filter relocation by @wmudge in #248
  • Update to fix ansible-lint warnings and errors by @wmudge in #249
  • Fix FreeIPA client packages management by @wmudge in #250
  • Fix FreeIPA server packages management by @wmudge in #251
  • Fix prereq_services handler variable by @wmudge in #252
  • Fix prereq_kerberos file permissions by @wmudge in #253
  • Fix PostgreSQL server GPG key URL for RedHat by @wmudge in #254
  • Fix prereq_python version tests by @wmudge in #255
  • Add module to query Cloudera support matrix by @jimright in #246
  • Update tests and filters to include Cloudera versioning scheme by @wmudge in #256
  • Add FreeIPA DNS for ECS role by @wmudge in #257
  • Add FreeIPA users role by @wmudge in #258
  • Update support matrix plugins and role by @wmudge in #259
  • Replace blackbox and nodeexporter role symlinks with copy by @jimright in #261
  • Update prereq_jdk role to validate Manager and Runtime versions by @wmudge in #260
  • Add raw_filters parameter to supported lookup and module by @wmudge in #262
  • Update cm_repo role to use supported lookup by @wmudge in #264
  • Add Molecule testing by @wmudge in #265
  • Update prereq_python to use support matrix lookup by @wmudge in #263
  • Add unit tests for cloudera.exe.jdk_facts by @wmudge in #266
  • Update API docs and fix linting issues by @wmudge in #268
  • Add cloudera service users role by @jimright in #267
  • Add variables to skip of overlap check for FreeIPA server DNS zones by @jimright in #272
  • Update support matrix lookup maps for Rocky by @jimright in #273
  • Update copyright by @wmudge in #270
  • Update version_added to roles, modules, and plugins by @wmudge in #269
  • Add changelog by @wmudge in #271
  • Remove unnecessary shebang by @wmudge in #274
  • Fix prereq_cloudera_users references by @wmudge in #275
  • Update deprecated actions by @wmudge in #190
  • Add cloudera_manager_release parameter by @wmudge in #276
  • Add yamllint config by @wmudge in #277
  • Remove comments from cm_repo tasks by @wmudge in #278
  • Release 3.0.0-rc.2 by @wmudge in #279
  • Update testing instructions by @wmudge in #280
  • Update README for 3.0.0 by @wmudge in #281
  • Prepare for release 3.0.0 by @wmudge in #282
  • Update dependent actions for publish_docs.yml workflow by @wmudge in #283

Full Changelog: v2.4.1...3.0.0

v2.4.1

28 Aug 17:10
86fa9ef
Compare
Choose a tag to compare

What's Changed

  • Update guard condition on dynamic inventory AMI lookup by @jimright in #191

Full Changelog: v2.4.0...v2.4.1

Version 2.4.0

21 May 22:19
3feb151
Compare
Choose a tag to compare

What's Changed

  • Don't run GPC VPC discovery tasks when the subnet was already specified. by @chusopr in #149
  • Add Monitoring roles by @rsuplina in #174
  • Adds RHEL9 support for free_ipaserver & free_ipaclient by @clevesque in #176
  • Add minor changes to Monitoring Roles by @rsuplina in #177
  • Add Blackbox Role by @rsuplina in #178
  • Add analytics to API documents by @wmudge in #183
  • Update role READMEs to enable Ansible Galaxy publication by @wmudge in #185
  • Add workflow and steps to validate for and publish to Ansible Galaxy by @wmudge in #184
  • Update to version 2.4.0 by @wmudge in #186

New Contributors

Full Changelog: v2.3.1...v2.4.0

Version 2.3.1

08 Apr 13:40
a008daa
Compare
Choose a tag to compare

Full Changelog: v2.3.0...v2.3.1

  • Update cloudera.cloud to version 2.3.1 for a hotfix release

Version 2.3.0

21 Dec 17:23
72567ad
Compare
Choose a tag to compare

What's Changed

  • Remove duplicate namespace entry in freeipa_server role by @wmudge in #170
  • Update AWS SG rules to use Prefix List for extra CIDR block access by @wmudge in #168
  • GCP: Add support for specifying the backups storage bucket. by @jimright in #172
  • Variables that are set in roles/runtime/tasks/initialize_setup_gcp.yml are never used. by @chusopr in #148
  • Move listing cross account keys to teardown playbook. by @chusopr in #147
  • Allow skipping GCP availability zones validation. by @chusopr in #150

Full Changelog: v2.2.0...v2.3.0

Version 2.2.0

20 Nov 18:32
6276d7e
Compare
Choose a tag to compare

What's Changed

  • Add PostgreSQL Connector install to pvc_base_prereqs_ext Playbook by @jimright in #167

Full Changelog: v2.1.0...v2.2.0

Version 2.1.0

02 Nov 21:25
571752f
Compare
Choose a tag to compare

What's Changed

  • Remove PVC Base teardown environment vars by @wmudge in #165

Full Changelog: v2.0.1...v2.1.0

Version 2.0.1

05 Oct 19:47
0b387f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

Version 2.0.0

29 Sep 00:42
2913cc1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.5...v2.0.0