Skip to content

Commit

Permalink
[minor] march release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
anilprajapatiibm committed Feb 18, 2025
1 parent 2f54800 commit 7ead395
Show file tree
Hide file tree
Showing 6 changed files with 895 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build/bin/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
find docs -type f -name '*.md' -exec sed -i \
-e 's/@@CLI_LATEST_VERSION@@/13.3.0/g' \
-e 's/@@MAS_PREVIOUS_CHANNEL@@/8.11.x/g' \
-e 's/@@MAS_PREVIOUS_CATALOG@@/v9-250109-amd64/g' \
-e 's/@@MAS_PREVIOUS_CATALOG@@/v9-250206-amd64/g' \
-e 's/@@MAS_LATEST_CHANNEL@@/9.0.x/g' \
-e 's/@@MAS_LATEST_CHANNEL_MANAGE@@/9.0.x/g' \
-e 's/@@MAS_LATEST_CATALOG@@/v9-250206-amd64/g' \
-e 's/@@MAS_LATEST_CATALOG@@/v9-250306-amd64/g' \
{} \;

python -m pip install -q mkdocs mkdocs-carbon mkdocs-glightbox mkdocs-redirects
Expand Down
12 changes: 12 additions & 0 deletions catalogs/v9-250306-amd64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: ibm-operator-catalog
namespace: openshift-marketplace
spec:
displayName: IBM Maximo Operators (v9-250306-amd64)
publisher: IBM
description: Static Catalog Source for IBM Maximo Application Suite
sourceType: grpc
image: icr.io/cpopen/ibm-maximo-operator-catalog@sha256:ccd0e7beef3ed2f0df191461a45d1e691900eedee8d6f46cce2f43730828ac20
priority: 90
12 changes: 12 additions & 0 deletions catalogs/v9-250306-s390x.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: ibm-operator-catalog
namespace: openshift-marketplace
spec:
displayName: IBM Maximo Operators (v9-250306-s390x)
publisher: IBM
description: Static Catalog Source for IBM Maximo Application Suite
sourceType: grpc
image: icr.io/cpopen/ibm-maximo-operator-catalog@tbc
priority: 90
Loading

0 comments on commit 7ead395

Please sign in to comment.