Commit Graph

1462 Commits

Author SHA1 Message Date
CrazyMax
4b37e9047c Merge pull request #976 from crazy-max/dependabot/go_modules/github.com/rs/zerolog-1.30.0
chore(deps): bump github.com/rs/zerolog from 1.29.1 to 1.30.0
2023-09-23 13:50:43 +02:00
CrazyMax
0caa90163d Merge pull request #974 from crazy-max/dependabot/go_modules/github.com/opencontainers/image-spec-1.1.0-rc5
chore(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc4 to 1.1.0-rc5
2023-09-23 13:50:24 +02:00
CrazyMax
a331a8bea3 Merge pull request #972 from crazy-max/dependabot/go_modules/github.com/go-playground/validator/v10-10.15.4
chore(deps): bump github.com/go-playground/validator/v10 from 10.14.1 to 10.15.4
2023-09-23 13:49:53 +02:00
CrazyMax
aa0adbe043 Merge pull request #971 from crazy-max/dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.4.7
chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.4.6 to 6.4.7
2023-09-23 13:49:40 +02:00
CrazyMax
b2a19c457c move imageDefaults from watch to defaults in config root 2023-09-23 13:49:15 +02:00
CrazyMax
b9615bf2db fix defaults not handled by yaml configuration 2023-09-23 13:49:15 +02:00
dependabot[bot]
dd7f447b68 chore(deps): bump google.golang.org/grpc from 1.58.1 to 1.58.2
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.1 to 1.58.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.1...v1.58.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 06:49:42 +00:00
dependabot[bot]
90e6c738bd chore(deps): bump github.com/rs/zerolog from 1.29.1 to 1.30.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.29.1 to 1.30.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.29.1...v1.30.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 06:23:37 +00:00
dependabot[bot]
f039577bff chore(deps): bump github.com/opencontainers/image-spec
Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 1.1.0-rc4 to 1.1.0-rc5.
- [Release notes](https://github.com/opencontainers/image-spec/releases)
- [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md)
- [Commits](https://github.com/opencontainers/image-spec/compare/v1.1.0-rc4...v1.1.0-rc5)

---
updated-dependencies:
- dependency-name: github.com/opencontainers/image-spec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 06:23:23 +00:00
dependabot[bot]
7800ff97e6 chore(deps): bump github.com/go-playground/validator/v10
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.14.1 to 10.15.4.
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](https://github.com/go-playground/validator/compare/v10.14.1...v10.15.4)

---
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>
2023-09-18 06:23:00 +00:00
dependabot[bot]
89a7c469ef chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.4.6 to 6.4.7
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.4.6 to 6.4.7.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.4.6...v6.4.7)

---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 06:22:53 +00:00
CrazyMax
286af41566 Merge pull request #968 from crazy-max/analyze-tag-digest
handle analysis of image with tag and digest
2023-09-17 00:07:05 +02:00
CrazyMax
522c8e9448 handle analysis of image with tag and digest 2023-09-16 18:41:00 +02:00
CrazyMax
281e28e8b7 Merge pull request #915 from crazy-max/image-format
image:tag@digest format support
2023-09-16 17:30:10 +02:00
CrazyMax
061c976fe9 image:tag@digest format support 2023-09-16 16:59:00 +02:00
CrazyMax
78879b3fae chore: fix wording and remove unnecessary comments 2023-09-16 16:59:00 +02:00
CrazyMax
ce3c66d628 Merge pull request #819 from thomas-mc-work/patch-1
Follow KISS principle in documentation
2023-09-16 14:44:45 +02:00
CrazyMax
68e645c0c3 Merge pull request #967 from crazy-max/fix-lint
chore: fix missing forbidigo linter
2023-09-16 13:42:16 +02:00
CrazyMax
f7bb36d46f chore: use errors.Errorf 2023-09-16 12:36:35 +02:00
CrazyMax
bfd1113a08 chore: fix missing forbidigo linter 2023-09-16 12:36:35 +02:00
CrazyMax
54a61c4a87 Merge pull request #965 from crazy-max/go-grab-bag
go test grab-bag
2023-09-16 11:55:00 +02:00
CrazyMax
24bc0548e0 chore: use typed error and fix missing wraps 2023-09-16 11:47:53 +02:00
CrazyMax
20681d68d1 chore: move tags_sort code to tags file 2023-09-16 11:47:53 +02:00
CrazyMax
6a4236c545 chore: make invalid label typed error private 2023-09-16 11:47:53 +02:00
CrazyMax
49b8852a04 test: use white-box testing 2023-09-16 11:47:52 +02:00
CrazyMax
bc5cdf7aa1 fix: set Image receiver as pointer 2023-09-16 11:47:52 +02:00
CrazyMax
660a4d784b Merge pull request #966 from crazy-max/codecov-conf
chore: update codecov conf
2023-09-16 11:47:38 +02:00
CrazyMax
cd868de9a8 chore: update codecov conf 2023-09-16 11:47:02 +02:00
CrazyMax
c78d8775d1 Merge pull request #887 from IamTheFij/global-defaults
Global defaults for image configs
2023-09-16 10:23:05 +02:00
CrazyMax
803733dc93 Merge pull request #960 from crazy-max/dependabot/go_modules/k8s.io/client-go-0.28.2
chore(deps): bump k8s.io/client-go from 0.26.2 to 0.28.2
2023-09-16 10:17:20 +02:00
dependabot[bot]
11f7c20bf8 chore(deps): bump k8s.io/client-go from 0.26.2 to 0.28.2
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.26.2 to 0.28.2.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.26.2...v0.28.2)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-16 08:10:33 +00:00
CrazyMax
e40ee0f37a Merge pull request #961 from crazy-max/dependabot/go_modules/google.golang.org/grpc-1.58.1
chore(deps): bump google.golang.org/grpc from 1.56.1 to 1.58.1
2023-09-16 10:09:16 +02:00
CrazyMax
498280b3f7 Merge pull request #940 from crazy-max/dependabot/go_modules/github.com/moby/buildkit-0.12.2
chore(deps): bump github.com/moby/buildkit from 0.11.6 to 0.12.2
2023-09-16 10:09:05 +02:00
CrazyMax
1ac43c073b vendor: update to github.com/docker/docker@8e51b8b (master v25.0.0-dev) 2023-09-16 02:08:25 +02:00
dependabot[bot]
b868d706ff chore(deps): bump github.com/moby/buildkit from 0.11.6 to 0.12.2
Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.11.6 to 0.12.2.
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](https://github.com/moby/buildkit/compare/v0.11.6...v0.12.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-15 23:53:56 +00:00
dependabot[bot]
2bf6e73992 chore(deps): bump google.golang.org/grpc from 1.56.1 to 1.58.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.1 to 1.58.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.56.1...v1.58.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-15 23:52:24 +00:00
CrazyMax
c71db1b6ac Merge pull request #927 from crazy-max/dependabot/go_modules/github.com/microcosm-cc/bluemonday-1.0.25
chore(deps): bump github.com/microcosm-cc/bluemonday from 1.0.24 to 1.0.25
2023-09-16 01:51:14 +02:00
CrazyMax
d0e892cc03 Merge pull request #917 from crazy-max/dependabot/go_modules/golang.org/x/mod-0.12.0
chore(deps): bump golang.org/x/mod from 0.11.0 to 0.12.0
2023-09-16 01:50:55 +02:00
dependabot[bot]
c9b02edd3f chore(deps): bump github.com/microcosm-cc/bluemonday
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.24 to 1.0.25.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases)
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.24...v1.0.25)

