Skip to content

build(deps): bump golang.org/x/text from 0.23.0 to 0.27.0#519

Merged
bupd merged 1 commit into
mainfrom
dependabot/go_modules/golang.org/x/text-0.27.0
Jul 21, 2025
Merged

build(deps): bump golang.org/x/text from 0.23.0 to 0.27.0#519
bupd merged 1 commit into
mainfrom
dependabot/go_modules/golang.org/x/text-0.27.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2025

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/text from 0.23.0 to 0.27.0.

Commits
  • b6d2645 go.mod: update golang.org/x dependencies
  • 8072180 go.mod: update golang.org/x dependencies
  • 6cacac1 go.mod: update tagx:ignore'd golang.org/x dependencies
  • 700cc20 go.mod: update golang.org/x dependencies
  • 4890c57 go.mod: update golang.org/x dependencies
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.23.0 to 0.27.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.23.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 21, 2025

@bupd bupd left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

lgtm

@bupd bupd merged commit 6caed4d into main Jul 21, 2025
8 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/golang.org/x/text-0.27.0 branch July 21, 2025 09:02
qcserestipy pushed a commit to qcserestipy/harbor-cli that referenced this pull request Sep 2, 2025
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.23.0 to 0.27.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.23.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>
Vad1mo pushed a commit that referenced this pull request Sep 2, 2025
…521)

* build(deps): bump golang.org/x/text from 0.23.0 to 0.27.0 (#519)

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.23.0 to 0.27.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.23.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* add system `config get` command

This command fetches and stores the system config in the harbor config
file.

Signed-off-by: bupd <bupdprasanth@gmail.com>
Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* add system config `update` command

Signed-off-by: bupd <bupdprasanth@gmail.com>
Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* Rebase on main; moved command to its own package; added reflection for api configurationsok types;

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* Updated get function to sort for categories; update api handler for different categories; todo: update from config runs into swagger api errors

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* ..

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* feat(configurations): Added configurations view command, clean up get and update command, extend reflection for view functionality

- In this commit the view command is added that supports setting categories aligned with the UI
- Reflection is cleaned up to also handle secret values stored in the config file
- Reflection is used for table view of configurations

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* Add Support for System-Level Robot Accounts (#507)

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* Updated github.com/go-viper/mapstructure/v2 to avoid vulnerability

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* Renamed config update to config apply; added -f flag for config apply command to support specifiying configurations in a separate file than the harbor-cli global config

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* feat: Remove get command, refactor view command

The get command is removed since not necessary. The view command is updated to make category selection available for piping. The apply command is adapted to not use harbor config but external config file that can be chosen via flag.

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* refactor(harbor-cli): Remove add configurations to harbor config function.

This function is not longer needed since the configurations settings will be stored in another file and not in the harbor credentials config file.

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* Added changes according to PR

Signed-off-by: qcserestipy <patrickeschenbach96@gmail.com>
Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* docs(config): update cli docs

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* fix(mod): Patch error in go.mod missing )

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* docs(config): update cli docs

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* fix(config): make changes to satisfy vulncheck

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* doc(config): remove messed up cli config directory

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* fix(config): remove obsolete vscode settings folder

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>
Signed-off-by: bupd <bupdprasanth@gmail.com>
Signed-off-by: qcserestipy <patrickeschenbach96@gmail.com>
Signed-off-by: Patrick Eschenbach <45457307+qcserestipy@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: bupd <bupdprasanth@gmail.com>
neel-1414 pushed a commit to neel-1414/harbor-cli that referenced this pull request Sep 5, 2025
…oharbor#521)

* build(deps): bump golang.org/x/text from 0.23.0 to 0.27.0 (goharbor#519)

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.23.0 to 0.27.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.23.0...v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* add system `config get` command

This command fetches and stores the system config in the harbor config
file.

Signed-off-by: bupd <bupdprasanth@gmail.com>
Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* add system config `update` command

Signed-off-by: bupd <bupdprasanth@gmail.com>
Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* Rebase on main; moved command to its own package; added reflection for api configurationsok types;

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* Updated get function to sort for categories; update api handler for different categories; todo: update from config runs into swagger api errors

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* ..

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* feat(configurations): Added configurations view command, clean up get and update command, extend reflection for view functionality

- In this commit the view command is added that supports setting categories aligned with the UI
- Reflection is cleaned up to also handle secret values stored in the config file
- Reflection is used for table view of configurations

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* Add Support for System-Level Robot Accounts (goharbor#507)

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* Updated github.com/go-viper/mapstructure/v2 to avoid vulnerability

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* Renamed config update to config apply; added -f flag for config apply command to support specifiying configurations in a separate file than the harbor-cli global config

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* feat: Remove get command, refactor view command

The get command is removed since not necessary. The view command is updated to make category selection available for piping. The apply command is adapted to not use harbor config but external config file that can be chosen via flag.

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* refactor(harbor-cli): Remove add configurations to harbor config function.

This function is not longer needed since the configurations settings will be stored in another file and not in the harbor credentials config file.

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* Added changes according to PR

Signed-off-by: qcserestipy <patrickeschenbach96@gmail.com>
Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* docs(config): update cli docs

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* fix(mod): Patch error in go.mod missing )

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* docs(config): update cli docs

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* fix(config): make changes to satisfy vulncheck

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* doc(config): remove messed up cli config directory

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

* fix(config): remove obsolete vscode settings folder

Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Patrick Eschenbach <patrickeschenbach96@gmail.com>
Signed-off-by: bupd <bupdprasanth@gmail.com>
Signed-off-by: qcserestipy <patrickeschenbach96@gmail.com>
Signed-off-by: Patrick Eschenbach <45457307+qcserestipy@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: bupd <bupdprasanth@gmail.com>
@qcserestipy qcserestipy mentioned this pull request Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant