generated from VeeamHub/veeamhub-template
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.2.1 #60
Merged
carceneaux
merged 20 commits into
VeeamHub:master
from
carceneaux-forks:v12.1-support-update
Feb 20, 2024
Merged
v2.2.1 #60
carceneaux
merged 20 commits into
VeeamHub:master
from
carceneaux-forks:v12.1-support-update
Feb 20, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Using ansible-lint 6.22.2 - Fixed all ansible-lint errors - Updated collection dependencies to use the latest versions - ansible.windows: 2.2.0 - community.windows: 2.1.0 Fixes VeeamHub#54 Fixes VeeamHub#46
- Updated all var checksums to SHA1 - Added variable (iso_checksum_algorithm) so checksum algorithm is now configurable
Fixes VeeamHub#33 Updating workflow to use the latest version of ansible-lint.
- Initial commit adding support for 12.1 - Does not include support for Veeam ONE 12.1 - VBR install is in rough draft status - Adding jinja templates for all new answer files for VBR/Console/EM TBD: - VBR upgrade - EM install/upgrade
Fixes VeeamHub#59 - Updated ISO to 12.1 ISO - Updated ISO checksum accordingly
Fixes VeeamHub#57 - Download now takes place asynchronously - Async task added to monitor download - Download max allowed set for 1 hour - Download now allows 3 retries before failing
Fixes VeeamHub#51 Fixes VeeamHub#25 - Answer files are used for versions 12.1 and later - Each answer file has been converted to a Jinja2 template
- Adding new install/upgrade workflows for 12.1 - Adding support to adhoc install/upgrade VBR Console
- No need to monitor download if download didn't take place
Copy/paste error was importing VBR vars for EM install/upgrade.
- Default SQL auth should be Windows auth - sql_username is not needed for local postgres install
- Pending reboot check should be at the beginning of workflow - Moved logic from legacy workflow to main workflow
- Updated changelog - Incrementing galaxy version
- Changelog updated - Sample playbooks updated
- Dropping support for installing version 10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Template
By contributing, you agree that your contributions will be licensed under the projects original open source license.
Description
v2.2.1
Breaking Changes
Major Changes
Minor Changes
Bugfixes
Deprecations
Fixes #46
Fixes #59
Fixes #57
Fixes #51
Fixes #25
Fixes #33
Fixes #54
Type of change
How Has This Been Tested?
Tested in a lab environment in various install/upgrade scenarios.
Checklist (check all applicable):