Skip to content

Commit 3feb151

Browse files
authored
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 <[email protected]>
1 parent e8d2787 commit 3feb151

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

docsbuild/antsibull-docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ collection_url = {
1717

1818
# The same wildcard rules and formatting rules as for collection_url apply.
1919
collection_install = {
20-
* = "ansible-galaxy collection install git+https://github.com/cloudera-labs/{namespace}.{name}.git"
20+
* = "ansible-galaxy collection install {namespace}.{name}."
2121
}
2222

2323
logging_cfg = {

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: 2.3.1
19+
version: 2.4.0
2020
readme: README.md
2121
authors:
2222
- Jim Enright @jenright

requirements.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
# Copyright 2023 Cloudera, Inc.
3+
# Copyright 2024 Cloudera, Inc.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -22,12 +22,10 @@ roles:
2222
version: master
2323

2424
collections:
25-
- name: https://github.com/cloudera-labs/cloudera.cloud.git
26-
type: git
27-
version: "v2.3.1"
28-
- name: https://github.com/cloudera-labs/cloudera.cluster.git
29-
type: git
30-
version: "v4.2.0"
25+
- name: cloudera.cloud
26+
version: 2.4.0
27+
- name: cloudera.cluster
28+
version: 4.4.0
3129
- name: ansible.netcommon
3230
version: 2.5.1
3331
- name: community.general

0 commit comments

Comments
 (0)