Skip to content

Commit

Permalink
Update to version 2.4.0 (#186)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
wmudge authored May 21, 2024
1 parent e8d2787 commit 3feb151
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docsbuild/antsibull-docs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

namespace: cloudera
name: exe
version: 2.3.1
version: 2.4.0
readme: README.md
authors:
- Jim Enright @jenright
Expand Down
12 changes: 5 additions & 7 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 3feb151

Please sign in to comment.