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

Leftovers from v1.17.1 #5093

Merged
merged 3 commits into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .lighthouse/jenkins-x/models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ spec:
resources:
requests:
cpu: 1
memory: 3000Mi
memory: 4000Mi
Copy link
Contributor

Choose a reason for hiding this comment

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

🔧 change to 4Gi? ;)

ephemeral-storage: "60Gi"
limits:
cpu: 1
memory: 3000Mi
memory: 5000Mi
ephemeral-storage: "60Gi"
securityContext:
privileged: true
Expand Down
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,56 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.17.1](https://seldonio/seldonio/seldon-core/compare/v1.17.0...v1.17.1)

> 15 August 2023

- Fix issue with RANDOM_ABTEST [`#5090`](https://seldonio/seldonio/seldon-core/pull/5090)
- Allow init containers if modelUri provided [`#5059`](https://seldonio/seldonio/seldon-core/pull/5059)
- Address cryptography CVE [`#5070`](https://seldonio/seldonio/seldon-core/pull/5070)
- Bump requirements for integration tests [`#5058`](https://seldonio/seldonio/seldon-core/pull/5058)
- fix: relax pyyaml version range to allow install with new Cython 3. [`#5034`](https://seldonio/seldonio/seldon-core/pull/5034)
- Bump version to 1.17.1 [`8869f37`](https://seldonio/seldonio/seldon-core/commit/8869f3733e8bf1cdc464965a526c061efb133fae)
- Generate changelog [`a390721`](https://seldonio/seldonio/seldon-core/commit/a39072138b7d6e8e0eeab8c19bcddb0646cd7b0e)
- Re-generated Helm chart docs [`6265781`](https://seldonio/seldonio/seldon-core/commit/626578143c150ecb73a87e963ca73156e8cd870f)

#### [v1.17.0](https://seldonio/seldonio/seldon-core/compare/v1.16.0...v1.17.0)

> 12 July 2023

- Updating Alibi Explain & Detect [`#5016`](https://seldonio/seldonio/seldon-core/pull/5016)
- Fix build of GPU image [`#5015`](https://seldonio/seldonio/seldon-core/pull/5015)
- Fix 3.7 build [`#5011`](https://seldonio/seldonio/seldon-core/pull/5011)
- Remove Python 3.6 s2i wrapper [`#5007`](https://seldonio/seldonio/seldon-core/pull/5007)
- upgrading to python 3.8 [`#4910`](https://seldonio/seldonio/seldon-core/pull/4910)
- Bump MLServer to 1.3.5 (v1) [`#4974`](https://seldonio/seldonio/seldon-core/pull/4974)
- bump google.golang.org/grpc library version [`#4996`](https://seldonio/seldonio/seldon-core/pull/4996)
- fix(adserver): introduce counter type metrics for drift [`#4984`](https://seldonio/seldonio/seldon-core/pull/4984)
- Fix Alibi CVEs [`#4960`](https://seldonio/seldonio/seldon-core/pull/4960)
- Remove deprecated storage initialiser [`#4961`](https://seldonio/seldonio/seldon-core/pull/4961)
- Bump MLflow to 2.4.1 [`#4957`](https://seldonio/seldonio/seldon-core/pull/4957)
- Update go-restful [`#4956`](https://seldonio/seldonio/seldon-core/pull/4956)
- Update image version in security pipeline [`#4954`](https://seldonio/seldonio/seldon-core/pull/4954)
- Update Alibi and Alibi-Detect versions and bump servers to Python 3.8 [`#4912`](https://seldonio/seldonio/seldon-core/pull/4912)
- Bump MLServer to 1.3.4 (v1) [`#4925`](https://seldonio/seldonio/seldon-core/pull/4925)
- Fix reconcile diffs found on hpa/keda updates [`#4924`](https://seldonio/seldonio/seldon-core/pull/4924)
- Bump MLServer to 1.3.3 (v1) [`#4879`](https://seldonio/seldonio/seldon-core/pull/4879)
- good first issue for knative readme [`#4886`](https://seldonio/seldonio/seldon-core/pull/4886)
- docs(examples/transformers): Update mlserver version and fix broken links in custom preprocessors example [`#4876`](https://seldonio/seldonio/seldon-core/pull/4876)
- removing alpha messaging from index pages [`#4868`](https://seldonio/seldonio/seldon-core/pull/4868)
- Add PITS Global Data Recovery Services to the list of adopters [`#4866`](https://seldonio/seldonio/seldon-core/pull/4866)
- V1: Add K8s compatibility matrix to installation page [`#4862`](https://seldonio/seldonio/seldon-core/pull/4862)
- Fix Alibi Explainer tests [`#4835`](https://seldonio/seldonio/seldon-core/pull/4835)
- Bump MLServer to 1.3.2 (V1) [`#4808`](https://seldonio/seldonio/seldon-core/pull/4808)
- Delete request-logger path [`#4812`](https://seldonio/seldonio/seldon-core/pull/4812)
- allow spec provided prod security context to take precendence [`#4742`](https://seldonio/seldonio/seldon-core/pull/4742)
- Update openshift.md [`#4826`](https://seldonio/seldonio/seldon-core/pull/4826)
- Bump master to 1.17.0-dev [`#4806`](https://seldonio/seldonio/seldon-core/pull/4806)
- Added note about Preflight requirement to OpenShift docs [`#4802`](https://seldonio/seldonio/seldon-core/pull/4802)
- Re-generate licenses for python [`fb01287`](https://seldonio/seldonio/seldon-core/commit/fb01287431d9799cf575fc736360c236360d2806)
- Bump version to 1.17.0 [`5f3687e`](https://seldonio/seldonio/seldon-core/commit/5f3687efa4d3434036b6a65177bfacf5bb3beebb)
- Update licenses for operator and executor [`51a7466`](https://seldonio/seldonio/seldon-core/commit/51a7466a071b24b83f7d3663afc6a0ca71a48d8a)

#### [v1.16.0](https://seldonio/seldonio/seldon-core/compare/v1.15.1...v1.16.0)

> 19 April 2023
Expand Down
Loading