Skip to content

Releases: cilium/certgen

v0.4.3

20 Apr 18:48

Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

20 Apr 06:38

Choose a tag to compare

This is a certgen maintenance release that includes dependency updates.

What's Changed

  • chore(deps): update all github action dependencies by @renovate[bot] in #515
  • chore(deps): update dependency golangci/golangci-lint to v2.11.4 by @renovate[bot] in #516
  • fix(deps): update all go dependencies to v0.35.3 by @renovate[bot] in #517
  • chore(deps): update actions/setup-go action to v6.4.0 by @renovate[bot] in #518
  • chore(deps): update docker/login-action action to v4.1.0 by @renovate[bot] in #519
  • chore(deps): update all go version updates to v1.26.2 by @renovate[bot] in #521
  • chore(deps): update all github action dependencies by @renovate[bot] in #520
  • chore(deps): update docker.io/library/golang:1.26.2-alpine3.22 docker digest to 7ef9411 by @renovate[bot] in #523
  • Prepare for v0.4.2 release by @sekhar-isovalent in #522

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

12 Mar 16:08

Choose a tag to compare

This new certgen release makes the enforcement of CA certificates validity throughout the duration of the requested leaf certificates, introduced in v0.4.0, opt in, to restore the previous behavior by default.

Details

  • chore(deps): update all go version updates to v1.26.1 by @renovate[bot] in #511
  • chore(deps): update all github action dependencies by @renovate[bot] in #512
  • Make CA validity throughout leaves duration enforcement opt-in by @giorio94 in #513
  • Prepare for v0.4.1 release by @giorio94 in #514

Full Changelog: v0.4.0...v0.4.1

v0.4.0

02 Mar 16:19

Choose a tag to compare

This new certgen release introduces the support for additionally emitting the root CA certificate to a ConfigMap, and adds validation to reject CA certificates that are expired, or would expire before the requested leaf certificates.

Thanks @chancez and @portswigger-amason for your contributions.

Details

  • chore(deps): update actions/setup-go action to v6.2.0 by @renovate[bot] in #495
  • chore(deps): update all go version updates to v1.25.6 by @renovate[bot] in #494
  • chore(deps): update actions/checkout action to v6.0.2 by @renovate[bot] in #496
  • chore(deps): update docker/login-action action to v3.7.0 by @renovate[bot] in #498
  • chore(deps): update docker.io/library/golang:1.25.6-alpine3.22 docker digest to fa3380a by @renovate[bot] in #497
  • chore(deps): update all go version updates to v1.25.7 by @renovate[bot] in #499
  • chore(deps): update all github action dependencies by @renovate[bot] in #502
  • chore(deps): update all go version updates to v1.26.0 by @renovate[bot] in #503
  • fix(deps): update all go dependencies to v0.35.1 by @renovate[bot] in #501
  • chore(deps): update all github action dependencies by @renovate[bot] in #506
  • chore(deps): update all github action dependencies by @renovate[bot] in #509
  • fix(deps): update all go dependencies to v0.35.2 by @renovate[bot] in #508
  • Add support for emitting the CA certificate to a ConfigMap by @chancez in #507
  • fix: detect and reject expired CA certificates by @portswigger-amason in #505
  • Prepare for v0.4.0 release by @giorio94 in #510

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

12 Jan 08:46

Choose a tag to compare

This is a certgen maintenance release that includes dependency updates.

Details

  • Fix display digest step of build-image-release by @giorio94 in #483
  • chore(deps): update all github action dependencies by @renovate[bot] in #484
  • chore(deps): update all go version updates to v1.25.5 by @renovate[bot] in #486
  • chore(deps): update all github action dependencies by @renovate[bot] in #485
  • fix(deps): update module github.com/spf13/cobra to v1.10.2 by @renovate[bot] in #487
  • fix(deps): update all go dependencies to v0.34.3 by @renovate[bot] in #488
  • chore(deps): update all github action dependencies by @renovate[bot] in #489
  • chore(deps): update docker/setup-buildx-action action to v3.12.0 by @renovate[bot] in #490
  • fix(deps): update all go dependencies to v0.35.0 by @renovate[bot] in #491
  • chore(deps): update dependency golangci/golangci-lint to v2.8.0 by @renovate[bot] in #492
  • Prepare for v0.3.2 release by @giorio94 in #493

Full Changelog: v0.3.1...v0.3.2

