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

v1.1.3 public release #27

Merged
merged 31 commits into from
Feb 14, 2024
Merged

v1.1.3 public release #27

merged 31 commits into from
Feb 14, 2024

Conversation

rebelinux
Copy link
Collaborator

@rebelinux rebelinux commented Feb 14, 2024

Description

[1.1.3] - 2024-02-14

Added

  • Added module version validation

Changed

  • Updated VMware PowerCLI requirements to v13.2
  • Updated Sample Reports
  • Updated CodeQL upload-sarif action requirement to v3
  • Updated PSScriptAnalyzer checkout action requirement to v4
  • Updated PublishPowerShellModule checkout action requirement to v4

Fixed

Related Issue

Motivation and Context

Bug fix

How Has This Been Tested?

Tested in 2 labs, and one prod where had the issue with CPA support

Screenshots (if appropriate):

Types of changes

  • 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 change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.

Copy link

PSScriptAnalyzer results:

Errors: [0], Warnings: [2], Information: [0]


RuleName   : PSUseProcessBlockForPipelineCommand
Severity   : Warning
ScriptName : Get-RequiredModule.ps1
Line       : 18
Message    : Command accepts pipeline input but has not defined a process block.

RuleName   : PSUseProcessBlockForPipelineCommand
Severity   : Warning
ScriptName : Get-RequiredModule.ps1
Line       : 22
Message    : Command accepts pipeline input but has not defined a process block.

Copy link

PSScriptAnalyzer results:

Errors: [0], Warnings: [2], Information: [0]


RuleName   : PSUseProcessBlockForPipelineCommand
Severity   : Warning
ScriptName : Get-RequiredModule.ps1
Line       : 18
Message    : Command accepts pipeline input but has not defined a process block.

RuleName   : PSUseProcessBlockForPipelineCommand
Severity   : Warning
ScriptName : Get-RequiredModule.ps1
Line       : 22
Message    : Command accepts pipeline input but has not defined a process block.

Copy link

PSScriptAnalyzer results:

Errors: [0], Warnings: [2], Information: [0]


RuleName   : PSUseProcessBlockForPipelineCommand
Severity   : Warning
ScriptName : Get-RequiredModule.ps1
Line       : 18
Message    : Command accepts pipeline input but has not defined a process block.

RuleName   : PSUseProcessBlockForPipelineCommand
Severity   : Warning
ScriptName : Get-RequiredModule.ps1
Line       : 22
Message    : Command accepts pipeline input but has not defined a process block.

@rebelinux rebelinux merged commit bc4c1dd into master Feb 14, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants