Releases: goharbor/harbor-cli
Releases · goharbor/harbor-cli
HarborCLI v0.0.12
What's Changed
- build(deps): bump golang.org/x/term from 0.34.0 to 0.35.0 by @dependabot[bot] in #542
- build(deps): bump golang.org/x/text from 0.28.0 to 0.29.0 by @dependabot[bot] in #543
- build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #546
- build(deps): bump github.com/charmbracelet/bubbletea from 1.3.6 to 1.3.7 by @dependabot[bot] in #545
- build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #544
- Doc change by @neel-1414 in #541
- build(deps): bump github.com/charmbracelet/bubbletea from 1.3.7 to 1.3.9 by @dependabot[bot] in #548
- build(deps): bump github.com/spf13/viper from 1.20.1 to 1.21.0 by @dependabot[bot] in #549
- Feature: Updating the Project Member Commands by @NucleoFusion in #540
New Contributors
- @neel-1414 made their first contribution in #541
Full Changelog: v0.0.11...v0.0.12
HarborCLI v0.0.11
What's Changed
- build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #537
- docs: add instructions for docs update by @ChayanDass in #536
- enhancement: Support for querying in project list command by @NucleoFusion in #533
- feat:add feature to change password for profile as well as user by @ChayanDass in #524
- Finalize PR 114 Configuration command to Manage System Configuration by @qcserestipy in #521
New Contributors
- @ChayanDass made their first contribution in #536
- @NucleoFusion made their first contribution in #533
Full Changelog: v0.0.10...v0.0.11
HarborCLI v0.0.10
What's Changed
- build(deps): bump golang.org/x/text from 0.27.0 to 0.28.0 by @dependabot[bot] in #528
- build(deps): bump golang.org/x/term from 0.33.0 to 0.34.0 by @dependabot[bot] in #527
- Replication executions by @qcserestipy in #518
- Update readme for replication support by @qcserestipy in #532
Full Changelog: v0.0.9...v0.0.10
HarborCLI v0.0.9
What's Changed
- Enhanced Robot Account Configuration Format by @qcserestipy in #504
- enhancing artifact view command by @PrathamX595 in #485
- Replication Policy Management by @qcserestipy in #499
- chore: Change the print statements in func preblock() in doc.go by @chethanm99 in #513
- build(deps): bump github.com/goharbor/go-client from 0.210.0 to 0.213.1 by @dependabot[bot] in #509
- feat(logs): add audit logs command with follow support by @qcserestipy in #511
- Replication Policy Management with Configuration File Support by @qcserestipy in #510
- Replication Start/Stop Management by @qcserestipy in #501
- Increased the logs follow refresh interval to 5s as a default by @qcserestipy in #516
- build(deps): bump golang.org/x/term from 0.32.0 to 0.33.0 by @dependabot[bot] in #514
- build(deps): bump github.com/charmbracelet/bubbletea from 1.3.5 to 1.3.6 by @dependabot[bot] in #515
- build(deps): bump golang.org/x/text from 0.23.0 to 0.27.0 by @dependabot[bot] in #519
- Add Support for System-Level Robot Accounts by @qcserestipy in #507
- Fix Typo in Readme.md by @RafsanNeloy in #522
- Update README.md by @blackdragoon26 in #529
- Fix: login
--name
flag tocontext-name
by @bupd in #520
New Contributors
- @chethanm99 made their first contribution in #513
- @RafsanNeloy made their first contribution in #522
- @blackdragoon26 made their first contribution in #529
Full Changelog: v0.0.8...v0.0.9
HarborCLI v0.0.8
What's Changed
- Fix vulnerability-check by @danish9039 in #494
- feat: Release to Homebrew-Tap by @bupd in #421
- Finalizing Robots Account cli command by @qcserestipy in #489
- fix: default FormatUrl to use https instead of http by @devc007 in #496
- Rebase add scan all command by @qcserestipy in #490
- Improve table grid controls and form validation (Follow‑up Improvements to PR #489) by @qcserestipy in #503
- Fix pagination in repo list by @jelly-afk in #502
- feat: add go report card by @bupd in #506
New Contributors
- @danish9039 made their first contribution in #494
- @devc007 made their first contribution in #496
Full Changelog: v0.0.7...v0.0.8
HarborCLI v0.0.7
What's Changed
- fix: PreviouslyLoggedIn should display context name by @jelly-afk in #466
- Add groups to root help command by @afeefuddin in #470
- fix: Show Banner messsage in system info instead of json by @afeefuddin in #471
- Fix user elevate by @meethereum in #473
- Fix: Doc generation script for reproducibility by @bupd in #465
- Adds harbor context command by @Darkhood148 in #445
- Unit testing Coverage report by @qcserestipy in #376
- feat: fixing the pointer positioning with change in context by @PrathamX595 in #481
- WIP: Add support for navigating interactive prompts with 'q' key by @qcserestipy in #452
- removes context switch via login command by @Darkhood148 in #477
- adds changes suggested in context command by @Darkhood148 in #482
- feat: add
project config
command by @rizul2108 in #448 - feat: Add
label
sub-cmd inartifact
cmd by @rizul2108 in #483 - fix: remove codecov on main by @bupd in #486
- Added docs for config and encryption here from website by @qcserestipy in #487
- Fix: Ensure
project create cmd
asks for necessary options by @Alokzh in #447 - improve error messages for login command by @meethereum in #488
New Contributors
- @jelly-afk made their first contribution in #466
- @PrathamX595 made their first contribution in #481
- @Alokzh made their first contribution in #447
Full Changelog: v0.0.6...v0.0.7
HarborCLI v0.0.6
What's Changed
- feat: add metadata labels and creation timestamp for image on artifacthub.io by @Vad1mo in #412
- Artifacthub by @Vad1mo in #413
- Updates incorrect config mount location and adds default value for HARBOR_CLI_CONFIG in README.md by @Darkhood148 in #416
- Added more info how to use harbor-cli containers correctly by @qcserestipy in #423
- refactor: Config cmd description by @Vickysomtee in #427
- FIX: project delete --force by @bupd in #437
- Continuing Work from #110: add
instance
cmd by @rizul2108 in #389 - Adds Vulnerability Check workflow by @Darkhood148 in #379
- docs: add CONTRIBUTING.md for community contributions by @rizul2108 in #405
- fix: return proper error when a directory exists instead of config file by @meethereum in #422
- Fix: Preserve Table Alignment While Adding Status Colors by @rizul2108 in #430
- build(deps): bump github.com/charmbracelet/bubbles from 0.20.0 to 0.21.0 by @dependabot in #432
- Add Documentation for usage of dagger by @bupd in #434
- Fix lint issue by @bupd in #439
- build(deps): bump github.com/charmbracelet/huh from 0.6.0 to 0.7.0 by @dependabot in #433
- Correct Artifact View arg parsing by @rizul2108 in #444
- Improve Server Input Sanitization and Credential Name Generation by @rizul2108 in #443
- Fix goreleaser by @bupd in #442
- feat: Add systemcve cli cmd by @rizul2108 in #388
- Refactor: Make Error logging more user friendly for
project
commands by @rizul2108 in #424 - feat: add webhook cmd by @rizul2108 in #391
- feat: Update info command by @rizul2108 in #453
- build(deps): bump golang.org/x/term from 0.31.0 to 0.32.0 by @dependabot in #459
- Add: Quota Command to Manage Quotas by @bupd in #97
- Add
scanner
cmd by @rizul2108 in #396 - Update the list of commands in the readme file by @afeefuddin in #454
- Fix: Manpages Remove Dates by @bupd in #451
- build(deps): bump github.com/charmbracelet/bubbletea from 1.3.4 to 1.3.5 by @dependabot in #449
New Contributors
- @Vickysomtee made their first contribution in #427
- @meethereum made their first contribution in #422
- @afeefuddin made their first contribution in #454
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- feat: Enhance
user list
cmd to fetch all users by default via paginated API calls by @rizul2108 in #378 - feat: Remove month from autogenerated man-docs by @rizul2108 in #370
- Add FileKeyring as fallback for secure key storage by @qcserestipy in #385
- Add keyring fallback hierarchy for containerized environments by @qcserestipy in #387
- Continuing Work from #129: add
immutable
cmd by @rizul2108 in #374 - build(deps): bump github.com/charmbracelet/lipgloss from 1.0.0 to 1.1.0 by @dependabot in #353
- Update golang and dagger by @Vad1mo in #408
- Continuing Work from #324: add
projectID
flag toproject delete
cmd by @rizul2108 in #371 - feat: replace random widths with standard custom widths by @rizul2108 in #403
- fix: remove repeated error logging in
project list
cmd by @rizul2108 in #404 - Fix: Version in "harbor version" command by @scraly in #402
- Adds login with trailing slash by @Darkhood148 in #382
- Improve user message in proxy cache project creation without adding registry-id by @scraly in #395
- build(deps): bump github.com/spf13/viper from 1.19.0 to 1.20.1 by @dependabot in #369
- update dagger and go versions by @bupd in #409
- build(deps): bump github.com/charmbracelet/bubbletea from 1.2.4 to 1.3.4 by @dependabot in #337
- build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #334
- Golangci update by @Vad1mo in #411
- build(deps): bump golang.org/x/term from 0.27.0 to 0.31.0 by @dependabot in #380
New Contributors
- @scraly made their first contribution in #402
- @Darkhood148 made their first contribution in #382
Full Changelog: v0.0.4...v0.0.5
HarborCLI v0.0.4
What's Changed
- fix: Release Workflow by @bupd in #335
- Add license scan report and status by @fossabot in #338
- docs: reposition the FOSSA badge by @Vad1mo in #339
projectRepo
parser-fix by @Roaster05 in #299- feat: Improve Performance of
delete
Command with Concurrency by @bupd in #80 - enforce exact argument count for cmds by @rizul2108 in #302
- fix: Project create cmd fix by @rizul2108 in #307
- Move dagger to .dagger by @bupd in #344
- table doesn't get printed twice by @rizul2108 in #347
- feat: Add
status
command by @rizul2108 in #348 - fix: generate new docs for change in existing commands by @rizul2108 in #363
- feat: Remove date and autogenerated line from man docs by @rizul2108 in #361
- feat: set
project list
cmd to list all projects by default by @rizul2108 in #360 - fix project search issue by @rizul2108 in #359
- Updated the error handling for unauthorized Users Actions by @RohanMishra315 in #357
- add check for page-size by @rizul2108 in #345
- Remove: Unnecessary Changes.patch file by @bupd in #317
- Added logrus timestamp formatter to cli command by @qcserestipy in #351
- 267 rework cherry pick by @qcserestipy in #372
New Contributors
- @fossabot made their first contribution in #338
- @RohanMishra315 made their first contribution in #357
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- bug: fix push-latest-images and publish-release by @Standing-Man in #279
- Add: label commands by @Althaf66 in #95
- feat: modified registy update command by @Althaf66 in #88
- build(deps): bump github.com/charmbracelet/huh from 0.5.2 to 0.6.0 by @dependabot in #217
- feature: Support YAML output for newly added commands by @Standing-Man in #268
- Add MAN PAGES Documentation script by @bupd in #75
- chore: move the ping to health handler by @Standing-Man in #285
- 270 add ldflags to dagger by @qcserestipy in #273
- docs: update README to include directory change after cloning by @rizul2108 in #303
- Added the missing options in some commands and refactored some commands. by @muaz-32 in #77
- Configure Linter & Improve Workflow by @bupd in #294
- Fix: Release & Publish Workflows by @bupd in #313
New Contributors
- @rizul2108 made their first contribution in #303
Full Changelog: v0.0.2...v0.0.3