v0.3.1

20 Nov 07:53

Choose a tag to compare

This new certgen release improves the handling of CA certificate chains, and fixes an exit code regression in case of errors.

Details

  • ci: bump helm/kind-action from 1.12.0 to 1.13.0 by @dependabot[bot] in #467
  • ci: bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by @dependabot[bot] in #469
  • CODEOWNERS: let certgen team take over responsibility of this project by @giorio94 in #471
  • Minor changes to the README and RELEASE files by @giorio94 in #473
  • Miscellaneous improvements to the CI workflows by @giorio94 in #472
  • chore: Configure Renovate by @renovate[bot] in #470
  • chore(deps): update docker.io/library/golang docker tag to v1.25.4 by @renovate[bot] in #476
  • fix(deps): update all go dependencies to v0.34.2 by @renovate[bot] in #477
  • gha: add comment with actual version close to github actions digest by @giorio94 in #478
  • chore(deps): update all github action dependencies by @renovate[bot] in #475
  • cmd: exit with non-zero code in case of errors by @giorio94 in #480
  • Add support for CA certificate chains by @giorio94 in #479
  • chore(deps): update dependency golangci/golangci-lint to v2.6.2 by @renovate[bot] in #481
  • Prepare for v0.3.1 release by @giorio94 in #482

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 Oct 13:35

Choose a tag to compare

This new certgen release updates Go to v1.25.3 and switches the logger from logrus to slog from the standard library, thanks to a contribution by @nuberchardzer1.

Details

  • Go v1.24.5 and vendor bump by @kaworu in #442
  • Prepare for v0.3.0 release by @rolinh in #466
  • ci: bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #445
  • ci: bump actions/download-artifact from 4.3.0 to 5.0.0 by @dependabot[bot] in #443
  • ci: bump actions/download-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #463
  • ci: bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in #451
  • ci: bump actions/upload-artifact from 4.6.2 to 5.0.0 by @dependabot[bot] in #460
  • ci: bump docker/build-push-action from 6.16.0 to 6.17.0 by @dependabot[bot] in #427
  • ci: bump docker/build-push-action from 6.17.0 to 6.18.0 by @dependabot[bot] in #430
  • ci: bump docker/login-action from 3.4.0 to 3.5.0 by @dependabot[bot] in #441
  • ci: bump docker/login-action from 3.5.0 to 3.6.0 by @dependabot[bot] in #456
  • ci: bump docker/setup-buildx-action from 3.10.0 to 3.11.0 by @dependabot[bot] in #433
  • ci: bump docker/setup-buildx-action from 3.11.0 to 3.11.1 by @dependabot[bot] in #435
  • migrate from logrus to slog by @nuberchardzer1 in #459
  • treewide: enable new linters, stop relying on a global logger by @rolinh in #465
  • vendor: bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #449
  • vendor: bump github.com/spf13/viper from 1.20.1 to 1.21.0 by @dependabot[bot] in #453
  • vendor: bump the k8s-deps group with 3 updates by @dependabot[bot] in #428
  • vendor: bump the k8s-deps group with 3 updates by @dependabot[bot] in #437
  • vendor: bump the k8s-deps group with 3 updates by @dependabot[bot] in #438
  • vendor: bump the k8s-deps group with 3 updates by @dependabot[bot] in #447
  • vendor: replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3 by @rolinh in #457

New Contributors

Full Changelog: v0.2.4...v0.3.0

v0.1.20

29 Oct 10:44

Choose a tag to compare

