-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Declarative connectors management: Extend CDK publish process to update CDK version file #22485
Labels
Comments
flash1293
changed the title
Declarative connectors management: Extend CDK publish process with creating PR to update seed file
Declarative connectors management: Extend CDK publish process to update seed file
Feb 7, 2023
FYI @maxi297 as you mentioned this on your PRD as well |
flash1293
changed the title
Declarative connectors management: Extend CDK publish process to update seed file
Declarative connectors management: Extend CDK publish process to update CDK verison file
Feb 20, 2023
flash1293
changed the title
Declarative connectors management: Extend CDK publish process to update CDK verison file
Declarative connectors management: Extend CDK publish process to update CDK version file
Feb 20, 2023
Story points: 5 |
maxi297
added a commit
that referenced
this issue
Mar 2, 2023
maxi297
added a commit
that referenced
this issue
Mar 2, 2023
maxi297
added a commit
that referenced
this issue
Mar 2, 2023
maxi297
added a commit
that referenced
this issue
Mar 3, 2023
maxi297
added a commit
that referenced
this issue
Mar 3, 2023
maxi297
added a commit
that referenced
this issue
Mar 3, 2023
maxi297
added a commit
that referenced
this issue
Mar 3, 2023
maxi297
added a commit
that referenced
this issue
Mar 3, 2023
maxi297
added a commit
that referenced
this issue
Mar 3, 2023
maxi297
added a commit
that referenced
this issue
Mar 3, 2023
maxi297
added a commit
that referenced
this issue
Mar 7, 2023
* [ISSUE #22485] testing opening a PR after modifying one file * [ISSUE #22485] trying to modify files * [ISSUE #22485] enable automerge (won't work here because version is invalid) * [ISSUE #22485] move to internal repo * [ISSUE #22485] pointing automerge to proper repository * [ISSUE #22485] test job output to pass version * [ISSUE #22485] test unique branch name * [ISSUE #22485] test create-pull-request output * [ISSUE #22485] merging test workflow into real workflow * [ISSUE #22485] adding message on failure to create the PR
danielduckworth
pushed a commit
to danielduckworth/airbyte
that referenced
this issue
Mar 13, 2023
…airbytehq#23692) * [ISSUE airbytehq#22485] testing opening a PR after modifying one file * [ISSUE airbytehq#22485] trying to modify files * [ISSUE airbytehq#22485] enable automerge (won't work here because version is invalid) * [ISSUE airbytehq#22485] move to internal repo * [ISSUE airbytehq#22485] pointing automerge to proper repository * [ISSUE airbytehq#22485] test job output to pass version * [ISSUE airbytehq#22485] test unique branch name * [ISSUE airbytehq#22485] test create-pull-request output * [ISSUE airbytehq#22485] merging test workflow into real workflow * [ISSUE airbytehq#22485] adding message on failure to create the PR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
CDK_VERSION
file containing the target cdk version for webapp and connector builder server as well as the image tag for declarative sources introduced in #22575 should be updated automatically as part of the CDK publish process.The CDK publish action triggers another action in the platform repo to update the
CDK_VERSION
file:CDK_VERSION
file to the new latest versionFrom here, the process works as follows:
The steps above are documented in a suitable place.
Acceptance criteria
The text was updated successfully, but these errors were encountered: