Skip to content
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
merged 20 commits into from
Feb 20, 2024
Merged

v2.2.1 #60

merged 20 commits into from
Feb 20, 2024

Conversation

carceneaux
Copy link
Contributor

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

  • Changed default ISO checksum algorithm from SHA256 to SHA1

Major Changes

  • Added support for new silent install process available in version 12.1
  • Added support for new silent install process available in version 12.1
  • Added support for Veeam Backup & Replication Console 12.1 install
  • Added support for Veeam Backup & Replication Console 12.1 upgrade

Minor Changes

  • Updated ISO to version 12.1
  • Updated logic for ISO download
  • Added support for specifying install directory for 12.1 and later
  • Added support for installing VBR plugins for 12.1 and later
  • Updated ansible-lint - Now using ansible-lint 6.22.2
  • Updated collection dependencies - Validated this collection supports the most current version of dependencies (ansible.windows/community.windows)

Bugfixes

  • Fixed lint errors - Made necessary changes to conform with current best practices
  • Added retry when starting Veeam services

Deprecations

  • Dropping support for installing version 10

Fixes #46
Fixes #59
Fixes #57
Fixes #51
Fixes #25
Fixes #33
Fixes #54

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Tested in a lab environment in various install/upgrade scenarios.

Checklist (check all applicable):

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard to understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

- 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
@carceneaux carceneaux merged commit e95f890 into VeeamHub:master Feb 20, 2024
2 checks passed
@carceneaux carceneaux deleted the v12.1-support-update branch February 20, 2024 14:37
@carceneaux carceneaux mentioned this pull request Feb 20, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant