Skip to content

Commit

Permalink
Merge pull request #1478 from cybozu/remove-ttypdb
Browse files Browse the repository at this point in the history
Remove ttypdb
  • Loading branch information
zoetrope authored Nov 25, 2024
2 parents 0a8a5dd + 33ce01f commit 992860f
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 1,181 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,6 @@ jobs:
- dir: "./trust-packages"
container-image: "trust-packages"
make-targets: "download-certificates"
- dir: "./ttypdb"
container-image: "ttypdb-controller"
target: "controller"
- dir: "./ttypdb"
container-image: "ttypdb-sidecar"
target: "sidecar"
- dir: "./unbound"
container-image: "unbound"
make-targets: "check-generate"
Expand Down
10 changes: 0 additions & 10 deletions maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ In case of components whose Go source code are in neco-containers, all dependent
- [testhttpd](#testhttpd)
- [trust-manager](#trust-manager)
- [trust-packages](#trust-packages)
- [ttypdb](#ttypdb)
- [unbound](#unbound)
- [unbound\_exporter](#unbound_exporter)
- [vault](#vault)
Expand Down Expand Up @@ -1051,15 +1050,6 @@ TBD
2. Update `TRUST_MANAGER_VERSION` in `Dockerfile`.
3. Update `TAG` file.

## ttypdb

![Regular Update](./regular_update.svg)

Only the base image and module dependency should be updated.

1. Upgrade direct dependencies listed in `go.mod`. Use `go get` or your editor's function.
2. Update `TAG` by incrementing the patch revision, e.g. 1.0.1, 1.0.2, ...

## unbound

![Kubernetes Update](./kubernetes_update.svg)
Expand Down
24 changes: 0 additions & 24 deletions ttypdb/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions ttypdb/Makefile

This file was deleted.

20 changes: 0 additions & 20 deletions ttypdb/README.md

This file was deleted.

1 change: 0 additions & 1 deletion ttypdb/TAG

This file was deleted.

99 changes: 0 additions & 99 deletions ttypdb/e2e.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions ttypdb/role.yaml

This file was deleted.

54 changes: 0 additions & 54 deletions ttypdb/src/common/http.go

This file was deleted.

5 changes: 0 additions & 5 deletions ttypdb/src/common/status.go

This file was deleted.

Loading

0 comments on commit 992860f

Please sign in to comment.