Changelog
- bb5a476 Merge pull request #508 from cotishq/fix/add-copyright-header-rand-test
- d8d6c1f fix: add missing copyright header to rand_test.go
- d5dd786 Merge pull request #500 from microcks/bot/update-global-workflow-master-dd03267ad924c44c50e2928f8039aae9b298a583
- 31d24a3 Merge pull request #505 from microcks/dependabot/go_modules/github.com/moby/go-archive-0.3.0
- d723a1e chore(deps): bump github.com/moby/go-archive from 0.2.0 to 0.3.0
- 0dd8f55 Merge pull request #494 from richochetclementine1315/fixes-and-unittest
- 39dde6b Merge pull request #452 from Priyanshubhartistm/fix/remove-insecure-field-incorrect-assignment
- 424887c Merge pull request #499 from Caesarsage/feat/vscode-service-test-json-commands
- 69d220c feat(cli): add integration JSON output
- c9e98ac Merge pull request #488 from Caesarsage/feat/test-output
- 88ea973 feat(test): add machine-readable output
- 310601f Merge pull request #491 from Caesarsage/pr3/remove-legacy-shim
- 9c16309 ci: update STALE-ISSUES workflow from global .github repo Signed-off-by: microcks-bot info@microcks.io
- 661229e Merge pull request #498 from aniket866/adding-missing-config-test
- 3de5886 fix(cli): harden error handling and add policy guards
- 884714b chore(cli): added missing copyright headers
- 7043fbb ci: run tests and guard against stray process exits
- d9290b7 refactor(errors): remove the legacy exit shim
- 9a6fca9 adding-missing-config-test
- a115dee Merge pull request #490 from Caesarsage/pr2/runE-single-exit-funnel
- 74f8da6 ci: update STALE-ISSUES workflow from global .github repo (#440)
- 6ad0bc1 suggested improvements
- 47e30a3 Merge pull request #445 from hazelmayank/refactor/remove-dead-configpath
- 495671d Merge pull request #465 from aniket866/fix/parsing-for-port-url
- a4b8f37 fix: url parsing with ports and preserve mainArtifact default on parse failure in import-url
- 830a40a Address review feedback
- 75009c7 Merge pull request #489 from Caesarsage/pr1/classify-errors-and-depanic
- 8ac1cf3 fix: address review feedback
- d8be8c2 fix: handle empty charset in StringFromCharset and Added Unit test for rand.go
- 732b4ae added copyright note
- 059891f fix(connectors): return classified errors instead of panicking
- ccc1242 feat(errors): add Failure Kind classification
- a53b306 Merge pull request #492 from microcks/dependabot/go_modules/golang.org/x/crypto-0.52.0
- a3ebb18 Merge pull request #442 from hazelmayank/fix/config-filepath-join
- 9f7c6cd Merge branch 'master' into refactor/remove-dead-configpath
- 412de28 chore(deps): bump golang.org/x/crypto from 0.48.0 to 0.52.0
- 4675819 docs: document exit codes and error-handling model
- 9b38b1f refactor(cmd): route commands through RunE and a single exit funnel
- 179ecbc fix(connectors): return classified errors instead of panicking
- 3829a79 feat(errors): add Failure Kind classification
- 7f9da4d Merge pull request #467 from Caesarsage/feat/dry-run-podman
- b2ba821 Merge pull request #458 from Caesarsage/feat/test-dry-run
- 37f0b7f Merge pull request #480 from aniket866/patch-1
- 75d4b27 Update README.md
- 337308d feat(test): add podman driver support for --dry-run with reachability fail-safe
- 6737b00 fix(deps): pin testcontainers-go to v0.40.0 to drop transitive MPL test dep
- 5941830 Merge pull request #464 from aniket866/fix/Nil-Pointer-Dereference
- a910fc5 fi x: Nil-Pointer-Dereference
- db5ed0f Merge pull request #450 from gyanranjanpanda/fix/redact-oauth-tokens-from-logs
- d63b649 Merge pull request #453 from Syedowais312/fix/panic-on-unknown-service-test
- f883c02 Merge pull request #457 from Caesarsage/fix/watcher-swallowed-config-error
- 5a062bf docs: document microcks test --dry-run
- 272e2e8 feat(test): add --dry-run for zero-infrastructure local contract testing
- 3455cb3 fix(watcher): log swallowed config-load error instead of discarding it
- 9a4fc69 Merge pull request #456 from Caesarsage/fix/start-reconcile-container-state
- e4df4fe Merge pull request #455 from Caesarsage/fix/start-readiness-wait
- abdf25b fix(start): wait for Microcks server readiness before returning
- a529418 fix(start): reconcile instance status against container runtime before trusting it
- 7a16b17 fix: return error instead of panic when service not found in CreateTestResult
- 0f8b000 fix: remove OAuth token logging and redact sensitive data from CLI output
- 01afb66 fix logout named contexts
- 814e7cc Merge pull request #414 from namanyadav-08/feat/improve-test-error-messages
- 2229042 fix: remove unused Insecure field incorrectly assigned KeycloackEnable value
- bd194ba refactor(config): remove unused ConfigPath package variable
- c2239df fix(config): use path/filepath for OS-correct path separators
- ee58a76 Merge pull request #408 from Rahulatram321/fix/errors-fatal-exitcode
- 99865c1 Merge pull request #405 from Harishrs2006/fix/oauth-token-leak-login-log
- c2dbeeb fix: add specific error messages for missing test command arguments
- a1c8d87 docs: remove duplicate Installation heading in README
- 8375a64 fix(errors): honor caller exit code in Fatal
- 96867dd Merge pull request #409 from namanyadav-08/master
- 3168969 Merge pull request #391 from gyanranjanpanda/fix/test-args-panic-with-global-flags
- 30bd93f Merge pull request #416 from Syedowais312/fix-image-pull-output
- 434c52b Improve Docker image pull output rendering
- 93b91f9 Merge pull request #369 from Priyanshubhartistm/fix/silent-success-exit-code-bug
- 9739cca docs: remove duplicate Installation heading in README
- f84bdff Merge remote-tracking branch 'origin/master' into fix/test-args-panic-with-global-flags
- 838325e Merge pull request #389 from PranjaliBhardwaj/testing
- 2c553b9 fix(test): replace os.Args guard with cobra.ExactArgs(3) to prevent panic
- 4292629 testing-n-typo
- 0e97728 chore: update BACKERS.md from global .github repo (#382)
- 5aafea1 Merge pull request #372 from abhaygoudannavar/fix/stream-upload-artifact
- d7e2aac Merge pull request #381 from mathieu-benoit/go1-25-10
- 8ce97a1 fix: cves patch with go 1.25.10
- 67d3eff Merge pull request #349 from hazelmayank/fix/test-runner-error-message
- be452b8 Merge pull request #354 from mathieu-benoit/patch-2
- 77da3d9 fix: stream multipart upload in UploadArtifact to avoid unbounded memory allocation
- cfe2267 Merge pull request #336 from hazelmayank/docs/start-help-flag-descriptions
- a696dc6 fix: replace silent return with os.Exit(1) on auth/config failures
- b041827 feat: new -distroless variant based on the new DHI image
- b12c047 Merge pull request #351 from hazelmayank/docs/logout-help-example
- 081094f feat: new -distroless variant based on the new DHI image
- f376765 feat: new -distroless variant based on the new DHI image
- 8706efd docs(logout): include required context in help example
- 538dae0 fix(test): list SOAP_HTTP in runner error message
- 90e249c fix(login): remove unconditional logging of OAuth2 access and refresh tokens
- 62e6616 docs(cli): fix microcks start help descriptions
- b892bbb Merge pull request #299 from mathieu-benoit/patch-1
- 3d86499 back to 3 concurrent PRs
- 108def7 write permissions at the job level, not at the root
- a628e21 build /Dockerfile
- c01f511 Merge pull request #283 from DivyanshuVortex/fix/typos
- 73e5be9 chores
- daa2386 add more typo fixs
- 04d620f chores
- 7081036 fix: exit with clear error when --waitFor value is not a valid number (#271)
- 2a2f39a docs: fix small typo in available commands (#261)
- f2fcb31 fix: read response body in DownloadArtifact (#259)
- f9f232c fix: return error from json.Unmarshal in GetTestResult instead of ignoring it (#258)
- 7f81602 chore(deps): bump goreleaser/goreleaser-action from 6.4.0 to 7.0.0 (#237)
- 2a0ddad chore(deps): bump actions/setup-go from 6.3.0 to 6.4.0 (#249)
- fde7e8f Merge pull request #248 from microcks/dependabot/github_actions/docker/setup-qemu-action-4.0.0
- e781f48 Merge pull request #257 from mugiwaraluffy56/chore/replace-ioutil-with-io
- e44f39c chore: replace deprecated io/ioutil with io and os packages
- 38fba26 Merge pull request #256 from mathieu-benoit/patch-1
- 2f2cb23 Update Go and base image versions in Dockerfile
- 2b618b2 Merge pull request #251 from microcks/dependabot/go_modules/golang.org/x/oauth2-0.36.0
- f5654ff chore(deps): bump golang.org/x/oauth2 from 0.34.0 to 0.36.0
- eb1b3df chore(deps): bump docker/setup-qemu-action from 3.7.0 to 4.0.0
- 8561415 Merge pull request #247 from microcks/bot/update-global-workflow-master-efba7454a8876e7fb4f6304fe965d958a1a1b925
- b94f3c0 ci: update WELCOME-NEW-USERS workflow from global .github repo Signed-off-by: microcks-bot info@microcks.io
- 1f16520 ci: update WELCOME-NEW-USERS workflow from global .github repo (#245)
- cb2b18c ci: update WELCOME-NEW-USERS workflow from global .github repo (#244)
- 6e50c13 chore: update ADOPTERS.md from global .github repo (#243)
- 0ecb037 Merge pull request #242 from microcks/bot/update-global-workflow-master-3848eb07b8fdf09280426fb98b71492f1021b043
- ebccf13 ci: update WELCOME-NEW-USERS workflow from global .github repo Signed-off-by: microcks-bot info@microcks.io
- cf86683 ci: update STALE-ISSUES workflow from global .github repo Signed-off-by: microcks-bot info@microcks.io
- dbae289 chore: update MAINTAINERS.md from global .github repo (#241)
- ed9ba52 chore: update GOVERNANCE.md from global .github repo (#240)
- 5e48966 Merge pull request #236 from microcks/dependabot/go_modules/golang.org/x/oauth2-0.34.0
- 8163ef3 Merge pull request #234 from microcks/dependabot/go_modules/github.com/spf13/cobra-1.10.2
- 96cf834 chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#233)
- 7322492 ci: update STALE-ISSUES workflow from global .github repo (#239)
- 6de183e chore(deps): bump actions/setup-go from 6.1.0 to 6.3.0 (#238)
- 3294ded Merge pull request #227 from fgravelaine/patch-1
- d2054c6 Update README.md
- 293077b chore(deps): bump golang.org/x/oauth2 from 0.30.0 to 0.34.0
- d10ef31 chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.2
- b8a6938 ci: update WELCOME-NEW-USERS workflow from global .github repo (#232)
- 7c77882 chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#220)
- 38076be chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 (#229)
- 76e35f8 chore: update ADOPTERS.md from global .github repo (#231)
- 4d5422c Merge pull request #230 from microcks/dependabot/github_actions/docker/setup-buildx-action-3.12.0
- 96ed7a2 chore(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0
- 0cc1266 chore: update ADOPTERS.md from global .github repo (#228)
- 5f5db35 ci: update STALE-ISSUES workflow from global .github repo (#226)
- 36c335d chore: update ADOPTERS.md from global .github repo (#225)
- 5707053 chore: update ADOPTERS.md from global .github repo (#224)
- 0b78196 chore: update ADOPTERS.md from global .github repo (#223)
- 93ea8e8 chore(deps): bump actions/setup-go from 6.0.0 to 6.1.0 (#217)
- 711c1c4 chore(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#218)
- 7a11c93 chore(deps): bump docker/setup-qemu-action from 3.6.0 to 3.7.0 (#219)
- 2e14b81 chore: #216 Updating version in README and tekton tasks Signed-off-by: Laurent Broudoux laurent.broudoux@gmail.com