Skip to content

Commit 42270f6

Browse files
authored
Update to support ansible-builder (#87)
* Support ansible-builder Execution Environment dependencies * Update to use HTTPS for cdpy * Increment collection to 1.7.3 --------- Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 8be321f commit 42270f6

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

bindep.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Copyright 2023 Cloudera, Inc. All Rights Reserved.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.

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: cloud
19-
version: 1.7.2
19+
version: 1.7.3
2020
readme: README.md
2121
authors:
2222
- Webster Mudge <wmudge@cloudera.com>

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 Cloudera, Inc. All Rights Reserved.
1+
# Copyright 2023 Cloudera, Inc. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
git+git://github.com/cloudera-labs/cdpy@main#egg=cdpy
15+
git+https://github.com/cloudera-labs/cdpy@main#egg=cdpy

0 commit comments

Comments
 (0)