Skip to content

Commit

Permalink
Merge branch 'ansible-collections:main' into vmware_cluster_ha
Browse files Browse the repository at this point in the history
  • Loading branch information
Nina2244 authored Jan 23, 2024
2 parents d1f53ba + aacf239 commit 3039365
Show file tree
Hide file tree
Showing 390 changed files with 2,907 additions and 76,711 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
branches:
- main
- stable-2.x
- stable-3.x
pull_request:
# Run CI once per day (at 07:12 UTC)
# This ensures that even if there haven't been commits that we are still
Expand Down Expand Up @@ -61,9 +62,10 @@ jobs:
# - stable-2.10 # Only if your collection supports ansible-base 2.10
# - stable-2.11 # Only if your collection supports ansible-core 2.11
# - stable-2.12
- stable-2.13
- stable-2.14
# - stable-2.13
# - stable-2.14
- stable-2.15
- stable-2.16
# - devel
- milestone
# Ansible-test on various stable branches does not yet work well with cgroups v2.
Expand Down Expand Up @@ -94,7 +96,9 @@ jobs:
# OPTIONAL If set to true, will test only against changed files,
# which should improve CI performance. See limitations on
# https://github.com/ansible-community/ansible-test-gh-action#pull-request-change-detection
pull-request-change-detection: true
pull-request-change-detection: false
# Disable Codecov
coverage: never

###
# Unit tests (OPTIONAL)
Expand Down Expand Up @@ -123,9 +127,10 @@ jobs:
# - stable-2.10 # Only if your collection supports ansible-base 2.10
# - stable-2.11 # Only if your collection supports ansible-core 2.11
# - stable-2.12
- stable-2.13
- stable-2.14
# - stable-2.13
# - stable-2.14
- stable-2.15
- stable-2.16
# - devel
- milestone

Expand All @@ -147,7 +152,9 @@ jobs:
# OPTIONAL If set to true, will test only against changed files,
# which should improve CI performance. See limitations on
# https://github.com/ansible-community/ansible-test-gh-action#pull-request-change-detection
pull-request-change-detection: true
pull-request-change-detection: false
# Disable Codecov
coverage: never
check: # This job does nothing and is only used for the branch protection
# or multi-stage CI jobs, like making sure that all tests pass before
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/extra-docs-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- stable-2.x
- stable-3.x
pull_request:
# Run CI once per day (at 07:12 UTC)
# This ensures that even if there haven't been commits that we are still testing against latest version of ansible-test for each ansible-base version
Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/import-galaxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
# Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later

name: import-galaxy
'on':
# Run CI against all pushes (direct commits, also merged PRs) to main, and all Pull Requests
push:
branches:
- main
- stable-*
pull_request:

jobs:
import-galaxy:
permissions:
contents: read
name: Test to import built collection artifact with Galaxy importer
uses: ansible-community/github-action-test-galaxy-import/.github/workflows/test-galaxy-import.yml@main
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -389,3 +389,6 @@ changelogs/.plugin-cache.yaml

# End of https://www.gitignore.io/api/git,linux,pydev,python,windows,pycharm+all,jupyternotebook,vim,webstorm,emacs,dotenv
tests/integration/cloud-config-vcenter.ini

# Visual Studio Code
.vscode
1,100 changes: 20 additions & 1,080 deletions CHANGELOG.rst

Large diffs are not rendered by default.

223 changes: 10 additions & 213 deletions README.md

Large diffs are not rendered by default.

1,670 changes: 56 additions & 1,614 deletions changelogs/changelog.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion changelogs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ changelog_filename_template: ../CHANGELOG.rst
changelog_filename_version_depth: 0
changes_file: changelog.yaml
changes_format: combined
keep_fragments: true
keep_fragments: false
mention_ancestor: true
new_plugins_after_name: removed_features
notesdir: fragments
Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/1059-vmware_guest_tools_upgrade.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
minor_changes:
- vmware_guest_tools_upgrade - Add parameter `installer_options` to pass command line options to the installer to modify the installation procedure for tools
(https://github.com/ansible-collections/community.vmware/pull/1059).
2 changes: 2 additions & 0 deletions changelogs/fragments/1937-vmware_guest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- vmware_guest - Add IPv6 support for VM network interfaces (https://github.com/ansible-collections/community.vmware/pull/1937).
2 changes: 2 additions & 0 deletions changelogs/fragments/1959-vmware_guest_sendkey.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- vmware_guest_sendkey - Add Windows key (https://github.com/ansible-collections/community.vmware/issues/1959).
3 changes: 3 additions & 0 deletions changelogs/fragments/1969-InsecureRequestWarning.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bugfixes:
- Fix InsecureRequestWarning for modules based on the VmwareRestClient module util when setting ``validate_certs`` to ``False``
(https://github.com/ansible-collections/community.vmware/pull/1969).
Loading

0 comments on commit 3039365

Please sign in to comment.