Skip to content

PR for SRVLOGIC-617: Troubleshoot and fix publishing issue for "Managing Upgrades" section in the OSL docs. #96059

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

Merged
Show file tree
Hide file tree
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
4 changes: 1 addition & 3 deletions _topic_maps/_topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,6 @@ Topics:
Topics:
- Name: Authentication for OpenAPI services
File: serverless-logic-authentication-openapi-services
- Name: Authentication for third-party services by using OAuth 2.0
File: serverless-logic-authentication-third-party-services
- Name: Supporting services
Dir: serverless-logic-supporting-services
Topics:
Expand All @@ -411,7 +409,7 @@ Topics:
Dir: serverless-logic-managing-upgrades
Topics:
- Name: Upgrading Serverless Logic Operator from 1.34.0 to 1.35.0
File: serverless-logic-upgrading-operator-from-1.34-to-1.35
File: serverless-logic-upgrading-operator-from-1-34-to-1-35
- Name: Upgrading Serverless Logic Operator from 1.35.0 to 1.36.0
File: serverless-logic-upgrading-operator-from-1-35-to-1-36

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[id="serverless-logic-upgrading-operator-from-1.34-to-1.35"]
= Upgrading OpenShift Serverless Logic Operator from version 1.34.0 to 1.35.0
include::_attributes/common-attributes.adoc[]
:context: serverless-logic-upgrading-operator-from-1.34-to-1.35
:context: serverless-logic-upgrading-operator-from-1-34-to-1-35

toc::[]

Expand All @@ -13,7 +13,7 @@ This section provides step-by-step instructions to upgrade the {ServerlessLogicO
Different workflow profiles require different upgrade steps. Carefully follow the instructions for each profile.
====

[id="serverless-logic-preparing-for-the-upgrade_{context}"]
[id="serverless-logic-1-35-preparing-for-the-upgrade_{context}"]
== Preparing for the upgrade

Before starting the upgrade process, you need to prepare your {ServerlessLogicProductName} environment. This section outlines the necessary steps to ensure a upgrade from version 1.34.0 to 1.35.0.
Expand Down Expand Up @@ -41,7 +41,7 @@ include::modules/serverless-logic-upgrade-backing-up-job-service-database.adoc[l

include::modules/serverless-logic-upgrading-osl-operator.adoc[leveloffset=+1]

[id="serverless-logic-finalizing-the-upgrade_{context}"]
[id="serverless-logic-1-35-finalizing-the-upgrade_{context}"]
== Finalizing the upgrade

After upgrading the {ServerlessLogicOperatorName} to version 1.35.0, you must finalize the upgrade process by restoring or scaling workflows and cleaning up old services. This ensures that your system runs cleanly on the new version and that all dependent components are configured correctly.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can upgrade the {ServerlessLogicOperatorName} from version 1.35.0 to 1.36.0.
Different workflow profiles require different upgrade steps. Follow the instructions for each profile carefully.
====

[id="serverless-logic-preparing-for-the-upgrade_{context}"]
[id="serverless-logic-1-36-preparing-for-the-upgrade_{context}"]
== Preparing for the upgrade

Before starting the upgrade process, you need to prepare your {ServerlessLogicProductName} environment to upgrade from version 1.35.0 to 1.36.0.
Expand Down Expand Up @@ -44,7 +44,7 @@ include::modules/serverless-logic-upgrade-1-36-backing-up-job-service-database.a

include::modules/serverless-logic-upgrading-1-36-osl-operator.adoc[leveloffset=+1]

[id="serverless-logic-finalizing-the-upgrade_{context}"]
[id="serverless-logic-1-36-finalizing-the-upgrade_{context}"]
== Finalizing the upgrade

After upgrading the {ServerlessLogicOperatorName} to version 1.36.0, you must finalize the upgrade process by restoring or scaling workflows and cleaning up old services. This ensures that your system runs cleanly on the new version and that all dependent components are configured correctly.
Expand Down