Skip to content

Conversation

akumar074
Copy link
Collaborator

KOGITO-7676: Adding PostgreSQL DB migration guide (#183)

[KOGITO-8353] Introduce Camel Routes integration guide (#269)

[KOGITO-7282] - [KSW-Guides] Deploying on Kubernetes Clusters (#256)

[KOGITO-8304] - Document the usage of all-in-one jobs-service image (#261)

[KOGITO-8141][KOGITO-8309] - Enhancing Knative Eventing guide with info about local testing (#260)

[KOGITO-8167] Adding event state timeout (#248)

@openshift-ci-robot
Copy link

@akumar074: This pull request references SRVLOGIC-75 which is a valid jira issue.

In response to this:

KOGITO-7676: Adding PostgreSQL DB migration guide (#183)

[KOGITO-8353] Introduce Camel Routes integration guide (#269)

[KOGITO-7282] - [KSW-Guides] Deploying on Kubernetes Clusters (#256)

[KOGITO-8304] - Document the usage of all-in-one jobs-service image (#261)

[KOGITO-8141][KOGITO-8309] - Enhancing Knative Eventing guide with info about local testing (#260)

[KOGITO-8167] Adding event state timeout (#248)

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@netlify
Copy link

netlify bot commented Jan 31, 2023

Deploy Preview for jazzy-shortbread-5f62b7 ready!

Name Link
🔨 Latest commit 872386d
🔍 Latest deploy log https://app.netlify.com/sites/jazzy-shortbread-5f62b7/deploys/63e65a7515aef200084d190a
😎 Deploy Preview https://deploy-preview-89--jazzy-shortbread-5f62b7.netlify.app/docs/latest/serverless-logic/cloud/build-and-deploy-with-serverless-operator-on-kubernetes
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Member

@ricardozanini ricardozanini left a comment

Choose a reason for hiding this comment

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

I'll check if Camel needs to be removed from this branch.

quarkus_cli_url: 'https://quarkus.io/guides/cli-tooling'
spec_website_url: 'https://serverlessworkflow.io/'
spec_doc_url: >-
https://github.com/serverlessworkflow/specification/blob/0.8.x/specification.md
Copy link
Member

Choose a reason for hiding this comment

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

We need to update the downstream versions here.

Copy link
Collaborator

Choose a reason for hiding this comment

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

quarkus_version: 2.13.5.Final-redhat-00003
kogito_version_redhat: 1.32.0.Final-redhat-00003
kn_cli_version: 0.26.0

Copy link
Collaborator

@MarianMacik MarianMacik left a comment

Choose a reason for hiding this comment

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

I added versions of what I know.

quarkus_cli_url: 'https://quarkus.io/guides/cli-tooling'
spec_website_url: 'https://serverlessworkflow.io/'
spec_doc_url: >-
https://github.com/serverlessworkflow/specification/blob/0.8.x/specification.md
Copy link
Collaborator

Choose a reason for hiding this comment

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

quarkus_version: 2.13.5.Final-redhat-00003
kogito_version_redhat: 1.32.0.Final-redhat-00003
kn_cli_version: 0.26.0

Copy link
Collaborator

@radtriste radtriste left a comment

Choose a reason for hiding this comment

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

should be corrected upstream as well I guess

= Migrating Your PostgreSQL Database with a Kogito upgrade
:flyway_install_url: https://flywaydb.org/download/community
:flyway_migrate_existing_url: https://flywaydb.org/documentation/learnmore/existing
:kogito_ddl_script_url: https://repo1.maven.org/maven2/org/kie/kogito/kogito-ddl
Copy link
Collaborator

Choose a reason for hiding this comment

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

link should be updated or ?

Copy link
Member

Choose a reason for hiding this comment

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

The ddl one? I think we should if it's a production counter-part and move it to antora.yaml and group all the "must be updated downstream links" together.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Is this the correct mvn repository, it should come from? https://maven.repository.redhat.com/ga/org/kie/kogito/
I can not find the kogito-ddl here.

Copy link
Collaborator

Choose a reason for hiding this comment

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

@ricardozanini are we shipping any persistence for now ?

Copy link
Member

Choose a reason for hiding this comment

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

@cristianonicolai cc

Do we have this DDL for DP4? Otherwise we will need to change the doc.

Choose a reason for hiding this comment

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

@ricardozanini yeah, persistence has been there for a while now, but I guess we missed including the links to download the ddl zip file. I would say we need to get this included and have the correct link for the productised artefacts.

Copy link
Member

Choose a reason for hiding this comment

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

@radtriste @cristianonicolai so how do we productize these DDL zip file?

Choose a reason for hiding this comment

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

AFAIK these are just maven artefacts that get published in the prod Maven repo

Copy link
Contributor

Choose a reason for hiding this comment

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

FYI I've started a discussion on gchat to discuss how it is done on productization side.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

As per the discussion, I'll keep the link as it is for now, and it will be fixed in a later release.

@akumar074
Copy link
Collaborator Author

@ricardozanini @radtriste @MarianMacik Updated the PR with comments. Please take a look.

@akumar074
Copy link
Collaborator Author

@ricardozanini @radtriste @MarianMacik I have updated the PR with Kogito-docs 1.32.x. earlier there were some commits missing. Please take a look.

@ricardozanini ricardozanini changed the title SRVLOGIC-75: Update openshift knative docs with Serverless Logic Workflow guides for 1.33.0 SRVLOGIC-75: Update openshift knative docs with Serverless Logic Workflow guides for 1.32.0 Feb 6, 2023
@akumar074
Copy link
Collaborator Author

Added changes from PR comments. Please take a look.

@akumar074
Copy link
Collaborator Author

@ricardozanini I have updated the PR. Please take a look.

Copy link
Member

@ricardozanini ricardozanini left a comment

Choose a reason for hiding this comment

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

@radtriste wanna take a final look?

@akumar074 akumar074 requested a review from radtriste February 10, 2023 14:47
@openshift-ci
Copy link

openshift-ci bot commented Feb 10, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: akumar074, MarianMacik, radtriste, ricardozanini

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ricardozanini ricardozanini merged commit d415c44 into openshift-knative:master Feb 10, 2023
@akumar074 akumar074 deleted the migrate-1.33.x branch February 23, 2023 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants