opendevstack / ods-pipeline

Alternative ODS CI/CD pipeline based on Tekton / OpenShift Pipelines
Apache License 2.0
13 stars 5 forks source link

remove addition of deprecated config value #688

Closed ManuelFeller closed 1 year ago

ManuelFeller commented 1 year ago

Fix for #687

Removing the addition of the deprecated (and according to the documentation unused and wrongly documented) config parameter always-auth=true

Tasks:

ManuelFeller commented 1 year ago

will check the docs if anything needs to be adjusted and then add it to the change log -> I could not find anything that is related to this specific config item in docs/design or docs/tasks/descriptions/ods-build-npm.adoc, that is why i marked the two parts as not applicable

michaelsauter commented 1 year ago

Cool! I think there is nothing in the docs. But yes this time the changelog should contain a Fixed entry.

ManuelFeller commented 1 year ago

Cool! I think there is nothing in the docs. But yes this time the changelog should contain a Fixed entry.

Sorry, forgot to push that one - and chose Changed. Will update the category

Also, I will wait to see if the tests now pass before I tick that box in the description above ;)