-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge stable into master for release 1.8.0 (#462)
* Adding Polaris consumer and Polaris zip consumer (#448) * Initial commit of Polaris consumer * Add polaris autoscaling * Update spot detection model * Update Docker image tags frontend 0.9.0 and consumer 0.14.0 * Polaris super consumer (#450) * Initial commit of super consumer * Add changes from stable * Initial commit of spot zip consumer * Revert React setting to stable * Decrease TF_MAX_BATCH_SIZE * Pin Jinja version * Update Docker tags and pull policies * Correct integration-test to use google-github-actions/setup-gcloud@main instead of @master * chore: update to Kubernetes 1.22 (#461) * chore: update default k8s version * fix: update frontend ingress for v1. Followed guide: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#ingress-v122 * chore: update cert-manager to v1.8.2. * chore: update rbac auth API to v1. * chore: use apps/v1 instead of extensions/v1beta1. * chore: update prometheus-adapter to newest v2.x * chore: bump frontend chart version * chore: update prometheus-redis-exporter to latest 3.x * chore: bump frontend default container version * fix: update service for frontend. * chore: update ingress to latest version. * feat: upgrade prometheus-operator to kube-prometheus-stack. Lots of major version changes, but that is because of the CRDs. Seemingly no values change is required. * fix: update prometheus URL. * chore: update redis exporter to latest version. * fix: update make cmd for new prometheus name * chore: bump prometheus-adapter to latest version * chore: rename prometheus-operator to kube-prometheus-stack * chore: update redis to latest helm chart * feat: remove service from redis-consumer chart. bump chart version and update default app version to 0.15.0 * chore: bump version to 0.16.2 (prod version) * fix: update display IP command. * chore: update docs with minor OVPN note. * fix: spot-consumer custom metric name. * chore: update autoscaler and janitor to k8s client 22.x * chore: bump version to 1.8.0 * Merge several updates from dev branch into stable (#463) * Bump Mesmer model version to 8 and update consumer to 0.16.1 (#455) Co-authored-by: William Graf <[email protected]> Co-authored-by: Emily Laubscher <[email protected]> Co-authored-by: msschwartz21 <[email protected]>
- Loading branch information
1 parent
c89146b
commit 8fe54fc
Showing
35 changed files
with
120 additions
and
146 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
apiVersion: v1 | ||
name: redis-consumer | ||
version: 0.6.0 | ||
version: 0.7.0 | ||
#kubeVersion: ^1.9.8 | ||
description: This project consumes and processes redis event, placing the final result back to redis. | ||
keywords: | ||
|
@@ -13,6 +13,6 @@ maintainers: | |
email: [email protected] | ||
url: vanvalen.caltech.edu | ||
engine: gotpl | ||
appVersion: 0.12.0 | ||
appVersion: 0.16.2 | ||
deprecated: false | ||
tillerVersion: ^2.9.1 |
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
Oops, something went wrong.