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-2630 Bump matrix for Fornax release #31

Merged
merged 1 commit into from
Apr 17, 2024
Merged
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
12 changes: 6 additions & 6 deletions deployments/values/supported-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ matrix:
next:
id: next
acs:
version: "23.2"
version: &acs_next_version "23.3"
pattern: *development_pattern
activemq:
version: "5.18"
pattern: *ga_activemq_pattern
share:
version: "23.2"
version: *acs_next_version
pattern: *development_pattern
search:
version: "2"
Expand All @@ -29,10 +29,10 @@ matrix:
version: "5"
pattern: *development_pattern
adw:
version: "4.4"
version: "4.5"
pattern: *development_almost_semver_pattern
adminApp:
version: "8.4"
version: "8.5"
gionn marked this conversation as resolved.
Show resolved Hide resolved
pattern: *development_almost_semver_pattern
onedrive:
version: "2"
Expand Down Expand Up @@ -71,13 +71,13 @@ matrix:
version: *acs_ga_version
pattern: *ga_hotfixes_pattern
search:
version: &search_ga_version "2.0.9"
version: &search_ga_version "2.0.10"
pattern: *ga_hotfixes_pattern
search-enterprise:
version: "4.0"
pattern: *ga_hotfixes_pattern
sync:
version: "4.0"
version: "5.0"
pattern: *ga_hotfixes_pattern
adw:
version: &adw_ga_version "4.4"
Expand Down
Loading