Skip to content
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

Support auto upgrade docs for manually maintained connector. #339

Merged
merged 2 commits into from
Nov 15, 2023

Conversation

shibd
Copy link
Member

@shibd shibd commented Nov 15, 2023

For examples:

This script will use aws-eventbridge connector as the target version.

If Specimen(aws-eventbridge) versions: [ 'v2.10.5.8', 'v2.11.2.12', 'v3.0.1.6', 'v3.1.0.5' ]
And if a connector for manually maintained versions: [ 'v2.10.5.5', 'v2.11.2.10' ]

Then, it will be automatically upgraded through the following rules, and the download link will be updated automatically.

[
{ from: 'v2.10.5.5', to: 'v2.10.5.8' },
{ from: 'v2.11.2.10', to: 'v2.11.2.12' },
{ from: 'v2.11.2.10', to: 'v3.0.1.6' },
{ from: 'v2.11.2.10', to: 'v3.1.0.5' }
]

Note

  • If a connector dir has xxx.yaml, that means that it is a connector that automatically syncs documents.
  • Otherwise, the connector documentation is manually maintained, and the documentation version will be automatically updated when we have a new streamnative release.
  • All connector docs versions role: vx.x.x.x.

@shibd shibd requested a review from nlu90 as a code owner November 15, 2023 07:47
@shibd shibd self-assigned this Nov 15, 2023
@shibd shibd requested a review from RobertIndie November 15, 2023 07:53
@shibd
Copy link
Member Author

shibd commented Nov 15, 2023

#340 This PR is manually triggered through this branch, and you can see that all manually maintained connectors are automatically upgraded.

@shibd shibd merged commit 387335f into master Nov 15, 2023
3 checks passed
@shibd shibd deleted the auto_upgrade branch November 15, 2023 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants