Skip to content

Commit

Permalink
Bump k8s-openapi feature to v1_28
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-hunt-materialize committed Jun 6, 2024
1 parent 18c0250 commit a3108d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.3.1] - 2024-06-06

### Changed

* Update k8s-openapi feature to `v1_28`.

## [0.3.0] - 2024-03-01

### Changed
Expand All @@ -19,7 +25,7 @@
* Upgrade `kube` and `kube-runtime` to `0.85`
* This includes an interface change that replaces `ListParams` with `watcher::Config`, described here: https://github.com/MaterializeInc/kube-rs/blob/master/CHANGELOG.md#listwatch-changes
* The `namespaced`, `namespaced_all`, and `cluster` methods have been updated correspondingly; this will require an update if you are using them.
* Upgrade `k8s-openapi` to `0.19` with `v1_25` enabled
* Upgrade `k8s-openapi` to `0.19` with `v1_25` enabled

## [0.1.1] - 2023-07-14

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "k8s-controller"
version = "0.3.0"
version = "0.3.1"
edition = "2021"

description = "lightweight framework for writing kubernetes controllers"
Expand All @@ -12,7 +12,7 @@ include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
[dependencies]
async-trait = "0.1"
futures = "0.3"
k8s-openapi = { version = "0.20", features = ["v1_26"] }
k8s-openapi = { version = "0.20", features = ["v1_28"] }
kube = { version = "0.87", default-features = false, features = ["client"] }
kube-runtime = "0.87"
rand = "0.8"
Expand Down

0 comments on commit a3108d9

Please sign in to comment.