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

OPSEXP-2519 Bump supported matrix for acs 23.2 release #27

Merged
merged 3 commits into from
Mar 4, 2024
Merged
Changes from 2 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
22 changes: 11 additions & 11 deletions deployments/values/supported-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ matrix:
version: "2"
pattern: *development_pattern
intelligence:
version: ">=3.0.0-0"
version: ">=3.1.0-0"
trouter:
version: ">=4.0.0-0"
version: ">=4.1.0-0"
sfs:
version: ">=4.0.0-0"
version: ">=4.1.0-0"
pmacius marked this conversation as resolved.
Show resolved Hide resolved
tengine-aio:
version: &tengine_next_version ">=5.0.0-0"
tengine-misc:
Expand All @@ -62,13 +62,13 @@ matrix:
current:
id: current
acs:
version: &acs_ga_version "23.1"
version: &acs_ga_version "23.2"
pattern: *ga_hotfixes_pattern
activemq:
version: "5.18"
pattern: *ga_activemq_pattern
share:
version: "23.1"
version: "23.2"
pmacius marked this conversation as resolved.
Show resolved Hide resolved
pattern: *ga_hotfixes_pattern
search:
version: &search_ga_version "2.0.9"
Expand All @@ -77,13 +77,13 @@ matrix:
version: "4.0"
pattern: *ga_hotfixes_pattern
sync:
version: "4.0"
version: "5.0"
pmacius marked this conversation as resolved.
Show resolved Hide resolved
pattern: *ga_hotfixes_pattern
adw:
version: &adw_ga_version "4.3"
version: &adw_ga_version "4.4"
pattern: *ga_hotfixes_pattern
adminApp:
version: &acc_ga_version "8.3"
version: &acc_ga_version "8.4"
pattern: *ga_hotfixes_pattern
onedrive:
version: "2"
Expand All @@ -92,11 +92,11 @@ matrix:
version: "2"
pattern: *ga_hotfixes_pattern
intelligence:
version: "~3.0.0"
version: "~3.1.0"
trouter:
version: "~4.0.0"
version: "~4.1.0"
sfs:
version: "~4.0.0"
version: "~4.1.0"
tengine-aio:
version: &tengine_ga_version "~5.0.0"
pmacius marked this conversation as resolved.
Show resolved Hide resolved
tengine-misc:
Expand Down
Loading