CrazyMax
a0239fc74a
Merge pull request #1463 from crazy-max/govulncheck
...
govulncheck to report known vulnerabilities
2025-08-03 21:10:48 +02:00
CrazyMax
2878c49f26
govulncheck to report known vulnerabilities
2025-08-03 21:09:26 +02:00
CrazyMax
9693928108
update to alpine linux 3.22
2025-08-03 21:02:55 +02:00
CrazyMax
b30ca3a50e
update to go 1.24
2025-08-03 20:27:31 +02:00
CrazyMax
8aaf66da27
update golangci-lint to v2.1.6
2025-08-03 20:18:35 +02:00
CrazyMax
e7cfeb4eb1
hack: golangci build from source support
2025-08-03 19:59:13 +02:00
CrazyMax
931eb3c13b
Merge pull request #1290 from crazy-max/lint-multi
...
enable golangci-lint for supported platforms
2025-04-20 09:42:06 +02:00
CrazyMax
1bff995c74
mkdocs: pin dependencies
2025-04-18 00:28:46 +02:00
CrazyMax
d519ef23a8
enable golangci-lint for supported platforms
2024-12-15 01:50:33 +01: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
312a82367f
fix gen.Dockerfile
2024-12-14 23:18:22 +01:00
CrazyMax
63e598cdee
chore: go mod vendor
2024-12-14 22:30:21 +01:00
CrazyMax
17dec01a1b
dockerfile: pin alpine version for golang image
2023-12-15 20:38:57 +01:00
Ian Fijolek
5983df6491
Fix linter
...
Updates golangci-lint and updates to the correct config format.
Also renames some unused parameters to `_` to appese `revive`.
2023-12-13 15:13:40 -08:00
Ian Fijolek
4a681621be
Bump Go version up to 1.21
...
When the updated version of Nomad client comes out, I'm planning on a
patch to upgrade so that communication over unix socket is available,
however the latest requires go 1.21. Rather than bundle a go upgrade
with the Nomad change, I thought it best to split up and make sure any
potential issues or concerns with the go version are addressed first.
2023-12-04 19:05:22 -08:00
CrazyMax
e29ba8f703
remove deprecated golangci-lint linters
...
Linters 'deadcode' and 'varcheck' are deprecated since v1.49.0
and had been replaced by 'unused'
2023-05-04 23:30:47 +02:00
CrazyMax
e458e00217
update to go 1.20
2023-05-04 23:30:47 +02:00
CrazyMax
0dd85a21a9
Fix proto gen
2022-11-20 16:58:31 +01:00
CrazyMax
c2c4dfbf15
hack: lint Dockerfiles
2022-10-23 01:52:58 +02:00
CrazyMax
51bdafbc1d
Go 1.19 ( #701 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com >
2022-10-09 03:23:34 +02:00
CrazyMax
a156aff751
MkDocs Material 8.3.9 ( #644 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com >
2022-07-16 03:34:01 +02:00
CrazyMax
64cb538dbf
Go 1.18 ( #592 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com >
2022-04-09 07:57:35 +02:00
CrazyMax
93be8897df
MkDocs Material 8.1.8 ( #548 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com >
2022-01-26 20:11:29 +01:00
CrazyMax
d891053b98
Alpine Linux 3.15 ( #527 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com >
2022-01-08 16:28:58 +01:00
CrazyMax
a7e9a40fed
Enhance dockerfiles ( #523 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com >
2021-12-25 22:38:58 +01:00
CrazyMax
65455b04f7
MkDocs Material 8.1.0 ( #520 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com >
2021-12-13 00:32:46 +01:00
CrazyMax
4900938d06
Fix docs Dockerfile
2021-09-05 15:57:11 +02:00
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
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
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
b7bb58c2cb
Don't fix GO_VERSION in Dockerfiles
2021-08-13 18:27:59 +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
1115234010
Add CLI to interact with Diun through gRPC ( #382 )
...
Add simple CLI to interact with Diun through gRPC
Create image and notif proto services
Compile and validate protos through a dedicated Dockerfile and bake target
Implement proto definitions
Move server as `serve` command
New commands `image` and `notif`
Refactor command line usage doc
Better CLI error handling
Tools build constraint to manage tools deps through go modules
Add upgrade notes
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com >
2021-05-26 18:18:10 +02:00
CrazyMax
1318a007e3
MkDocs Materials 7.1.5 ( #386 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com >
2021-05-26 07:16:35 +02:00
CrazyMax
b3f57767cb
MkDocs Materials 7.1.3 ( #337 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com >
2021-04-25 18:15:50 +02:00
CrazyMax
91d160dab5
Go 1.16 ( #302 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com >
2021-03-14 14:15:24 +01:00
CrazyMax
456b1f5e5c
Switch to goreleaser-xx ( #291 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com >
2021-03-07 01:19:09 +01:00
CrazyMax
cd853fd3c4
Cleanup workflows ( #281 )
2021-02-20 11:58:09 +01:00
CrazyMax
7bf903781e
MkDocs Materials 6.2.8 ( #276 )
...
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com >
2021-02-15 18:02:33 +00:00
dependabot[bot]
1e3d436a75
Bump github.com/containers/image/v5 from 5.9.0 to 5.10.1 ( #265 )
...
* Bump github.com/containers/image/v5 from 5.9.0 to 5.10.1
Bumps [github.com/containers/image/v5](https://github.com/containers/image ) from 5.9.0 to 5.10.1.
- [Release notes](https://github.com/containers/image/releases )
- [Commits](https://github.com/containers/image/compare/v5.9.0...v5.10.1 )
Signed-off-by: dependabot[bot] <support@github.com >
* Add linux-headers
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com >
2021-02-05 17:55:12 +00:00
CrazyMax
6b129ceaad
MkDocs Materials 6.2.4
2021-01-11 00:59:39 +01:00
CrazyMax
8da37307ca
Fix git describe
2020-12-26 16:30:17 +01:00
CrazyMax
bac4569e82
Fix goreleaser
2020-12-26 16:18:24 +01:00
CrazyMax
3bbe883358
Refactor CI and dev workflow with buildx bake ( #247 )
...
* Upload artifacts
* Add image-local target
* Single job for artifacts and image
* Add armv5 artifact
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com >
2020-12-26 10:30:46 +00:00