Skip to content

1.0.0

Choose a tag to compare

@microcks-bot microcks-bot released this 12 Sep 10:11
· 45 commits to master since this release

Changelog

  • 511f8c5 chore: #174 Update the version number in CLI version command ;-) Signed-off-by: Laurent Broudoux [email protected]
  • d3d53ba chore: #174 Update image version in tekton tasks definitions Signed-off-by: Laurent Broudoux [email protected]
  • 51648fb chore: #174 Update README with versions and binary name Signed-off-by: Laurent Broudoux [email protected]
  • 7c20ffc chore: #185 Bump UBI base image to 9.6-1755695350 Signed-off-by: Laurent Broudoux [email protected]
  • f237d94 chore: #174 merge 1.x on master before release
  • 48ac36f Fix: #180 Allow microcks client to handle insecure TLS requests (#182)
  • 1e98293 Fix: changes command name from 'microcks-cli' to 'microcks' in Dockerfile and tekton tasks as well as modified flags as per the requirements. (#181)
  • 14c1ee8 chore(deps): bump docker/build-push-action from 6.15.0 to 6.18.0 (#165)
  • dd63b74 chore(deps): bump actions/setup-go from 5.2.0 to 5.5.0 (#164)
  • 6d1257b Improved documentation and README.md to reflect recent improvemnts/chagnes in cli (#179)
  • cfb301c Feat: Adds implementation of ClienOpts in all remaining commads (#177)
  • 80bc010 chore(deps): bump sigstore/cosign-installer from 3.8.1 to 3.9.2 (#178)
  • 1a4a728 chore(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.1 (#183)
  • b33fa01 chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#184)
  • c032959 feat: #173 Adds support for logout command (#176)
  • 3eeb662 feat: #169 Change local OAuth server's port to '58085' (#170)
  • 60d12bf chore: update ADOPTERS.md from global .github repo (#168)
  • cbf1282 Feat: Add 'watch' flag to import command (#162)
  • 1eaa907 Fix: Resolve start and stop commands related issue (#166)
  • 4281037 Fix mistakes after resolving conflicts on #160 and #161
  • 4ab13dc Feat: Initiate a microcksClient using ClientOpts in root, login and import commnad (#161)
  • b82077c Add support for login command (#159)
  • a7a7b3f fixes#136 feat: Add support for context file, contex command and context switching (#157)
  • b024806 fixes #132 Add unit tests for config.go (#152)
  • 13ed101 Add documentation for commands with examples (#148)
  • a0f45b8 chore: update ADOPTERS.md from global .github repo (#156)
  • bb49422 chore: update ADOPTERS.md from global .github repo (#155)
  • 603e58f chore: #127 Update Dockerfile Signed-off-by: Laurent Broudoux [email protected]
  • 1fe3bc0 chore: #127 Pin dependencies in pipeline and setup 'next' image tag Signed-off-by: Laurent Broudoux [email protected]
  • b5d2890 fixes #127 feat: Add new build pipeline for 1.x branch with new cli name (#142)
  • b75b46d Feat: Add support for start and stop command (#143)
  • c511571 fixes #130 feat: Created a Makefile (#133)
  • 1a3de0f chore: Removed some unncessary null checks from 'test.go' (#131)
  • 704a96d fixes #128: removed unnecessary checks for flags
  • dd1eab3 fixes #124 feat: adapt spf13/cobra library (#125)
  • b49b511 Merge pull request #98 from Harsh4902/issue#80
  • f39ead0 feat: #80 Add support for import URLs by import-url command