Skip to content

Commit

Permalink
Merge pull request #303 from hazelcast/opr-5.8-develop
Browse files Browse the repository at this point in the history
Platform operator for Kubernetes (5.8)
  • Loading branch information
Serdaro authored Jul 10, 2023
2 parents 0892987 + baa6089 commit 801c65c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/hazelcast/latest-dev/* /hazelcast/5.4-snapshot/:splat 200!

# Redirect latest operator alias to the latest version
/operator/latest/* /operator/5.7/:splat 200!
/operator/latest/* /operator/5.8/:splat 200!

# Redirect latest-dev operator alias to the latest-dev version
/operator/latest-dev/* /operator/latest-snapshot/:splat 200!
Expand Down
12 changes: 12 additions & 0 deletions search-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,18 @@
},
"selectors_key": "command-line-client"
},
{
"url": "https://docs.hazelcast.com/operator/(?P<version>.*?)/",
"tags": [
"operator-5.8"
],
"variables": {
"version": [
"5.8"
]
},
"selectors_key": "operator"
},
{
"url": "https://docs.hazelcast.com/operator/(?P<version>.*?)/",
"tags": [
Expand Down

0 comments on commit 801c65c

Please sign in to comment.