diff --git a/CHANGELOG.md b/CHANGELOG.md index bd69179..73ecc3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # CHANGELOG +## v0.36.25 (2024-11-07) + +### Chores + +* chore: use replicase instead of minReplicas + +minReplicas is deprecated https://redhatinsights.github.io/clowder/clowder/dev/api_reference.html\#k8s-api-github-com-redhatinsights-clowder-apis-cloud-redhat-com-v1alpha1-deployment ([`fdaec3c`](https://github.com/RedHatInsights/vuln4shift-backend/commit/fdaec3ce1212d3c0d8db4688cba03624cd70e9fb)) + + ## v0.36.24 (2024-11-07) ### Chores diff --git a/manager/manager.go b/manager/manager.go index fc951ff..a79b771 100644 --- a/manager/manager.go +++ b/manager/manager.go @@ -126,7 +126,7 @@ func BuildRouter() *gin.Engine { // Start // // @title Vulnerability for Openshift API documentation -// @version 0.36.24 +// @version 0.36.25 // @description Documentation to the REST API for application // @description Vulnerability for Openshift based on console.redhat.com. //