Skip to content
Merged

Dev #71

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ARM/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@
},
"OpnVersion": {
"type": "string",
"defaultValue": "25.1",
"defaultValue": "26.1",
"metadata": {
"description": "OPN Version"
}
},
"WALinuxVersion": {
"type": "string",
"defaultValue": "2.12.0.4",
"defaultValue": "2.15.0.1",
"metadata": {
"description": "Azure WALinux agent Version"
}
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ In case of Active-Active the URL should be <https://PublicIP:50443> for Primary

## Updates

## March-2026

- OPNSense 26.1 as default version.
- Azure Linux Agent updated to 2.15.0.1.
- Fixed issue [#69](https://github.com/dmauser/opnazure/issues/69): Cannot select existing VNet in the deployment wizard.

## March-2025

- OPNSense 25.1 as default version
Expand Down
4 changes: 2 additions & 2 deletions bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ param OpnScriptURI string = 'https://raw.githubusercontent.com/dmauser/opnazure/
param ShellScriptName string = 'configureopnsense.sh'

@sys.description('OPN Version')
param OpnVersion string = '25.1'
param OpnVersion string = '26.1'

@sys.description('Azure WALinux agent Version')
param WALinuxVersion string = '2.12.0.4'
param WALinuxVersion string = '2.15.0.1'

@sys.description('Deploy Windows VM Trusted Subnet')
param DeployWindows bool = false
Expand Down
Loading