What's Changed

  • Prepare for v0.1.20 release by @rolinh in #464
  • [v0.1] ci: Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #446
  • [v0.1] ci: Bump actions/download-artifact from 4.3.0 to 5.0.0 by @dependabot[bot] in #444
  • [v0.1] ci: Bump actions/download-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #461
  • [v0.1] ci: Bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in #452
  • [v0.1] ci: Bump actions/upload-artifact from 4.6.2 to 5.0.0 by @dependabot[bot] in #462
  • [v0.1] ci: Bump docker/build-push-action from 6.16.0 to 6.17.0 by @dependabot[bot] in #426
  • [v0.1] ci: Bump docker/build-push-action from 6.17.0 to 6.18.0 by @dependabot[bot] in #431
  • [v0.1] ci: Bump docker/login-action from 3.4.0 to 3.5.0 by @dependabot[bot] in #440
  • [v0.1] ci: Bump docker/login-action from 3.5.0 to 3.6.0 by @dependabot[bot] in #455
  • [v0.1] ci: Bump docker/setup-buildx-action from 3.10.0 to 3.11.0 by @dependabot[bot] in #432
  • [v0.1] ci: Bump docker/setup-buildx-action from 3.11.0 to 3.11.1 by @dependabot[bot] in #434
  • [v0.1] vendor: Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #450
  • [v0.1] vendor: Bump github.com/spf13/viper from 1.20.1 to 1.21.0 by @dependabot[bot] in #454
  • [v0.1] vendor: Bump the k8s-deps group with 3 updates by @dependabot[bot] in #429
  • [v0.1] vendor: Bump the k8s-deps group with 3 updates by @dependabot[bot] in #436
  • [v0.1] vendor: Bump the k8s-deps group with 3 updates by @dependabot[bot] in #439
  • [v0.1] vendor: Bump the k8s-deps group with 3 updates by @dependabot[bot] in #448

Full Changelog: v0.1.19...v0.1.20

v0.2.4

12 May 12:29

Choose a tag to compare

What's Changed

  • Prepare for v0.2.4 release by @rolinh in #422
  • bump Go to v1.24.1 by @kaworu in #409
  • ci: Bump actions/download-artifact from 4.2.1 to 4.3.0 by @dependabot in #413
  • ci: Bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in #420
  • ci: Bump docker/build-push-action from 6.15.0 to 6.16.0 by @dependabot in #414
  • ci: Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 by @dependabot in #418
  • ci: bump actions/download-artifact from 4.1.8 to 4.1.9 by @dependabot in #384
  • ci: bump actions/download-artifact from 4.1.9 to 4.2.0 by @dependabot in #397
  • ci: bump actions/download-artifact from 4.2.0 to 4.2.1 by @dependabot in #398
  • ci: bump actions/setup-go from 5.2.0 to 5.3.0 by @dependabot in #356
  • ci: bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot in #399
  • ci: bump actions/upload-artifact from 4.6.0 to 4.6.1 by @dependabot in #378
  • ci: bump actions/upload-artifact from 4.6.1 to 4.6.2 by @dependabot in #402
  • ci: bump docker/build-push-action from 6.12.0 to 6.13.0 by @dependabot in #358
  • ci: bump docker/build-push-action from 6.13.0 to 6.14.0 by @dependabot in #376
  • ci: bump docker/build-push-action from 6.14.0 to 6.15.0 by @dependabot in #385
  • ci: bump docker/login-action from 3.3.0 to 3.4.0 by @dependabot in #390
  • ci: bump docker/setup-buildx-action from 3.8.0 to 3.9.0 by @dependabot in #362
  • ci: bump docker/setup-buildx-action from 3.9.0 to 3.10.0 by @dependabot in #383
  • ci: bump golangci/golangci-lint-action from 6.2.0 to 6.3.0 by @dependabot in #360
  • ci: bump golangci/golangci-lint-action from 6.3.0 to 6.3.2 by @dependabot in #365
  • ci: bump golangci/golangci-lint-action from 6.3.2 to 6.3.3 by @dependabot in #366
  • ci: bump golangci/golangci-lint-action from 6.3.3 to 6.4.1 by @dependabot in #370
  • ci: bump golangci/golangci-lint-action from 6.4.1 to 6.5.0 by @dependabot in #373
  • ci: bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by @dependabot in #387
  • ci: bump golangci/golangci-lint-action from 6.5.1 to 6.5.2 by @dependabot in #396
  • ci: migrate to golangci-lint v2 by @dependabot in #405
  • vendor: Bump the k8s-deps group with 3 updates by @dependabot in #410
  • vendor: Bump the k8s-deps group with 3 updates by @dependabot in #412
  • vendor: bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #375
  • vendor: bump github.com/spf13/viper from 1.19.0 to 1.20.0 by @dependabot in #392
  • vendor: bump github.com/spf13/viper from 1.20.0 to 1.20.1 by @dependabot in #406
  • vendor: bump the k8s-deps group with 3 updates by @dependabot in #368
  • vendor: bump the k8s-deps group with 3 updates by @dependabot in #389

Full Changelog: v0.2.3...v0.2.4

v0.1.19

12 May 12:57

Choose a tag to compare

What's Changed

Full Changelog: v0.1.18...v0.1.19