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-2874 Bump Search Services to 2.0.12 #43

Merged
merged 2 commits into from
Oct 3, 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
14 changes: 7 additions & 7 deletions deployments/values/supported-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ matrix:
version: *acs_ga_version
pattern: *ga_pattern
search:
version: &search_ga_version "2.0.11"
version: &search_ga_version "2.0.12"
pattern: *ga_hotfixes_pattern
insight-zeppelin:
version: *search_ga_version
Expand Down Expand Up @@ -191,10 +191,10 @@ matrix:
version: "7.3"
pattern: *ga_hotfixes_pattern
insight-zeppelin:
version: "2.0.5"
version: *search_ga_version
pattern: *ga_hotfixes_pattern
search:
version: "2.0.5"
version: *search_ga_version
pattern: *ga_hotfixes_pattern
search-enterprise:
version: "3.2"
Expand Down Expand Up @@ -251,10 +251,10 @@ matrix:
version: "7.2"
pattern: *ga_hotfixes_pattern
insight-zeppelin:
version: "2.0.3"
version: *search_ga_version
Copy link
Contributor

@pmacius pmacius Oct 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://docs.alfresco.com/content-services/7.2/support/ I checked the doc it is set to 2.0.3 is it outdated?

pattern: *ga_hotfixes_pattern
search:
version: "2.0.3"
version: *search_ga_version
pattern: *ga_hotfixes_pattern
search-enterprise:
version: "3.1.1"
Expand Down Expand Up @@ -311,10 +311,10 @@ matrix:
version: "7.1.1"
pattern: *ga_hotfixes_pattern
insight-zeppelin:
version: "2.0.2"
version: *search_ga_version
pattern: *ga_hotfixes_pattern
search:
version: "2.0.2"
version: *search_ga_version
pattern: *ga_hotfixes_pattern
search-enterprise:
version: "3.1.1"
Expand Down
Loading