Commit Graph

669 Commits

Author SHA1 Message Date
CrazyMax
6a71a3d793 MkDocs Material 7.2.6 (#482)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-09-05 02:51:08 +02:00
CrazyMax
711e396ebb Vendor outdated target (#481)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-09-04 21:26:09 +02:00
CrazyMax
fc64b132ff Option to render fields (#480)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-09-04 18:41:42 +02:00
dependabot[bot]
fe8482999c Bump github.com/rs/zerolog from 1.23.0 to 1.24.0 (#477)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.23.0...v1.24.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-30 14:59:23 +02:00
dependabot[bot]
0ee5957261 Bump github.com/containers/image/v5 from 5.15.2 to 5.16.0 (#476)
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.15.2 to 5.16.0.
- [Release notes](https://github.com/containers/image/releases)
- [Commits](https://github.com/containers/image/compare/v5.15.2...v5.16.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-30 14:16:16 +02:00
CrazyMax
fc13b8c22c Allow to choose status to be notified (#475)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-08-30 14:15:59 +02:00
dependabot[bot]
697684f67a Bump github.com/crazy-max/gonfig from 0.4.0 to 0.5.0 (#474)
Bumps [github.com/crazy-max/gonfig](https://github.com/crazy-max/gonfig) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/crazy-max/gonfig/releases)
- [Changelog](https://github.com/crazy-max/gonfig/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crazy-max/gonfig/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: github.com/crazy-max/gonfig
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-23 12:00:42 +02:00
CrazyMax
f34e1874e7 Add windows/arm64 artifact (#472)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-08-21 19:44:17 +02:00
CrazyMax
ac2e41de80 Add e2e tests (#471)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-08-21 14:09:06 +02:00
CrazyMax
48a4ed2f69 Cleanup gomod 2021-08-21 00:32:09 +02:00
CrazyMax
d3289bc94c Update dependencies (#470)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-08-20 23:49:48 +02:00
CrazyMax
7ee84b3c96 Wrong remaining time displayed (#469)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-08-20 23:03:16 +02:00
CrazyMax
9f5662635c Enhance notif wording (#467)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-08-20 22:12:20 +02:00
dependabot[bot]
c2392c33dd Bump github.com/containers/image/v5 from 5.13.2 to 5.15.2 (#460)
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.13.2 to 5.15.2.
- [Release notes](https://github.com/containers/image/releases)
- [Commits](https://github.com/containers/image/compare/v5.13.2...v5.15.2)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-20 19:33:04 +02:00
dependabot[bot]
6de771fbac Bump k8s.io/client-go from 0.21.2 to 0.22.1 (#466)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.21.2 to 0.22.1.
- [Release notes](https://github.com/kubernetes/client-go/releases)
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.21.2...v0.22.1)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-20 19:32:26 +02:00
CrazyMax
cb4e727d6c Note to customize the hostname (#465)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-08-20 19:31:52 +02:00
CrazyMax
21f5d0839a Allow multi recipients for email notifier (#463)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-08-19 21:51:52 +02:00
CrazyMax
bbb00c0d51 Provide mutable tags (#462)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-08-19 20:01:09 +02:00
CrazyMax
48f9211ee9 Protoc 3.17.3 (#461)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-08-19 14:08:40 +02:00
CrazyMax
cb5803ac9c Fix Dockerfile parser (#459)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-08-19 01:05:01 +02:00
CrazyMax
f880b163e2 Go 1.17 (#458)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-08-19 00:10:16 +02:00
dependabot[bot]
05802b3e4b Bump github.com/go-playground/validator/v10 from 10.8.0 to 10.9.0 (#455)
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.8.0 to 10.9.0.
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](https://github.com/go-playground/validator/compare/v10.8.0...v10.9.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-18 00:30:22 +02:00
dependabot[bot]
005bb88ed3 Bump google.golang.org/grpc from 1.39.1 to 1.40.0 (#456)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.39.1 to 1.40.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.39.1...v1.40.0)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-18 00:30:05 +02:00
CrazyMax
b7bb58c2cb Don't fix GO_VERSION in Dockerfiles 2021-08-13 18:27:59 +02:00
dependabot[bot]
99393613c9 Bump google.golang.org/grpc from 1.39.0 to 1.39.1 (#453)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.39.0 to 1.39.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.39.0...v1.39.1)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-06 09:52:07 +02:00
dependabot[bot]
e92bc0594f Bump github.com/docker/docker (#451)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.7+incompatible to 20.10.8+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/docker/docker/compare/v20.10.7...v20.10.8)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-04 08:55:48 +02:00
dependabot[bot]
6802c11141 Bump github.com/containerd/containerd from 1.5.4 to 1.5.5 (#447)
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.5.4 to 1.5.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/v1.5.4...v1.5.5)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-31 07:15:03 +02:00
dependabot[bot]
03fe1af679 Bump github.com/go-playground/validator/v10 from 10.7.0 to 10.8.0 (#445)
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.7.0 to 10.8.0.
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](https://github.com/go-playground/validator/compare/v10.7.0...v10.8.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-28 23:16:52 +02:00
dependabot[bot]
054a1b9e81 Bump github.com/containerd/containerd from 1.5.3 to 1.5.4 (#440)
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.5.3 to 1.5.4.
- [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.3...v1.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-25 05:14:59 +02:00
CrazyMax
ab9060f1fc Bump codecov/codecov-action from 1 to 2 2021-07-24 23:06:39 +02:00
CrazyMax
11f5b3847c Remove Codacy 2021-07-19 21:52:41 +02:00
dependabot[bot]
3b9a365c47 Bump github.com/moby/buildkit from 0.8.3 to 0.9.0 (#437)
Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.8.3 to 0.9.0.
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](https://github.com/moby/buildkit/compare/v0.8.3...v0.9.0)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-19 20:10:40 +02:00
dependabot[bot]
f9aa8b67c1 Bump github.com/containerd/containerd from 1.5.2 to 1.5.3 (#433)
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.5.2 to 1.5.3.
- [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.2...v1.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-14 22:24:49 +02:00
dependabot[bot]
608bc6b669 Bump github.com/microcosm-cc/bluemonday from 1.0.14 to 1.0.15 (#430)
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.14 to 1.0.15.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases)
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.14...v1.0.15)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-12 22:02:01 +02:00
dependabot[bot]
79a599c017 Bump github.com/go-playground/validator/v10 from 10.6.1 to 10.7.0 (#429)
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.6.1 to 10.7.0.
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](https://github.com/go-playground/validator/compare/v10.6.1...v10.7.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-12 22:01:43 +02:00
dependabot[bot]
ab0b24f95b Bump github.com/jedib0t/go-pretty/v6 from 6.2.2 to 6.2.4 (#432)
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.2.2 to 6.2.4.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.2.2...v6.2.4)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-12 22:01:12 +02:00
CrazyMax
ddbbdad860 MkDocs Materials 7.1.9 (#428)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-07-05 01:04:44 +02:00
CrazyMax
f506da4f71 Add linux/riscv64 artifact (#427)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-07-04 22:43:16 +02:00
dependabot[bot]
d66627adef Bump google.golang.org/grpc from 1.38.0 to 1.39.0 (#421)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.38.0 to 1.39.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.38.0...v1.39.0)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-04 21:50:36 +02:00
dependabot[bot]
e7292e5340 Bump google.golang.org/protobuf from 1.26.0 to 1.27.1 (#420)
* Bump google.golang.org/protobuf from 1.26.0 to 1.27.1

Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.26.0 to 1.27.1.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash)
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.26.0...v1.27.1)

---
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>

* Update generated content

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-07-04 21:50:19 +02:00
CrazyMax
203b93d077 Alpine Linux 3.14 (#426)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-07-04 21:29:44 +02:00
Kyle Robbertze
fe598d5e5b Use args in kubernetes documentation example (#424)
Fixes: #423
2021-07-04 21:06:55 +02:00
CrazyMax
25e1a8c66b Fix j2 variable in docs (#422)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-06-30 09:31:37 +02:00
CrazyMax
28d15947bf Update CHANGELOG v4.19.0 2021-06-26 18:58:05 +02:00
CrazyMax
5d583809a0 Allow to customize notification message (#415)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-06-25 23:24:02 +02:00
dependabot[bot]
066eafc8a9 Bump github.com/panjf2000/ants/v2 from 2.4.5 to 2.4.6 (#416)
Bumps [github.com/panjf2000/ants/v2](https://github.com/panjf2000/ants) from 2.4.5 to 2.4.6.
- [Release notes](https://github.com/panjf2000/ants/releases)
- [Commits](https://github.com/panjf2000/ants/compare/v2.4.5...v2.4.6)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-24 00:09:34 +02:00
dependabot[bot]
606cdcce24 Bump k8s.io/client-go from 0.21.1 to 0.21.2 (#414)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/kubernetes/client-go/releases)
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.21.1...v0.21.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-18 17:21:13 +02:00
dependabot[bot]
20798979a5 Bump github.com/microcosm-cc/bluemonday from 1.0.13 to 1.0.14 (#413)
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.13 to 1.0.14.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases)
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.13...v1.0.14)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-18 17:20:47 +02:00
dependabot[bot]
2095020262 Bump github.com/containers/image/v5 from 5.13.1 to 5.13.2 (#412)
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.13.1 to 5.13.2.
- [Release notes](https://github.com/containers/image/releases)
- [Commits](https://github.com/containers/image/compare/v5.13.1...v5.13.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-18 17:20:33 +02:00
CrazyMax
c7ece21f07 Update CHANGELOG v4.18.0 2021-06-18 11:19:44 +02:00