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

ci: update juju to 3.1 and microk8s to 1.25 #197

Merged
merged 3 commits into from
Sep 8, 2023

Conversation

NohaIhab
Copy link
Contributor

@NohaIhab NohaIhab commented Sep 7, 2023

ci: update juju to 3.1 and microk8s to 1.25

@NohaIhab NohaIhab force-pushed the kf-4049-bump-juju-3.1-uk8s-1.25 branch from 6aaf1dc to 8dc9471 Compare September 8, 2023 09:24
@NohaIhab NohaIhab marked this pull request as ready for review September 8, 2023 10:58
@NohaIhab NohaIhab requested a review from a team as a code owner September 8, 2023 10:58
Copy link
Contributor

@phoevos phoevos left a comment

Choose a reason for hiding this comment

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

Thanks @NohaIhab, no clue what this readthedocs error in the CI is.

@NohaIhab NohaIhab merged commit e28df37 into main Sep 8, 2023
6 of 7 checks passed
@NohaIhab NohaIhab deleted the kf-4049-bump-juju-3.1-uk8s-1.25 branch September 8, 2023 16:04
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 <phoevos.kalemkeris@canonical.com>

* 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 <phoevos.kalemkeris@canonical.com>

* 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 <113444075+i-chvets@users.noreply.github.com>

* 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 <113444075+i-chvets@users.noreply.github.com>

* 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 <phoevos.kalemkeris@canonical.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Colm Bhandal <bhandalc@gmail.com>
Co-authored-by: Colm Bhandal <colm.bhandal@canonical.com>
Co-authored-by: Andrew Scribner <ca.scribner+1@gmail.com>
Co-authored-by: Phoevos Kalemkeris <phoevos.kalemkeris@canonical.com>
Co-authored-by: i-chvets <113444075+i-chvets@users.noreply.github.com>
Co-authored-by: Kimonas Sotirchos <kimonas.sotirchos@canonical.com>
Co-authored-by: Noha Ihab <49988746+NohaIhab@users.noreply.github.com>
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.

2 participants