Skip to content

Commit

Permalink
Merge pull request #317 from hazelcast/opr-5.9-develop
Browse files Browse the repository at this point in the history
Platform operator for Kubernetes (5.9)
  • Loading branch information
cheels authored Aug 23, 2023
2 parents 137fd6b + edf1593 commit 6e358ee
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.8/:splat 200!
/operator/latest/* /operator/5.9/: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.9"
],
"variables": {
"version": [
"5.9"
]
},
"selectors_key": "operator"
},
{
"url": "https://docs.hazelcast.com/operator/(?P<version>.*?)/",
"tags": [
Expand Down

0 comments on commit 6e358ee

Please sign in to comment.