ForgeRock / secret-agent

Generate random Kubernetes secrets and optionally store them in a Cloud Secret Manager
Apache License 2.0
17 stars 20 forks source link

Updates vulnerable pkgs #260

Closed dnitsch closed 6 months ago

dnitsch commented 6 months ago

fix: update all the cloudprovider libs update k8s.io and controller runtime should address most of the vulnerabilities

lee-baines commented 6 months ago

@dnitsch I've fixed 1 of ci failures but there is another 1 with the tests. I'm trying to get a release out but I'll look at this as soon as I can

dnitsch commented 6 months ago

ah sorry @lee-baines - just came around to getting back to this. I'll take a look now and will update here if any issues as soon as I can.

dnitsch commented 6 months ago

righto @lee-baines this seems to work now with the last change to the test framework.

I think at some point once this is released, we should probably remove the setup-envtest script from k8s-sigs as it's no longer there and just use straight KIND like you do now with the flags into to the tests to use a pre-existing cluster (kind on the job node)

anyways, please take a look and if you could merge it in and cut a new version when you get a sec.

lee-baines commented 6 months ago

Thanks for sorting @dnitsch.

lee-baines commented 6 months ago

New release version v1.2.2 has been published. I'll update forgeops to point to the new version of secret-agent

dnitsch commented 6 months ago

New release version v1.2.2 has been published. I'll update forgeops to point to the new version of secret-agent

Perfect thanks @lee-baines