Skip to content

Commit

Permalink
Bump OPA version from v0.67.1 to v0.68.0 (#1318)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Sep 20, 2024
1 parent 7664d18 commit 4d9c7a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PowerShell/ScubaGear/Modules/ScubaConfig/ScubaConfig.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ScubaConfig {
"Hybrid Identity Administrator",
"Application Administrator",
"Cloud Application Administrator")
DefaultOPAVersion = '0.67.1'
DefaultOPAVersion = '0.68.0'
}

static [object]ScubaDefault ([string]$Name){
Expand Down
2 changes: 1 addition & 1 deletion PowerShell/ScubaGear/Modules/Support/Support.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function Install-OPAforSCuBA {
# Constants
$ACCEPTABLEVERSIONS = '0.59.0', '0.60.0', '0.61.0',
'0.62.1', '0.63.0', '0.64.1',
'0.65.0', '0.66.0', [ScubaConfig]::ScubaDefault('DefaultOPAVersion') # End Versions
'0.65.0', '0.66.0', '0.67.1', [ScubaConfig]::ScubaDefault('DefaultOPAVersion') # End Versions
$FILENAME = @{ Windows = "opa_windows_amd64.exe"; MacOS = "opa_darwin_amd64"; Linux = "opa_linux_amd64_static"}

# Set prefernces for writing messages
Expand Down

0 comments on commit 4d9c7a4

Please sign in to comment.