Skip to content
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
2 changes: 2 additions & 0 deletions docs/.custom_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ COS
crypto
cryptographically
CVEs
denormalized
Diátaxis
docstrings?
downloader
Expand Down Expand Up @@ -69,6 +70,7 @@ liveness
LLMs?
lockfile
logrotate
lookups
loopback
lowlatency
LSNs
Expand Down
37 changes: 37 additions & 0 deletions docs/release-notes/server/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,43 @@ myst:

The [Livepatch Server K8s charm](https://charmhub.io/canonical-livepatch-server-k8s) is the recommended method for deploying the Livepatch Server on Kubernetes. The charm configures and runs the Livepatch Server, which serves live kernel patches and associated metadata to clients. Use the `latest/stable` channel charm for production environments.

## v2.3.0

### New features

- Added support for Public Cloud Stores (AWS S3, Azure Blob Store, Google Cloud Storage, IBM COS, Oracle Cloud Storage) to be used as patch stores.

### Optimizations

- Marked the `comparable_patch_version` function as parallel-safe for faster patch version lookups.

### Deprecations

- Deprecated SSO macaroon issuance, SSO macaroon-based admin authentication, and SSO auth configuration on the server.

## v2.0.0

### New features

- Removed the `/api/auth-tokens` endpoint.
- Ping metrics can now be pushed directly to an OTLP collector.
- Traces can now be pushed directly to an OTLP collector.

### Bug fixes

- Updated dependencies to pull in upstream CVE fixes.

## v1.21.3

### New features

- Added support for new ping types sent by client machines which improves monitoring of client machines.
- Fixed CVE data is now denormalized for faster database lookups.

### Bug Fixes:

- Fixed config parsing logic which caused invalid handling of nested config struct pointers.

## v1.20.0

### New features
Expand Down
Loading