-
Notifications
You must be signed in to change notification settings - Fork 11
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
Test mysql 8.0/stable #199
Merged
Merged
Conversation
This file contains 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
orfeas-k
approved these changes
Sep 13, 2023
misohu
added a commit
that referenced
this pull request
Sep 14, 2023
* chore(deps): update aws-actions/configure-aws-credentials action to v2 (#142) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency ops to v2.3.0 (#141) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): refresh pip-compile outputs (#143) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Lower boundary pin for ops and lightkube-models packages. (#146) * chore(deps): refresh pip-compile outputs (#144) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * KF-2385 Add docs link (#148) * Update metadata.yaml with docs link (Link is to new overview page in Discourse) * chore(deps): refresh pip-compile outputs (#147) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * remove tmate session from CI (#150) * Docs link bundle (#151) Updated bundle.yaml with link to new docs page * chore(deps): refresh pip-compile outputs (#149) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): refresh pip-compile outputs (#152) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * KF-2356 (#154) * use rock instead of docker image * Added Doc description (#155) * Doc description Added proper doc description Took couple of lines from Discourse This is just a temporary measure Excpect Discourse doc to override this when ready * cloud / cluster Changed cloud to cluster * chore(deps): refresh pip-compile outputs (#156) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update canonical/charming-actions action to v2.3.0 (#158) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update aws-actions/configure-aws-credentials action to v2.2.0 (#159) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): refresh pip-compile outputs (#157) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): refresh pip-compile outputs (#160) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * KF-3652 Set Renovate schedule (#163) * set schedule to Sundays only * KF-3652 set schedule on lockfilemaintanance (#165) * chore(deps): refresh pip-compile outputs (#166) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * KF-3620 custom Prometheus exporter (#162) * integrate prometheus exporter with mlflow-server as a second container * add tests * KF-3652 use renovate preset (#167) * git-xargs programmatic commit (#169) * KF-3704 add bundle test in ci for eks aws (#171) * Bundle test in ci for eks aws * KF-3793 Add istio relation (#176) * Add istio relation * feat: add kubeflow-dashboard sidebar relation (#170) * feat: add kubeflow-dashboard-links relation Adds the links relation for kubeflow-dashboard, plus the library to manage it, replacing a previous iteration of the sidebar relation. This allows this charm to request links on the kubeflow dashboard page. * Kf 1030 cos integration grafana dashboard (#175) * Add prometheus integration with custom grafana dashboard * KF-3635 contributing updates (#178) * Issues link * MM Channel Using new MLOps MM channel * Restructured * Removed training op refs Removed training operator references * KF-3635 Outlines instead of explains Also including KF-3635 hoping this gets picked up by JIRA * Pass value of relation string directly (#179) * Pass the value for relational database url directly to command * Remove action test * Use ubuntu image repo for mlflow image * chore(deps): refresh pip-compile outputs (#174) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: Rename `seldon-rclone-secret` fields (#183) Rename the fields provided in the `rclone` Secret to match the names that the Seldon storage initializer expects. Closes #182 Signed-off-by: Phoevos Kalemkeris <[email protected]> * chore(deps): refresh pip-compile outputs * fix: Pass ENV_AUTH value as string (#190) According to the Seldon docs, `RCLONE_CONFIG_S3_ENV_AUTH` receives a boolean value. However, passing `true` or `false` will cause the metacontroller to break when attempting to convert the Secret from JSON to a Go struct, since it's unable to unmarshall the boolean field. This in turn, will lead to the secret not being applied. Consequently, we have to quote the boolean value to ensure it's interpreted as a string, e.g. `RCLONE_CONFIG_S3_ENV_AUTH: "false"`. Signed-off-by: Phoevos Kalemkeris <[email protected]> * Run EKS CI biweekly and add remove volumes job (#189) * Run EKS bundle CI biweekly and remove volumes. * Update the bug template, based on o11y team. (#181) Co-authored-by: i-chvets <[email protected]> * Fix integration tests to be executable on any Kubernetes cluster (#192) Fix tests to run on any Kubernetes. - Use port forward to access applications. - Use hostname for loadbalancer if ip is not available Tested on EKS. --------- Co-authored-by: i-chvets <[email protected]> * chore(deps): update easimon/maximize-build-space action to v8 (#188) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * ci: update juju to 3.1 and microk8s to 1.25 (#197) * ci: update juju to 3.1 and microk8s to 1.25 * Test mysql 8.0/stable (#199) * use 8.0/stable for mysql in integration tests * Releases for bundle 2.1 and latest (#200) * Releases for bundle 2.1 and latest --------- Signed-off-by: Phoevos Kalemkeris <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Colm Bhandal <[email protected]> Co-authored-by: Colm Bhandal <[email protected]> Co-authored-by: Andrew Scribner <[email protected]> Co-authored-by: Phoevos Kalemkeris <[email protected]> Co-authored-by: i-chvets <[email protected]> Co-authored-by: Kimonas Sotirchos <[email protected]> Co-authored-by: Noha Ihab <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Test charm with mysql 8.0/stable