Commit Graph

1559 Commits

Author SHA1 Message Date
dependabot[bot]
7cece8a925 chore(deps): bump github.com/go-playground/validator/v10
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.22.0 to 10.23.0.
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](https://github.com/go-playground/validator/compare/v10.22.0...v10.23.0)

---
updated-dependencies:
- dependency-name: github.com/go-playground/validator/v10
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-15 13:30:57 +00:00
dependabot[bot]
a292949448 chore(deps): bump golang.org/x/mod from 0.21.0 to 0.22.0
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.21.0 to 0.22.0.
- [Commits](https://github.com/golang/mod/compare/v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-15 13:30:52 +00:00
dependabot[bot]
cf03dadd20 chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-15 13:30:48 +00:00
dependabot[bot]
32d838a143 chore(deps): bump github.com/microcosm-cc/bluemonday
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.26 to 1.0.27.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases)
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.26...v1.0.27)

---
updated-dependencies:
- dependency-name: github.com/microcosm-cc/bluemonday
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-15 13:30:43 +00:00
CrazyMax
b3878678cb Merge pull request #1224 from crazy-max/dependabot/go_modules/google.golang.org/grpc/cmd/protoc-gen-go-grpc-1.5.1
chore(deps): bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.3.0 to 1.5.1
2024-12-15 14:25:32 +01:00
CrazyMax
9098ce2ffc chore: update generated files 2024-12-15 14:19:46 +01:00
dependabot[bot]
9830c08e30 chore(deps): bump google.golang.org/grpc/cmd/protoc-gen-go-grpc
Bumps [google.golang.org/grpc/cmd/protoc-gen-go-grpc](https://github.com/grpc/grpc-go) from 1.3.0 to 1.5.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.3.0...v1.5.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc/cmd/protoc-gen-go-grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-15 12:56:57 +00:00
CrazyMax
a2aa65304d Merge pull request #1271 from crazy-max/dependabot/go_modules/golang.org/x/crypto-0.31.0
chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0
2024-12-15 13:55:20 +01:00
dependabot[bot]
263c4afffd chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-15 11:13:51 +00:00
CrazyMax
c9f89f4917 Merge pull request #1274 from crazy-max/dependabot/go_modules/github.com/containers/image/v5-5.33.0
chore(deps): bump github.com/containers/image/v5 from 5.32.2 to 5.33.0
2024-12-15 12:12:29 +01:00
dependabot[bot]
e4418a3717 chore(deps): bump github.com/containers/image/v5 from 5.30.0 to 5.33.0
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.30.0 to 5.33.0.
- [Release notes](https://github.com/containers/image/releases)
- [Commits](https://github.com/containers/image/compare/v5.30.0...v5.33.0)

---
updated-dependencies:
- dependency-name: github.com/containers/image/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-15 10:57:13 +00:00
CrazyMax
f4e66b6ba4 Merge pull request #1293 from crazy-max/update-grpc
chore(deps): bump google.golang.org/grpc to 1.67.0
2024-12-15 11:55:09 +01:00
CrazyMax
464b90de32 Merge pull request #1292 from crazy-max/update-bbolt
chore(deps): bump go.etcd.io/bbolt to 1.3.11
2024-12-15 11:51:54 +01:00
CrazyMax
3f28039502 Merge pull request #1291 from crazy-max/update-docker
chore(deps): bump github.com/docker/docker to 27.3.1+incompatible
2024-12-15 11:51:03 +01:00
CrazyMax
56e1f485ea chore(deps): bump google.golang.org/grpc to 1.67.0 2024-12-15 11:49:07 +01:00
CrazyMax
f2816ca378 chore(deps): bump go.etcd.io/bbolt to 1.3.11 2024-12-15 11:47:09 +01:00
CrazyMax
b5863293b8 chore(deps): bump github.com/docker/docker to 27.3.1+incompatible 2024-12-15 11:41:46 +01:00
CrazyMax
d519ef23a8 enable golangci-lint for supported platforms 2024-12-15 01:50:33 +01:00
CrazyMax
02089576b4 Merge pull request #1289 from crazy-max/dependabot/github_actions/codecov/codecov-action-5
chore(deps): bump codecov/codecov-action from 4 to 5
2024-12-15 01:36:50 +01:00
dependabot[bot]
327ebaeefd chore(deps): bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-15 00:35:51 +00:00
CrazyMax
60d5729e21 Merge pull request #1278 from crazy-max/dependabot/go_modules/github.com/PaulSonOfLars/gotgbot/v2-2.0.0-rc.30
chore(deps): bump github.com/PaulSonOfLars/gotgbot/v2 from 2.0.0-rc.27 to 2.0.0-rc.30
2024-12-15 01:33:41 +01:00
CrazyMax
1b456e14db Merge pull request #1277 from crazy-max/dependabot/go_modules/google.golang.org/protobuf-1.35.2
chore(deps): bump google.golang.org/protobuf from 1.33.0 to 1.35.2
2024-12-15 01:32:18 +01:00
CrazyMax
52dc87abec chore: update generated files 2024-12-15 01:00:09 +01:00
CrazyMax
18b0805623 Merge pull request #1288 from crazy-max/update-amqp
switch to github.com/rabbitmq/amqp091-go module
2024-12-15 00:54:15 +01:00
CrazyMax
12610c46bc switch to github.com/rabbitmq/amqp091-go module 2024-12-15 00:43:49 +01:00
dependabot[bot]
64f77319b2 chore(deps): bump github.com/PaulSonOfLars/gotgbot/v2
Bumps [github.com/PaulSonOfLars/gotgbot/v2](https://github.com/PaulSonOfLars/gotgbot) from 2.0.0-rc.27 to 2.0.0-rc.30.
- [Release notes](https://github.com/PaulSonOfLars/gotgbot/releases)
- [Commits](https://github.com/PaulSonOfLars/gotgbot/compare/v2.0.0-rc.27...v2.0.0-rc.30)

---
updated-dependencies:
- dependency-name: github.com/PaulSonOfLars/gotgbot/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-14 23:37:14 +00:00
CrazyMax
2a4a8863f3 Merge pull request #1287 from crazy-max/containerd-platforms
switch to github.com/containerd/platforms package
2024-12-15 00:35:56 +01:00
CrazyMax
969ade5306 switch to github.com/containerd/platforms package 2024-12-15 00:30:58 +01:00
CrazyMax
85faccad21 Merge pull request #1286 from crazy-max/go-1.23
update to go 1.23
2024-12-15 00:23:29 +01:00
CrazyMax
8fb9b975b8 fix lint issues 2024-12-15 00:10:58 +01:00
CrazyMax
b118dc8108 fix and update golangci-lint config 2024-12-14 23:41:29 +01:00
dependabot[bot]
de5e60f35d chore(deps): bump google.golang.org/protobuf from 1.33.0 to 1.35.2
Bumps google.golang.org/protobuf from 1.33.0 to 1.35.2.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-14 22:32:59 +00:00
CrazyMax
b65b8d36cf update to golangci-lint 1.62 2024-12-14 23:32:42 +01:00
CrazyMax
0ecafb6cd8 update to alpine linux 3.21 2024-12-14 23:32:41 +01:00
CrazyMax
2bd277dee0 update to go 1.23 2024-12-14 23:32:40 +01:00
CrazyMax
bdcb04e93f Merge pull request #1284 from crazy-max/update-containers-image
chore(deps): bump github.com/containers/image/v5 to 5.32.2
2024-12-14 23:31:43 +01:00
CrazyMax
08dc272bda chore(deps): bump github.com/containers/image/v5 to 5.32.2 2024-12-14 23:21:47 +01:00
CrazyMax
e7e9c3681b Merge pull request #1285 from crazy-max/fix-gen-dockerfile
fix gen.Dockerfile
2024-12-14 23:21:33 +01:00
CrazyMax
312a82367f fix gen.Dockerfile 2024-12-14 23:18:22 +01:00
CrazyMax
54b58bdfaa Merge pull request #1275 from crazy-max/update-docker
chore(deps): bump github.com/docker/docker to 27.1.1+incompatible
2024-12-14 22:52:40 +01:00
CrazyMax
c94f2ef0bb chore(deps): bump github.com/docker/docker to 27.1.1+incompatible 2024-12-14 22:39:13 +01:00
CrazyMax
9fd6bce9bd Merge pull request #1276 from crazy-max/go-vendor
chore: go mod vendor
2024-12-14 22:37:09 +01:00
CrazyMax
63e598cdee chore: go mod vendor 2024-12-14 22:30:21 +01:00
CrazyMax
53e0a91781 Merge pull request #1240 from crazy-max/dependabot/go_modules/golang.org/x/sys-0.25.0
chore(deps): bump golang.org/x/sys from 0.21.0 to 0.25.0
2024-12-14 21:28:25 +01:00
CrazyMax
de59924143 Merge pull request #1270 from crazy-max/update-codecov-config
chore: update codecov config
2024-12-14 21:04:12 +01:00
CrazyMax
a499bf16b3 chore: update codecov config 2024-12-14 20:57:58 +01:00
CrazyMax
c2a1b1e27a Merge pull request #1269 from crazy-max/bump-xx
update xx to 1.6.1
2024-12-14 20:55:29 +01:00
CrazyMax
8c4b70c21e update xx to 1.6.1 2024-12-14 20:45:39 +01:00
dependabot[bot]
322d7f4f3a chore(deps): bump golang.org/x/sys from 0.21.0 to 0.25.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.21.0 to 0.25.0.
- [Commits](https://github.com/golang/sys/compare/v0.21.0...v0.25.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-05 06:50:46 +00:00
CrazyMax
5da5afbb49 Merge pull request #1191 from crazy-max/dependabot/go_modules/github.com/go-playground/validator/v10-10.22.0
chore(deps): bump github.com/go-playground/validator/v10 from 10.21.0 to 10.22.0
2024-06-23 17:38:39 +02:00