This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(submodules): update external submodules
- Loading branch information
1 parent
715c1db
commit 9cc792f
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule contract-repository
updated
11 files
+6 −6 | api/Cargo.lock | |
+4 −4 | api/Cargo.toml | |
+2 −0 | api/proto/contracts.proto | |
+4 −4 | docker-compose.yml | |
+15 −0 | gui/25-set-dns-server.sh | |
+2 −4 | gui/Dockerfile | |
+2 −2 | gui/docker-compose.yml | |
+1 −1 | gui/external/wirepact-k8s-pki | |
+0 −9 | gui/nginx.sh | |
+355 −154 | gui/package-lock.json | |
+5 −5 | gui/package.json |
Submodule k8s-pki
updated
14 files
+0 −4 | .github/fetch_version/.releaserc.json | |
+0 −69 | .github/workflows/publish-docker.yml | |
+33 −0 | .github/workflows/release.yml | |
+1 −1 | .github/workflows/security.yml | |
+1 −1 | .github/workflows/testing.yml | |
+27 −1 | .releaserc.json | |
+421 −182 | Cargo.lock | |
+9 −9 | Cargo.toml | |
+2 −2 | Dockerfile | |
+1 −1 | external/googleapis | |
+1 −35 | src/cert_store/kubernetes_store.rs | |
+1 −20 | src/cert_store/local_store.rs | |
+38 −20 | src/cert_store/store.rs | |
+25 −6 | src/cert_store/utils.rs |