This repository was archived by the owner on Jul 24, 2024. It is now read-only.
chore: upgrade operator dependencies#7593
Merged
lgarciaaco merged 4 commits intosyndesisio:masterfrom Jan 21, 2020
Merged
Conversation
* upgrade operator-sdk to 0.14.0 * upgrade k8s 1.16.2 refactor: some functions had to be changed due to changes, mostly changes introduced when upgrading k8s 1.13 to 1.16
|
@lgarciaaco The bot could not transition the ticket automatically, please update this Jira ticket manually: https://issues.redhat.com/browse/ENTESB-12617 |
Closed
davidffrench
suggested changes
Jan 16, 2020
There was a problem hiding this comment.
This looks fantastic @lgarciaaco . Thank you for making this change.
Requested Change
Other than the imports comment which is small, there is one more change that would be excellent in this PR. To update your run function to include the newest operator metrics. You could follow the operator sdk migration guide but it would probably be easier to just copy over the newer code from the operator-sdk scaffolding and copy back any custom code from your current file. Please let me know if you have any questions on this.
added 2 commits
January 21, 2020 11:28
- upgrade pkg to relevant versions - include listOptions where possible
lgarciaaco
pushed a commit
to lgarciaaco/syndesis
that referenced
this pull request
Jan 21, 2020
* master: (21 commits) chore: upgrade operator dependencies (syndesisio#7593) chore(deps-dev): bump equalsverifier from 3.1.10 to 3.1.11 in /app chore(deps): bump undertow-servlet in /app chore(deps-dev): bump lint-staged from 10.0.0 to 10.0.1 Issue syndesisio#7616 aligned all jackson components for DV to the 2.9.x versions fix(tools): fix pre-commit configuration chore(deps-dev): bump ts-node from 8.0.2 to 8.6.2 in /app/ui-react chore(deps): bump @babel/runtime from 7.8.0 to 7.8.3 in /app/ui-react chore(deps): [security] bump uglify-js in /app/ui-react chore(deps-dev): bump lint-staged from 9.5.0 to 10.0.0 fix(jsondb): remove REST API chore(deps-dev): bump @storybook/theming in /app/ui-react chore(deps-dev): bump testcontainers.version in /app chore(deps): bump download-maven-plugin from 1.3.0 to 1.5.0 in /app chore: Update to AtlasMap 1.43.2 fix: Use the connection name instead of the connector name in the IVP; relates to syndesisio#7600 chore(deps-dev): bump @types/mustache in /app/ui-react fix(c/sql): use standard column names TEIIDTOOLS-837 fix Create View Wizard refresh chore(deps-dev): bump karma-webpack from 3.0.5 to 4.0.2 in /app/ui-react ... Conflicts: install/operator/deploy/crds/syndesis.io_syndeses_crd.yaml install/operator/pkg/apis/syndesis/v1alpha1/zz_generated.deepcopy.go install/operator/pkg/cmd/internal/uninstall/uninstall_test.go install/operator/pkg/syndesis/action/initialize.go install/operator/pkg/syndesis/action/startup.go
lgarciaaco
pushed a commit
to lgarciaaco/syndesis
that referenced
this pull request
Jan 21, 2020
* master: (21 commits) chore: upgrade operator dependencies (syndesisio#7593) chore(deps-dev): bump equalsverifier from 3.1.10 to 3.1.11 in /app chore(deps): bump undertow-servlet in /app chore(deps-dev): bump lint-staged from 10.0.0 to 10.0.1 Issue syndesisio#7616 aligned all jackson components for DV to the 2.9.x versions fix(tools): fix pre-commit configuration chore(deps-dev): bump ts-node from 8.0.2 to 8.6.2 in /app/ui-react chore(deps): bump @babel/runtime from 7.8.0 to 7.8.3 in /app/ui-react chore(deps): [security] bump uglify-js in /app/ui-react chore(deps-dev): bump lint-staged from 9.5.0 to 10.0.0 fix(jsondb): remove REST API chore(deps-dev): bump @storybook/theming in /app/ui-react chore(deps-dev): bump testcontainers.version in /app chore(deps): bump download-maven-plugin from 1.3.0 to 1.5.0 in /app chore: Update to AtlasMap 1.43.2 fix: Use the connection name instead of the connector name in the IVP; relates to syndesisio#7600 chore(deps-dev): bump @types/mustache in /app/ui-react fix(c/sql): use standard column names TEIIDTOOLS-837 fix Create View Wizard refresh chore(deps-dev): bump karma-webpack from 3.0.5 to 4.0.2 in /app/ui-react ... Conflicts: install/operator/deploy/crds/syndesis.io_syndeses_crd.yaml install/operator/pkg/apis/syndesis/v1alpha1/zz_generated.deepcopy.go install/operator/pkg/cmd/internal/uninstall/uninstall_test.go install/operator/pkg/syndesis/action/initialize.go install/operator/pkg/syndesis/action/startup.go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
refactor: some functions had to be changed due to changes, mostly changes introduced when upgrading k8s 1.13 to 1.16
Fixes https://issues.redhat.com/browse/ENTESB-12617