---
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>
2023-09-15 23:37:18 +00:00
dependabot[bot]
fb52378d1c chore(deps): bump golang.org/x/mod from 0.11.0 to 0.12.0
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.11.0 to 0.12.0.
- [Commits](https://github.com/golang/mod/compare/v0.11.0...v0.12.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>
2023-09-15 23:36:27 +00:00
CrazyMax
018376c8c0 Merge pull request #922 from crazy-max/dependabot/go_modules/github.com/panjf2000/ants/v2-2.8.1
chore(deps): bump github.com/panjf2000/ants/v2 from 2.8.0 to 2.8.1
2023-09-16 01:35:15 +02:00
CrazyMax
263539f4e0 Merge pull request #920 from crazy-max/dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.4.3
chore(deps): bump github.com/eclipse/paho.mqtt.golang from 1.4.2 to 1.4.3
2023-09-16 01:34:59 +02:00
CrazyMax
56239f765f Merge pull request #947 from crazy-max/dependabot/go_modules/github.com/docker/docker-24.0.6incompatible
chore(deps): bump github.com/docker/docker from 24.0.2+incompatible to 24.0.6+incompatible
2023-09-16 01:34:40 +02:00
CrazyMax
f0353d78ad Merge pull request #954 from crazy-max/dependabot/go_modules/github.com/containerd/containerd-1.7.6
chore(deps): bump github.com/containerd/containerd from 1.7.2 to 1.7.6
2023-09-16 01:34:23 +02:00
CrazyMax
6c2b4c1035 Merge pull request #946 from crazy-max/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
2023-09-16 01:21:54 +02:00
dependabot[bot]
05aa4fd9f0 chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-15 23:21:46 +00:00
CrazyMax
844a5e4097 Merge pull request #957 from crazy-max/dependabot/github_actions/docker/setup-buildx-action-3
chore(deps): bump docker/setup-buildx-action from 2 to 3
2023-09-16 01:21:45 +02:00
dependabot[bot]
bb772b0fba chore(deps): bump docker/setup-buildx-action from 2 to 3
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-15 23:21:33 +00:00
CrazyMax
a6c7b0d3cd Merge pull request #951 from crazy-max/dependabot/github_actions/crazy-max/ghaction-github-status-4
chore(deps): bump crazy-max/ghaction-github-status from 3 to 4
2023-09-16 01:21:30 +02:00
CrazyMax
a9fd090d36 Merge pull request #952 from crazy-max/dependabot/github_actions/crazy-max/ghaction-github-labeler-5
chore(deps): bump crazy-max/ghaction-github-labeler from 4 to 5
2023-09-16 01:21:22 +02:00