Skip to content

Conversation

@nookala
Copy link

@nookala nookala commented Dec 15, 2025

Support updating imageUserName and imagePassword. Update specs.

Summary

Backward Compatibility

Breaking Change? No

Ran the tests

/repo/scripts/docker/test.bash bbs
Sourcing: built-binaries/nats-server/run.bash
Sourcing: built-binaries/proxy/run.bash
Setting env: DB_USER
Setting env: DB_PASSWORD
Verifying: verify_go repo/src/code.cloudfoundry.org/bbs
go version go1.25.5 linux/amd64
Verifying: verify_go_version_match_bosh_release repo
Verifying: verify_gofmt repo/src/code.cloudfoundry.org/bbs
Verifying: verify_govet repo/src/code.cloudfoundry.org/bbs
github.com/onsi/gomega/format: /usr/local/go/pkg/tool/linux_amd64/vet: signal: segmentation fault
golang.org/x/text/width: /usr/local/go/pkg/tool/linux_amd64/vet: signal: segmentation fault
code.cloudfoundry.org/bbs/db/sqldb_test: /usr/local/go/pkg/tool/linux_amd64/vet: signal: segmentation fault
---Debug Report Starting--
extract-default-params-for-task with values from /ci/diego-release/default-params/run-bin-test/linux.yml
expand_functions Starting
expand_functions Ending
export NATS_SERVER_BINARY="$PWD/built-binaries/nats-server/run"
export PROXY_BINARY="$PWD/built-binaries/proxy/envoy"
expand_envs Starting
expand_envs Ending
expand_verifications Starting
running get_go_version_for_release with args repo
golang-*linux
Finding the go version for golang-*linux
running get_go_version_for_package with args 1e4dadb8a796a20044e177a108eec65780cd59c308da84f7fdbfdbc758cdf312
golang-1.25-linux
---Debug Report Ending--

Testing in a shepherd environment with the changes

compute/8783da6a-790b-4021-a909-cdbb36c1d7ed:$ cfdot desired-lrp 4f30f720-1e47-4e62-8b0a-47c6e5bb8051-5b3105df-5e94-4181-9f25-100db90dfd11 | jq .image_username
"sn023555"
compute/8783da6a-790b-4021-a909-cdbb36c1d7ed:
$ cfdot update-desired-lrp 4f30f720-1e47-4e62-8b0a-47c6e5bb8051-5b3105df-5e94-4181-9f25-100db90dfd11 @./update_image.json
compute/8783da6a-790b-4021-a909-cdbb36c1d7ed:~$ cfdot desired-lrp 4f30f720-1e47-4e62-8b0a-47c6e5bb8051-5b3105df-5e94-4181-9f25-100db90dfd11 | jq .image_username
"sn"

Support updating imageUserName and imagePassword. Update specs.
@nookala nookala marked this pull request as ready for review December 18, 2025 21:29
@nookala nookala requested a review from a team as a code owner December 18, 2025 21:29
Copy link
Contributor

@geofffranks geofffranks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good, requested a couple small changes

Cleanup and additional tests for code review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants