[go: nahoru, domu]

Skip to content

Commit

Permalink
remove oci-distribution
Browse files Browse the repository at this point in the history
new location: https://github.com/krustlet/oci-distribution

Signed-off-by: Matthew Fisher <matt.fisher@fishworks.io>
  • Loading branch information
bacongobbler committed Oct 22, 2021
1 parent a303840 commit bfe4dc3
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 2,877 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v2
# OCI distribution needs to go first because kubelet has a dependency on it
- name: publish oci-distribution to crates.io
working-directory: ./crates/oci-distribution
run: cargo publish --token ${{ secrets.CargoToken }}
continue-on-error: true
- name: wait for oci-distribution to be published
run: sleep 60
- name: publish kubelet to crates.io
working-directory: ./crates/kubelet
run: cargo publish --token ${{ secrets.CargoToken }}
continue-on-error: true
77 changes: 11 additions & 66 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ k8s-openapi = {version = "0.13", default-features = false, features = ["v1_22"]}
krator = {version = "0.5", default-features = false}
kube = {version = "0.60", default-features = false}
kubelet = {path = "./crates/kubelet", version = "1.0.0-alpha.1", default-features = false, features = ["cli"]}
oci-distribution = {path = "./crates/oci-distribution", version = "0.7", default-features = false}
oci-distribution = {version = "0.7", default-features = false}
regex = "1.3"
serde = "1.0"
tokio = {version = "1.0", features = ["macros", "rt-multi-thread", "time"]}
Expand Down Expand Up @@ -79,7 +79,6 @@ tonic-build = "0.5"
[workspace]
members = [
"crates/kubelet",
"crates/oci-distribution",
"crates/wasi-provider",
]

Expand Down
2 changes: 1 addition & 1 deletion crates/kubelet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ kube = {version = "0.60", default-features = false, features = ["jsonpatch"]}
kube-runtime = {version = "0.60", default-features = false}
lazy_static = "1.4"
notify = "5.0.0-pre.3"
oci-distribution = {path = "../oci-distribution", version = "0.7", default-features = false}
oci-distribution = {version = "0.7", default-features = false}
prost = "0.8"
prost-types = "0.8"
rcgen = "0.8"
Expand Down
49 changes: 0 additions & 49 deletions crates/oci-distribution/Cargo.toml

This file was deleted.

11 changes: 0 additions & 11 deletions crates/oci-distribution/README.md

This file was deleted.

Loading

0 comments on commit bfe4dc3

Please sign in to comment.