Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
chore(*): Bump k8s-openapi and kube versions to latest (#17)
Browse files Browse the repository at this point in the history
* chore(*): Bump k8s-openapi and kube versions to latest

This is mainly to pick up the new 1.21 changes from k8s-openapi. However,
given the breaking nature of the k8s-openapi bump, we will also need to cut
a new Krator version and note the breaking change there as well

* Address PR comments

* Markdown lint fixes
  • Loading branch information
thomastaylor312 authored Jul 9, 2021
1 parent 9c11ff1 commit 357f4ad
Show file tree
Hide file tree
Showing 11 changed files with 187 additions and 189 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
with:
command: test
args: --workspace --lib --no-default-features --features "${{ matrix.features }} ${{ matrix.config.features }}"
- name: Test admission derive with toolchain ${{ matrix.toolchain }}
uses: actions-rs/cargo@v1
with:
command: test
args: --package krator-derive --test admission --features "admission-webhook"
- name: Test docs with toolchain ${{ matrix.toolchain }}
uses: actions-rs/cargo@v1
with:
Expand Down
169 changes: 83 additions & 86 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 357f4ad

Please sign in to comment.