dependabot[bot]
4bb7514518
build(deps): bump github.com/containerd/containerd/v2
...
Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd ) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/containerd/containerd/releases )
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md )
- [Commits](https://github.com/containerd/containerd/compare/v2.0.4...v2.0.5 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd/v2
dependency-version: 2.0.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-09 21:45:03 -04:00
dependabot[bot]
4b96783b80
build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.36.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.38.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-07 01:25:23 +00:00
Stefan Berger
7d9a2f7377
build(deps): bump golang.org/x/net to v0.36.0
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2025-03-17 21:30:19 -04:00
Stefan Berger
a34eeebb29
build(deps): bump github.com/containerd/containerd/v2 to v2.0.4
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2025-03-17 21:28:41 -04:00
Stefan Berger
744c7cab90
build(deps): Update dependencies due to high severity issues
...
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
2024-12-18 21:56:00 -05:00
Stefan Berger
f66a7fd67e
build(deps): Update a few dependencies
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2024-12-16 11:21:54 -05:00
Akihiro Suda
5c12942714
go.mod: github.com/containerd/containerd/v2 v2.0.0
...
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-12-10 17:49:17 +09:00
Derek McGowan
8f67ad5859
Update go module to imgcrypt v2
...
Allow importing of containerd v2 without breaking compatibility for
use with containerd v1.
Signed-off-by: Derek McGowan <derek@mcg.dev>
2024-10-24 07:06:14 -07:00
Akihiro Suda
b71cf225e1
go.mod: github.com/containerd/containerd/v2 v2.0.0-rc.6
...
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-10-24 19:11:01 +09:00
dependabot[bot]
bdc9fd0b1e
build(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.64.0 to 1.64.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-24 01:28:29 +00:00
Stefan Berger
8c4135efc9
build(deps): update to ocicrypt v1.2.0
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2024-07-01 10:02:31 -04:00
Sebastiaan van Stijn
bc04b3cc65
go.mod: github.com/containerd/containerd v2.0.0-rc.3
...
rc.3 rmoves pkg/seed, so removing that import from cmd/ctr
full diff: https://github.com/containerd/containerd/compare/v2.0.0-rc.2...v2.0.0-rc.3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-06-22 01:06:51 +02:00
Derek McGowan
8b9b205467
Update to containerd v2.0.0-rc.2
...
Signed-off-by: Derek McGowan <derek@mcg.dev>
2024-05-26 17:27:03 -07:00
Akihiro Suda
27550399fb
go.mod: github.com/containerd/containerd/v2 v2.0.0-rc.1
...
- github.com/containerd/containerd/{containers,images,...} -> github.com/containerd/containerd/v2/core/{containers,images,...}
- github.com/containerd/containerd/{errdefs,logs,platforms} -> github.com/containerd/{errdefs,logs,platforms}
- github.com/containerd/typeurl -> github.com/containerd/typeurl/v2
- github.com/urfave/cli -> github.com/urfave/cli/v2 (See containerd/containerd PR 9809)
- github.com/gogo/protobuf -> github.com/containerd/containerd/v2/protobuf
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-04-25 12:01:20 +09:00
dependabot[bot]
1839e20d51
build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.17.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 19:58:40 +00:00
Sebastiaan van Stijn
cb7e5d33ff
separate command-line to a separate module
...
(This is a very quick attempt at "what this will look like")
This repository provides both command-line utilities, and a module for external
consumers.
Currently, both are part of the same module; as a result, dependencies of both
the module *and* the command-line utilities are listed in the repositories go.mod.
This affects consumers of this project, because (due to go module's nature of
dependency (version) resolution), those consumers will inherit all dependencies,
or will be "forced" to use the same version of the CLI dependencies.
This is a very quick attempt at separating the CLI utilities from the "module",
by creating a separate go.mod (and module) for the CLI utilities.
I'm not fond of the name (github.com/containerd/imgcrypt/cmd) for that module
(possibly renaming to github.com/containerd/imgcrypt/cli would be slightly
clearer).
This change _will_ add some additional work when tagging releases; a separate tag
should be created for the cli utilities (tagging as `cmd/vX.Y.Z`), and the
"github.com/containerd/imgcrypt" dependency in the go.mod inside the cmd directory
may need to be updated to reflect the latest version of the main module when tagging
new releases (as the replace rule is non-transitional); something like:
1. update `github.com/containerd/imgcrypt` version in cmd/go.mod to "next release"
2. tag both `v<new release>` and `cmd/v<new version>` in tandem.
CI / validation also needs to be updated to verify both `go.mod` and `go.sum`
files are correct / up-to-date. Possibly checks should be added to make sure the
main module is isolated from the cmd module (i.e., the "module" should not import
any path from the cmd directory: the reverse is of course OK (and expected)).
Finally; use of the 'vendor' directory may need to be discussed; it is common
to only use a vendor directory for projects that produce binaries, but omit the
vendor directory for "library" projects. In this case (if vendoring is still
desired), the vendor directory should be removed from the root of the repository,
and moved inside the `cmd` directory.
Originally-from: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-03-28 14:17:54 +09:00
dependabot[bot]
eb84bc1822
build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0
...
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 23:17:54 +00:00
Stefan Berger
24ca7757bc
build(deps): Update to ocicrypt v1.1.10
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2024-03-11 21:12:13 -04:00
dependabot[bot]
67dc8ef639
build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3
...
Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose ) from 3.0.1 to 3.0.3.
- [Release notes](https://github.com/go-jose/go-jose/releases )
- [Changelog](https://github.com/go-jose/go-jose/blob/v3.0.3/CHANGELOG.md )
- [Commits](https://github.com/go-jose/go-jose/compare/v3.0.1...v3.0.3 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 23:32:22 +00:00
dependabot[bot]
66b389c0a7
build(deps): bump github.com/opencontainers/runc from 1.1.5 to 1.1.12
...
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc ) from 1.1.5 to 1.1.12.
- [Release notes](https://github.com/opencontainers/runc/releases )
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.12/CHANGELOG.md )
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.5...v1.1.12 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-31 22:53:37 +00:00
dependabot[bot]
12ec12a288
build(deps): bump github.com/containerd/containerd from 1.6.23 to 1.6.26
...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.6.23 to 1.6.26.
- [Release notes](https://github.com/containerd/containerd/releases )
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md )
- [Commits](https://github.com/containerd/containerd/compare/v1.6.23...v1.6.26 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-28 20:38:35 +00:00
dependabot[bot]
5d4d0bd662
build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 23:46:13 +00:00
dependabot[bot]
be77c6397a
build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1
...
Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/go-jose/go-jose/releases )
- [Changelog](https://github.com/go-jose/go-jose/blob/v3/CHANGELOG.md )
- [Commits](https://github.com/go-jose/go-jose/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-21 22:22:40 +00:00
Stefan Berger
3e60defd72
build(deps): Update to ocicrypt v1.1.9
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2023-10-31 10:00:39 -04:00
dependabot[bot]
ed2700796f
build(deps): bump golang.org/x/net from 0.8.0 to 0.17.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.8.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.8.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 01:06:15 +00:00
dependabot[bot]
1d935804d2
build(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.53.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.53.0...v1.56.3 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 00:58:07 +00:00
Stefan Berger
7d2cca5efd
build(deps): bump containerd from 1.6.20 to 1.6.23
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2023-08-15 08:47:39 -04:00
Stefan Berger
0f2559e3c9
ctr: Sync code with containerd v1.6.20 ctr
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2023-08-15 08:36:11 -04:00
Stefan Berger
6d48a4ecc3
build(deps): bump ocicrypt from 1.1.7 to 1.1.8
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2023-08-15 08:01:35 -04:00
Stefan Berger
74986f3687
go.mod: Require go 1.20
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2023-08-15 08:01:35 -04:00
dependabot[bot]
a2a8273187
build(deps): bump google.golang.org/grpc from 1.47.0 to 1.53.0
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.47.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.47.0...v1.53.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 21:24:13 +00:00
Stefan Berger
a7f2760c71
build(deps): upgrade github.com/containerd/containerd from 1.6.18 to 1.6.20
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2023-05-01 11:40:54 -04:00
dependabot[bot]
90e4f77bdc
build(deps): bump github.com/opencontainers/runc from 1.1.2 to 1.1.5
...
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc ) from 1.1.2 to 1.1.5.
- [Release notes](https://github.com/opencontainers/runc/releases )
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.5/CHANGELOG.md )
- [Commits](https://github.com/opencontainers/runc/compare/v1.1.2...v1.1.5 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 23:49:35 +00:00
Stefan Berger
523674c781
build(deps): Update to minimum required go v1.19
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2023-03-29 12:39:59 -04:00
Stefan Berger
96a2314e83
build(deps): Upgrade to github.com/containers/ocicrypt@v1.1.7
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2023-02-19 15:17:30 -05:00
Stefan Berger
1c5055514a
bulid(deps): Update to golang.org/x/net@v0.7.0
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2023-02-19 15:15:40 -05:00
Stefan Berger
9645d39f07
build(deps): Update to minimum required go v1.18
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2023-02-19 11:29:52 -05:00
dependabot[bot]
8daaa45a63
build(deps): bump github.com/containerd/containerd from 1.6.12 to 1.6.18
...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.6.12 to 1.6.18.
- [Release notes](https://github.com/containerd/containerd/releases )
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md )
- [Commits](https://github.com/containerd/containerd/compare/v1.6.12...v1.6.18 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 14:19:40 +00:00
dependabot[bot]
4e5a73e393
build(deps): bump github.com/containerd/containerd from 1.6.8 to 1.6.12
...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.6.8 to 1.6.12.
- [Release notes](https://github.com/containerd/containerd/releases )
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md )
- [Commits](https://github.com/containerd/containerd/compare/v1.6.8...v1.6.12 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 23:42:13 +00:00
Stefan Berger
4a51045e4c
build(deps): Update to ocicrypt 1.1.6
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2022-10-07 10:43:20 -04:00
Stefan Berger
07dd48dc69
build(deps): Update to containerd 1.6.8
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2022-09-18 20:17:58 -04:00
dependabot[bot]
5959e8cf6d
build(deps): bump github.com/containerd/containerd from 1.6.1 to 1.6.6
...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.6.1 to 1.6.6.
- [Release notes](https://github.com/containerd/containerd/releases )
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md )
- [Commits](https://github.com/containerd/containerd/compare/v1.6.1...v1.6.6 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-06 22:09:02 +00:00
Stefan Berger
715ba8c513
Update to ocicrypt 1.1.5 to get yaml.v3
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2022-06-06 11:14:27 -04:00
Stefan Berger
4c38f1094b
Bump ocicrypt to 1.1.4
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2022-05-18 15:27:53 +02:00
Stefan Berger
2efa871163
Bump github.com/containerd/containerd from 1.5.10 to 1.6.1
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2022-03-22 17:19:51 -04:00
Stefan Berger
d4d468487c
Bump ocicrypt to 1.1.3
...
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2022-03-18 12:13:07 -04:00
dependabot[bot]
727850ffb1
Bump github.com/containerd/containerd from 1.5.9 to 1.5.10
...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.5.9 to 1.5.10.
- [Release notes](https://github.com/containerd/containerd/releases )
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md )
- [Commits](https://github.com/containerd/containerd/compare/v1.5.9...v1.5.10 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-03 11:04:45 -05:00
dependabot[bot]
3c7db10f64
Bump github.com/containerd/containerd from 1.5.8 to 1.5.9
...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.5.8 to 1.5.9.
- [Release notes](https://github.com/containerd/containerd/releases )
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md )
- [Commits](https://github.com/containerd/containerd/compare/v1.5.8...v1.5.9 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-06 17:49:50 +00:00
dependabot[bot]
519a38f88a
Bump github.com/containerd/containerd from 1.5.7 to 1.5.8
...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.5.7 to 1.5.8.
- [Release notes](https://github.com/containerd/containerd/releases )
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md )
- [Commits](https://github.com/containerd/containerd/compare/v1.5.7...v1.5.8 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-18 16:43:42 +00:00
Stefan Berger
f3d97aff00
maint: Update to ocicrypt v1.1.2
...
Update to ocicrypt v1.1.2. Not much seems to have changed there code-wise.
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2021-10-29 10:06:44 -04:00