Skip to content

Releases: tmax-cloud/image-validating-webhook

v5.0.6

26 Jun 08:41
4a0f5e9

Choose a tag to compare

Image Validating Webhook v5.0.6 Release!

Change Log

Chore

  • Update github workflow (#57 )

Features

  • Enable image validate signed by cosign (#49 )

v5.0.5

01 Sep 01:48
32077e0

Choose a tag to compare

Image Validating Webhook v5.0.5 Release!

Breaking Changes 🔨

Enable Log level settings - debug, info, error

Change Log

Features

  • Enable log level settings (#47) (#48)

v5.0.4

18 Jan 08:43
6356624

Choose a tag to compare

Image Validating Webhook v5.0.4 Release!

Breaking Changes 🔨

Now Image Validation Webhook uses cert-manager.

Change Log

Features

  • [feat] Use Cert Manager (#44)

Misc

  • [chore] Simplify useless codes (#43)

v5.0.3

26 Aug 08:14
0a5b3a3

Choose a tag to compare

Image Validating Webhook v5.0.3 Release!

Change Log

  • [chore] Add i18n CRD (#38)
  • [chore] Exclude validator pod itself from being validated (#39)
  • [refactor] Use self-signed certificates (#40)
  • [feat] Use registry security policy CR (#41)

v5.0.2

23 Jun 06:49
566ff51

Choose a tag to compare

Image Validating Webhook v5.0.2 Release!

Change Log

  • [refactor] Use single-instance of validator (#27)
  • [chore] Add gitlab-system to namespace whitelist (#30)
  • [feat] Add client-go cache based object watcher (#31)
  • [chore] Add signers description (#32)
  • [chore] Fix broken manifests (#34)
  • [refactor] Make server general purpose (#35)
  • [test] Replace assert with require for better log (#36)

v5.0.1

18 May 05:04
af04f29

Choose a tag to compare

Image Validating Webhook v5.0.1 Release!

🔨Whitelist ConfigMap format is changed!

You DON'T need to do anything, they are automatically converted in the first run

  • whitelist-image.json -> whitelist-images
  • whitelist-namespaces.json -> whitelist-namespaces
    Refer to the documentation and the example

Change Log

  • [fix] Change whitelist configmap format (#20)
  • [fix] Replace docker-in-docker with notary client (#22)
  • [test] Add secret test code (#23)
  • [fix] Check whitelisted images more precisely (#24)
  • [fix] Fix secret parse error (#25)

v5.0.0

17 May 07:55
154710a

Choose a tag to compare

Image Validating Webhook v5.0.0 Release!

Initial Release!