Skip to content

Commit 2913cc1

Browse files
authored
Update release/v2.0.0 (#155)
* Update release/v2.0.0 (#153) * Update license headers and copyright * Update version to v2.0.0 * Remove "virtual" collection dependencies and update the documentation for including them explicitly. (#156) Signed-off-by: Webster Mudge <[email protected]>
1 parent c5efbb2 commit 2913cc1

File tree

196 files changed

+222
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+222
-194
lines changed

.github/workflows/label_pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
23
# Copyright 2023 Cloudera, Inc. All Rights Reserved.
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");

.github/workflows/publish_docs.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
---
22

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

519
on:

.github/workflows/reset_pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
23
# Copyright 2023 Cloudera, Inc. All Rights Reserved.
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");

.github/workflows/validate_pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
23
# Copyright 2023 Cloudera, Inc. All Rights Reserved.
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");

.github/workflows/validate_pr_docs.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
---
22

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

519
on:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 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.

README.md

Lines changed: 1 addition & 1 deletion

docs/configuration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
# Copyright 2022 Cloudera, Inc. All Rights Reserved.
3+
# Copyright 2023 Cloudera, Inc. All Rights Reserved.
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.

galaxy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
namespace: cloudera
1818
name: exe
19-
version: 2.0.0-rc1
19+
version: 2.0.0
2020
readme: README.md
2121
authors: []
2222

@@ -38,8 +38,6 @@ tags:
3838
- cm
3939

4040
dependencies:
41-
'git+https://github.com/cloudera-labs/cloudera.cloud.git': 'main'
42-
'git+https://github.com/cloudera-labs/cloudera.cluster.git': 'main'
4341
'ansible.netcommon': '2.5.1'
4442
'community.general': '4.5.0'
4543

meta/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
# Copyright 2021 Cloudera, Inc. All Rights Reserved.
3+
# Copyright 2023 Cloudera, Inc. All Rights Reserved.
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.

0 commit comments

Comments
 (0)