Skip to content

Commit

Permalink
Bump OPA version from v0.70.0 to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 22, 2025
1 parent 1b76e1e commit e93748c
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 @@ -41,7 +41,7 @@ class ScubaConfig {
"Hybrid Identity Administrator",
"Application Administrator",
"Cloud Application Administrator")
DefaultOPAVersion = '0.70.0'
DefaultOPAVersion = '1.0.1'
}

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 @@ -258,7 +258,7 @@ function Install-OPAforSCuBA {
)

# Constants
$ACCEPTABLEVERSIONS = '0.69.0', [ScubaConfig]::ScubaDefault('DefaultOPAVersion') # End Versions
$ACCEPTABLEVERSIONS = '0.69.0', '0.70.0', [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 e93748c

Please sign in to comment.