From 3feb151ee7e508f46de05de487459d8ceb40dc07 Mon Sep 17 00:00:00 2001 From: Webster Mudge Date: Tue, 21 May 2024 18:15:39 -0400 Subject: [PATCH] Update to version 2.4.0 (#186) * Update installation instructions for API * Update to version 2.4.0 * Update collection dependencies to point at Ansible Galaxy Signed-off-by: Webster Mudge --- docsbuild/antsibull-docs.cfg | 2 +- galaxy.yml | 2 +- requirements.yml | 12 +++++------- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/docsbuild/antsibull-docs.cfg b/docsbuild/antsibull-docs.cfg index 8f263ca6..1b989228 100644 --- a/docsbuild/antsibull-docs.cfg +++ b/docsbuild/antsibull-docs.cfg @@ -17,7 +17,7 @@ collection_url = { # The same wildcard rules and formatting rules as for collection_url apply. collection_install = { - * = "ansible-galaxy collection install git+https://github.com/cloudera-labs/{namespace}.{name}.git" + * = "ansible-galaxy collection install {namespace}.{name}." } logging_cfg = { diff --git a/galaxy.yml b/galaxy.yml index 996d1b63..d6aa2610 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -16,7 +16,7 @@ namespace: cloudera name: exe -version: 2.3.1 +version: 2.4.0 readme: README.md authors: - Jim Enright @jenright diff --git a/requirements.yml b/requirements.yml index 808f1429..dac9a781 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,6 +1,6 @@ --- -# Copyright 2023 Cloudera, Inc. +# Copyright 2024 Cloudera, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,12 +22,10 @@ roles: version: master collections: - - name: https://github.com/cloudera-labs/cloudera.cloud.git - type: git - version: "v2.3.1" - - name: https://github.com/cloudera-labs/cloudera.cluster.git - type: git - version: "v4.2.0" + - name: cloudera.cloud + version: 2.4.0 + - name: cloudera.cluster + version: 4.4.0 - name: ansible.netcommon version: 2.5.1 - name: community.general