rancher / distros-test-framework

5 stars 9 forks source link

add: coredns bump version #22

Closed fmoral2 closed 1 year ago

fmoral2 commented 1 year ago

Proposed Changes

Types of Changes

Verification

go test -timeout=45m -v -tags=coredns ./entrypoint/versionbump/... -expectedValue "rancher/hardened-coredns:v1.10.1-build20230406,kubernetes.default.svc.cluster.local" -workloadName "dnsutils.yaml" -deployWorkload true

upgrading

go test -timeout=45m -v -tags=coredns ./entrypoint/versionbump/... -expectedValue "rancher/hardened-coredns:v1.10.1-build20230406,kubernetes.default.svc.cluster.local" -installVersionOrCommit {versionorid } -workloadName "dnsutils.yaml" -deployWorkload true

Testing

Linked Issues

https://github.com/rancher/distros-test-framework/issues/19

User-Facing Change

Further Comments