Skip to content

Commit

Permalink
Merge pull request #21 from whylabs/dev/aberg/update-base-image-#86az…
Browse files Browse the repository at this point in the history
…w2gvp

Update base image version
  • Loading branch information
AnchorArray authored Mar 28, 2024
2 parents 01bb3d7 + e7c0ccf commit 2d41ea9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 17 deletions.
32 changes: 19 additions & 13 deletions charts/langkit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning]
(https://semver.org/spec/v2.0.0.html).

## [0.16.0] - 2024-03-28

## [0.15.0] - 2023-03-22
### Changed

- Updated image from `1.0.11` to `1.0.13`


## [0.15.0] - 2024-03-22

### Added

- Added configurable annotations for `Service` resource

## [0.14.0] - 2023-03-21
## [0.14.0] - 2024-03-21

### Changed

- Updated image from `1.0.8` to `1.0.11`

## [0.13.1] - 2023-03-01
## [0.13.1] - 2024-03-01

### Changed

- Change `imagePullSecret` name to be scoped to service

## [0.13.0] - 2023-02-29
## [0.13.0] - 2024-02-29

### Changed

Expand All @@ -35,20 +41,20 @@ and this project adheres to [Semantic Versioning]

- Documentation for creating a secret for access to the private image registry

## [0.12.0] - 2023-02-29
## [0.12.0] - 2024-02-29

### Changed

- Updated default image from `py-llm-1.0.5` to `py-llm-1.0.8`
- Changed health probes to use HTTP instead of TCP

## [0.11.0] - 2023-02-22
## [0.11.0] - 2024-02-22

### Changed

- Updated default image from `py-llm-1.0.2.dev10` to `py-llm-1.0.5`.

## [0.10.0] - 2023-02-19
## [0.10.0] - 2024-02-19

### Added

Expand All @@ -64,26 +70,26 @@ and this project adheres to [Semantic Versioning]

- Removed the init container.

## [0.9.0] - 2023-02-15
## [0.9.0] - 2024-02-15

### Added

- Added `TRANSFORMERS_OFFLINE` and `HF_DATASETS_OFFLINE` environment variables.

## [0.8.0] - 2023-02-14 :heart:
## [0.8.0] - 2024-02-14 :heart:

### Added

- Added managed `ServiceAccount` with configurations for `annotations` to
support authentication methods such as AWS IRSA.

## [0.7.0] - 2023-02-12
## [0.7.0] - 2024-02-12

### Changed

- Updated default image tag from `py-llm-1.0.2.dev2` to `py-llm-1.0.2.dev4`

## [0.6.0] - **Breaking Changes** - 2023-02-01
## [0.6.0] - **Breaking Changes** - 2024-02-01

### Breaking

Expand All @@ -104,14 +110,14 @@ and this project adheres to [Semantic Versioning]

- Removed default `root-config` volume and volume mount

## [0.5.0] - 2023-01-30
## [0.5.0] - 2024-01-30

### Changed

- Updated the default image version from `py-llm-1.0.2.dev0` to `py-llm-1.0.2.dev1`
- Default `tolerations` is set to `[]`

## [0.4.0] - **Breaking Changes** - 2023-01-26
## [0.4.0] - **Breaking Changes** - 2024-01-26

### Added

Expand Down
4 changes: 2 additions & 2 deletions charts/langkit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: langkit
description: A Helm chart for LangKit container deployment
type: application
version: 0.15.0
appVersion: "1.0.11"
version: 0.16.0
appVersion: "1.0.13"
2 changes: 1 addition & 1 deletion charts/langkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ helm-docs --dry-run
| image.containerPort | int | `8000` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"registry.gitlab.com/whylabs/langkit-container"` | |
| image.tag | string | `"1.0.11"` | |
| image.tag | string | `"1.0.13"` | |
| imagePullSecrets[0].name | string | `"langkit-gitlab-registry-secret"` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/langkit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ingress:
image:
repository: registry.gitlab.com/whylabs/langkit-container
pullPolicy: Always
tag: "1.0.11"
tag: "1.0.13"
containerPort: 8000

imagePullSecrets:
Expand Down

0 comments on commit 2d41ea9

Please sign in to comment.