Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support TLS for Redis #19565

Open
wants to merge 100 commits into
base: main
Choose a base branch
from

Commits on Jan 29, 2024

  1. Support TLS for Redis

    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0cf93ea View commit details
    Browse the repository at this point in the history
  2. Update

    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6243a4d View commit details
    Browse the repository at this point in the history
  3. 19559 cannot see full label easily (goharbor#19564)

    * modified label css to allow hover on it
    
    Signed-off-by: Julien Michot <julien.michot.ext@exotec.com>
    
    * modified label css to allow hover on it
    
    Signed-off-by: Julien Michot <julien.michot.ext@exotec.com>
    
    * Update common.scss
    
    Signed-off-by: jmichot-exotec <150228661+jmichot-exotec@users.noreply.github.com>
    
    * used title way to show full label on hover
    
    Signed-off-by: Julien Michot <julien.michot.ext@exotec.com>
    
    ---------
    
    Signed-off-by: Julien Michot <julien.michot.ext@exotec.com>
    Signed-off-by: jmichot-exotec <150228661+jmichot-exotec@users.noreply.github.com>
    Co-authored-by: Julien Michot <julien.michot.ext@exotec.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8d0a06e View commit details
    Browse the repository at this point in the history
  4. fix: sorting quota (goharbor#19538)

    fix: sort Project Quotas
    
    Signed-off-by: Shengwen Yu <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    zyyw authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    be3cf9d View commit details
    Browse the repository at this point in the history
  5. Add API permission testcase (goharbor#19571)

    usage example:
    HARBOR_BASE_URL=https://{ip_or_domain}/api/v2.0 RESOURCE=preheat-instance  USER_NAME={username} PASSWORD={password}  python tests/apitests/python/test_permission.py
    
    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    YangJiao0817 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    717a7c3 View commit details
    Browse the repository at this point in the history
  6. Add oidc provider name to systeminfo API (goharbor#19575)

    fixes goharbor#13198
    
    Signed-off-by: stonezdj <daojunz@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    stonezdj authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    158000b View commit details
    Browse the repository at this point in the history
  7. Show OIDC provider name on the OIDC login button (goharbor#19581)

    1. Related issue goharbor#13198
    
    Signed-off-by: AllForNothing <sshijun@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    AllForNothing authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c83f553 View commit details
    Browse the repository at this point in the history
  8. Add quota sorting to the project quotas list (goharbor#19576)

    1. For goharbor#16517
    
    Signed-off-by: AllForNothing <sshijun@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    AllForNothing authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7991cd6 View commit details
    Browse the repository at this point in the history
  9. Add a placeholder to the cards for the security-hub (goharbor#19536)

    1. Related issue goharbor#19249
    
    Signed-off-by: AllForNothing <sshijun@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    AllForNothing authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    75b338d View commit details
    Browse the repository at this point in the history
  10. Avoid menu closure when filtering labels (goharbor#19561)

    1. Fixes goharbor#19554
    
    Signed-off-by: AllForNothing <sshijun@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    AllForNothing authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    92b8481 View commit details
    Browse the repository at this point in the history
  11. Correct loop condition for replication tasks (goharbor#19570)

    Signed-off-by: AllForNothing <sshijun@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    AllForNothing authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e67e6f1 View commit details
    Browse the repository at this point in the history
  12. Add API(audit-log,project,registry,replication) permission testcase (g…

    …oharbor#19584)
    
    Add audit-log,project,registry,replication API permission testcase
    
    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    YangJiao0817 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0a1144a View commit details
    Browse the repository at this point in the history
  13. Return empty result when no scanner configured (goharbor#19577)

    fixes goharbor#19534
    
    Signed-off-by: stonezdj <daojunz@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    stonezdj authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6ea6086 View commit details
    Browse the repository at this point in the history
  14. Feature: GDPR compliant audit logs (goharbor#17396)

    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    tpoxa authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5ec60d5 View commit details
    Browse the repository at this point in the history
  15. fix: increase beego max memory and upload size (goharbor#19578)

    1. Increase the default beego max memory and upload size from 32GB to
       128GB.
    2. Support customize the two beego configs from env.
    
    Signed-off-by: chlins <chenyuzh@vmware.com>
    Co-authored-by: Wang Yan <wangyan@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1e49bbd View commit details
    Browse the repository at this point in the history
  16. bump golang to 1.21.4 (goharbor#19601)

    Signed-off-by: yminer <yminer@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    MinerYang authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a3829b6 View commit details
    Browse the repository at this point in the history
  17. perf: optimize the performance of accessory query (goharbor#19557)

    1. Add db index for subject_artifact_id in table artifact_accessory.
    2. Optimize the SQL of excluding the accessory for artifact count.
    
    Signed-off-by: chlins <chenyuzh@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    chlins authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d4e3c77 View commit details
    Browse the repository at this point in the history
  18. add permission validation for robot creating and updating. (goharbor#…

    …19598)
    
    * add permission validation for robot creating and updating.
    
    It is not allowed to create an new robot with the access outside the predefined scope.
    
    Signed-off-by: wang yan <wangyan@vmware.com>
    
    * Fix robot testcase and update robot permission metadata (goharbor#167)
    
    1. Fix robot testcase
    2. update robot permission metadata
    
    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    Signed-off-by: wang yan <wangyan@vmware.com>
    
    ---------
    
    Signed-off-by: wang yan <wangyan@vmware.com>
    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    Co-authored-by: Yang Jiao <72076317+YangJiao0817@users.noreply.github.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2631aad View commit details
    Browse the repository at this point in the history
  19. add prepare migration script for 2.10 (goharbor#19600)

    Signed-off-by: yminer <yminer@vmware.com>
    Co-authored-by: Wang Yan <wangyan@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0010ecd View commit details
    Browse the repository at this point in the history
  20. Update the permission scope (goharbor#19603)

    1. Update the permission scope
    2. Sort the resources and actions by unicode
    
    Signed-off-by: AllForNothing <sshijun@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    AllForNothing authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    bdf0c51 View commit details
    Browse the repository at this point in the history
  21. Add test cases for the project level permissions (goharbor#19593)

    Add API test cases for project permission of a robot account
    
    Signed-off-by: AllForNothing <sshijun@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    AllForNothing authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1b2f664 View commit details
    Browse the repository at this point in the history
  22. Add API(scan,volumes,jobservice,scanner,label,securityhub,catalog) pe…

    …rmission testcases (goharbor#19595)
    
    Add scan,volumes,jobservice,scanner,label,securityhub,catalog permission testcases
    
    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    YangJiao0817 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2510a6d View commit details
    Browse the repository at this point in the history
  23. Add notation accessory copy test case (goharbor#19605)

    Fix goharbor#19546
    
    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    YangJiao0817 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    69b00b0 View commit details
    Browse the repository at this point in the history
  24. fix system label resource (goharbor#19621)

    Make sure robot can use rbac.Resource(label) to access system level label
    
    Signed-off-by: wang yan <wangyan@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    wy65701436 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b0ac753 View commit details
    Browse the repository at this point in the history
  25. Bump actions/setup-node from 3 to 4 (goharbor#19478)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Orlix <7236111+OrlinVasilev@users.noreply.github.com>
    Co-authored-by: Wang Yan <wangyan@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    3 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d917d7a View commit details
    Browse the repository at this point in the history
  26. Bump golang.org/x/time from 0.0.0-20220210224613-90d013bbcef8 to 0.4.…

    …0 in /src (goharbor#19541)
    
    Bump golang.org/x/time in /src
    
    Bumps [golang.org/x/time](https://github.com/golang/time) from 0.0.0-20220210224613-90d013bbcef8 to 0.4.0.
    - [Commits](https://github.com/golang/time/commits/v0.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/time
      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>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d5dfc6f View commit details
    Browse the repository at this point in the history
  27. Add notation pull policy test case (goharbor#19625)

    Fix goharbor#19547
    
    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    YangJiao0817 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    602cc05 View commit details
    Browse the repository at this point in the history
  28. Add jump to CNAB Bundle index artifact list test case (goharbor#19629)

    Fix goharbor#19278
    
    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    YangJiao0817 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    381b824 View commit details
    Browse the repository at this point in the history
  29. fix robot account access issue (goharbor#19627)

    fixes goharbor#19622
    Resolve the 403 issue occurring when a robot account, equipped with both system and project scope, attempts to access project resources.
    
    Signed-off-by: wang yan <wangyan@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    wy65701436 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0847e15 View commit details
    Browse the repository at this point in the history
  30. fix: update TRIVYVERSION=v0.47.0 && TRIVYADAPTERVERSION=v0.30.19 (goh…

    …arbor#19624)
    
    Signed-off-by: Shengwen Yu <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    zyyw authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    62894fa View commit details
    Browse the repository at this point in the history
  31. Bump github.com/coreos/go-oidc/v3 from 3.0.0 to 3.7.0 in /src (goharb…

    …or#19542)
    
    Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) from 3.0.0 to 3.7.0.
    - [Release notes](https://github.com/coreos/go-oidc/releases)
    - [Commits](coreos/go-oidc@v3.0.0...v3.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/coreos/go-oidc/v3
      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>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    31f2f4a View commit details
    Browse the repository at this point in the history
  32. Update the test script for the project permissions (goharbor#19623)

    Signed-off-by: AllForNothing <sshijun@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    AllForNothing authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c0015ae View commit details
    Browse the repository at this point in the history
  33. Add user API test case (goharbor#19638)

    Fix goharbor#19280
    
    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    YangJiao0817 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a68b101 View commit details
    Browse the repository at this point in the history
  34. [release-note/docs] swagger.yaml "repositoryName" parameter descripti…

    …on update (goharbor#19651)
    
    * swagger.yaml fix
    
    Signed-off-by: Aaron Steinberg <asteinber-contractor@aurora.tech>
    
    * Signed-off by: Aaron Steinberg <aaron@aa.codes>
    
    Signed-off-by: Aaron Steinberg <asteinber-contractor@aurora.tech>
    
    ---------
    
    Signed-off-by: Aaron Steinberg <asteinber-contractor@aurora.tech>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    azsteinb authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    124fae1 View commit details
    Browse the repository at this point in the history
  35. Update the name checking for the robot account (goharbor#19645)

    1. Fixes goharbor#19612
    
    Signed-off-by: AllForNothing <shijun.sun@broadcom.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    AllForNothing authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    73c70e7 View commit details
    Browse the repository at this point in the history
  36. fix the landing accessory data (goharbor#19661)

    Fix the keywords when to list accessories belong to the subject manifest.
    
    Signed-off-by: wang yan <wangyan@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    wy65701436 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    88e9295 View commit details
    Browse the repository at this point in the history
  37. fix 2.10 prepare migration version (goharbor#19665)

    fix 2.10 prepare migration
    
    Signed-off-by: yminer <yminer@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    MinerYang authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    954a213 View commit details
    Browse the repository at this point in the history
  38. fix: upgrade google.golang.org/grpc (goharbor#19648)

    fix: upgrade google.golang.org/grpc and go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
    
    Signed-off-by: Shengwen Yu <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    zyyw authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a95770f View commit details
    Browse the repository at this point in the history
  39. Update the style for the robot acccount ui (goharbor#19663)

    1. Fixes goharbor#19614
    2. Fixes goharbor#19617
    
    Signed-off-by: AllForNothing <shijun.sun@broadcom.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    AllForNothing authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b1e5b18 View commit details
    Browse the repository at this point in the history
  40. Update the wording text for the system robot account (goharbor#19666)

    Signed-off-by: AllForNothing <shijun.sun@broadcom.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    AllForNothing authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    794feec View commit details
    Browse the repository at this point in the history
  41. Add external scanner test case (goharbor#19682)

    Fix goharbor#19279
    
    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    YangJiao0817 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2fe5ade View commit details
    Browse the repository at this point in the history
  42. Add min-width to the permission column (goharbor#19675)

    1. To avoid style confusion
    
    Signed-off-by: AllForNothing <shijun.sun@broadcom.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    AllForNothing authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    864e433 View commit details
    Browse the repository at this point in the history
  43. Bump github.com/robfig/cron/v3 from 3.0.0 to 3.0.1 in /src (goharbor#…

    …19633)
    
    Bumps [github.com/robfig/cron/v3](https://github.com/robfig/cron) from 3.0.0 to 3.0.1.
    - [Commits](robfig/cron@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/robfig/cron/v3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    90c9685 View commit details
    Browse the repository at this point in the history
  44. Bump github.com/gorilla/handlers from 1.5.1 to 1.5.2 in /src (goharbo…

    …r#19632)
    
    Bumps [github.com/gorilla/handlers](https://github.com/gorilla/handlers) from 1.5.1 to 1.5.2.
    - [Release notes](https://github.com/gorilla/handlers/releases)
    - [Commits](gorilla/handlers@v1.5.1...v1.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/gorilla/handlers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    117dd85 View commit details
    Browse the repository at this point in the history
  45. Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 in /src (gohar…

    …bor#19636)
    
    Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/go-jose/go-jose/releases)
    - [Changelog](https://github.com/go-jose/go-jose/blob/v3/CHANGELOG.md)
    - [Commits](go-jose/go-jose@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-jose/go-jose/v3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    362fe93 View commit details
    Browse the repository at this point in the history
  46. Updating Permission Test Scripts (goharbor#19687)

    Support for test cases that run multiple resources in a single run
    
    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    YangJiao0817 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    95f10b1 View commit details
    Browse the repository at this point in the history
  47. Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 in /src (goharbor#19631)

    Bumps [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) from 1.3.0 to 1.4.0.
    - [Release notes](https://github.com/kubernetes-sigs/yaml/releases)
    - [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md)
    - [Commits](kubernetes-sigs/yaml@v1.3.0...v1.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: sigs.k8s.io/yaml
      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>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e119101 View commit details
    Browse the repository at this point in the history
  48. Bump google-github-actions/auth from 1 to 2 (goharbor#19649)

    Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1 to 2.
    - [Release notes](https://github.com/google-github-actions/auth/releases)
    - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md)
    - [Commits](google-github-actions/auth@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: google-github-actions/auth
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f677696 View commit details
    Browse the repository at this point in the history
  49. Bump actions/setup-go from 1 to 5 (goharbor#19684)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 1 to 5.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v1...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ad40bcd View commit details
    Browse the repository at this point in the history
  50. bump distribution (goharbor#19669)

    Bump up the distribution to v2.8.3
    
    Signed-off-by: wang yan <wangyan@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    wy65701436 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4e5e5d8 View commit details
    Browse the repository at this point in the history
  51. Bump actions/stale from 8.0.0 to 9.0.0 (goharbor#19689)

    Bumps [actions/stale](https://github.com/actions/stale) from 8.0.0 to 9.0.0.
    - [Release notes](https://github.com/actions/stale/releases)
    - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
    - [Commits](actions/stale@v8.0.0...v9.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/stale
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    dependabot[bot] authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    465a40b View commit details
    Browse the repository at this point in the history
  52. Update Robot Account Test Case (goharbor#19710)

    Update project and system robot account testcase
    Update system robot account do replication testcase
    
    Signed-off-by: Yang Jiao <jiaoya@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    YangJiao0817 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e26e454 View commit details
    Browse the repository at this point in the history
  53. Bump github.com/go-openapi/errors from 0.19.6 to 0.20.4 in /src (goha…

    …rbor#19697)
    
    Bumps [github.com/go-openapi/errors](https://github.com/go-openapi/errors) from 0.19.6 to 0.20.4.
    - [Commits](go-openapi/errors@v0.19.6...v0.20.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-openapi/errors
      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>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7cb21a8 View commit details
    Browse the repository at this point in the history
  54. bump golang 1.21.5 & fix golangci-lint error (goharbor#19722)

    bump golang 1.21.5
    
    update golangci-lint && fix revive error
    
    fix white space lint
    
    Signed-off-by: yminer <yminer@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    MinerYang authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4806f53 View commit details
    Browse the repository at this point in the history
  55. Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /src (goharbor#19729)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
    - [Commits](golang/crypto@v0.14.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c3c359f View commit details
    Browse the repository at this point in the history
  56. Bump github/codeql-action from 2 to 3 (goharbor#19714)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    01f7255 View commit details
    Browse the repository at this point in the history
  57. add DE-CIX as adopters (goharbor#19707)

    add DE-CIX as adopter
    
    Signed-off-by: Raul Garcia Sanchez <info@raulgarcia.de>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    rgarcia89 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1a28d76 View commit details
    Browse the repository at this point in the history
  58. Bump github.com/coreos/go-oidc/v3 from 3.7.0 to 3.9.0 in /src (goharb…

    …or#19701)
    
    Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) from 3.7.0 to 3.9.0.
    - [Release notes](https://github.com/coreos/go-oidc/releases)
    - [Commits](coreos/go-oidc@v3.7.0...v3.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/coreos/go-oidc/v3
      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>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    273ebd6 View commit details
    Browse the repository at this point in the history
  59. Bump google-github-actions/setup-gcloud from 1 to 2 (goharbor#19696)

    Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 1 to 2.
    - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)
    - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md)
    - [Commits](google-github-actions/setup-gcloud@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: google-github-actions/setup-gcloud
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6099fe0 View commit details
    Browse the repository at this point in the history
  60. Bump github.com/prometheus/client_golang from 1.14.0 to 1.17.0 in /src (

    goharbor#19699)
    
    Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.14.0 to 1.17.0.
    - [Release notes](https://github.com/prometheus/client_golang/releases)
    - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
    - [Commits](prometheus/client_golang@v1.14.0...v1.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/prometheus/client_golang
      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>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    37c3508 View commit details
    Browse the repository at this point in the history
  61. Bump github.com/bmatcuk/doublestar from 1.1.1 to 1.3.4 in /src (gohar…

    …bor#19698)
    
    Bumps [github.com/bmatcuk/doublestar](https://github.com/bmatcuk/doublestar) from 1.1.1 to 1.3.4.
    - [Release notes](https://github.com/bmatcuk/doublestar/releases)
    - [Commits](bmatcuk/doublestar@v1.1.1...v1.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/bmatcuk/doublestar
      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>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d505be6 View commit details
    Browse the repository at this point in the history
  62. Fix project metadata validate bug (goharbor#19746)

    Signed-off-by: Yang Jiao <yang.jiao@broadcom.com>
    Co-authored-by: Yang Jiao <yang.jiao@broadcom.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    98cebff View commit details
    Browse the repository at this point in the history
  63. Update Support Matrix (goharbor#19741)

    Signed-off-by: Yang Jiao <yang.jiao@broadcom.com>
    Co-authored-by: Yang Jiao <yang.jiao@broadcom.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1d0656a View commit details
    Browse the repository at this point in the history
  64. Add notation replication test case (goharbor#19738)

    Fix goharbor#19548
    
    Signed-off-by: Yang Jiao <yang.jiao@broadcom.com>
    Co-authored-by: Yang Jiao <yang.jiao@broadcom.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ba8ee30 View commit details
    Browse the repository at this point in the history
  65. Add multi-tier accessory replication test cases (goharbor#19730)

    Fix goharbor#19275
    
    Signed-off-by: Yang Jiao <yang.jiao@broadcom.com>
    Co-authored-by: Yang Jiao <yang.jiao@broadcom.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    22566e5 View commit details
    Browse the repository at this point in the history
  66. Bump up version to v2.11.0 (goharbor#19747)

    Signed-off-by: Yang Jiao <yang.jiao@broadcom.com>
    Co-authored-by: Yang Jiao <yang.jiao@broadcom.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ec53940 View commit details
    Browse the repository at this point in the history
  67. Update tag in nightly trivy scan (goharbor#19742)

    Signed-off-by: Yang Jiao <yang.jiao@broadcom.com>
    Co-authored-by: Yang Jiao <yang.jiao@broadcom.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ce76593 View commit details
    Browse the repository at this point in the history
  68. Bump go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/m…

    …ux/otelmux from 0.45.0 to 0.46.1 in /src (goharbor#19727)
    
    Bump go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
    
    Bumps [go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.45.0 to 0.46.1.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.45.0...zpages/v0.46.1)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
      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>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    af6ff8b View commit details
    Browse the repository at this point in the history
  69. add description in scanner page (goharbor#19733)

    Signed-off-by: shengqiw <shengqiw@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    ShengqiWang authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    28376fe View commit details
    Browse the repository at this point in the history
  70. Fix docker version to 20.10.10 (goharbor#19751)

    Signed-off-by: Yang Jiao <yang.jiao@broadcom.com>
    Co-authored-by: Yang Jiao <yang.jiao@broadcom.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    80ca4cd View commit details
    Browse the repository at this point in the history
  71. Fix OpenAPI Specification structural error (goharbor#19782)

    Fix structural error
    
    Signed-off-by: Blueswen <blueswen.tw@gmail.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    blueswen authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5e20d2f View commit details
    Browse the repository at this point in the history
  72. update project-SelectScanner modal Default field css (goharbor#19753)

    Co-authored-by: Wang Yan <wangyan@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3f3c05d View commit details
    Browse the repository at this point in the history
  73. Bump up PostgreSQL from 14 to 15 (goharbor#19789)

    Fix goharbor#19512
    
    Signed-off-by: Yang Jiao <yang.jiao@broadcom.com>
    Co-authored-by: Yang Jiao <yang.jiao@broadcom.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6686fc9 View commit details
    Browse the repository at this point in the history
  74. fix invalid links in harbor.yml.tmpl (goharbor#19786)

    Signed-off-by: Liang Zheng <zhengliang0901@gmail.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    microyahoo authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    9247a24 View commit details
    Browse the repository at this point in the history
  75. Bump golang.org/x/time from 0.4.0 to 0.5.0 in /src (goharbor#19767)

    Bumps [golang.org/x/time](https://github.com/golang/time) from 0.4.0 to 0.5.0.
    - [Commits](golang/time@v0.4.0...v0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/time
      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>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    55ff5f7 View commit details
    Browse the repository at this point in the history
  76. Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.0 in /src (goharb…

    …or#19766)
    
    Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.4.2 to 4.5.0.
    - [Release notes](https://github.com/golang-jwt/jwt/releases)
    - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
    - [Commits](golang-jwt/jwt@v4.4.2...v4.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang-jwt/jwt/v4
      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: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    dependabot[bot] authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b7e1ea9 View commit details
    Browse the repository at this point in the history
  77. Bump github.com/cloudevents/sdk-go/v2 from 2.13.0 to 2.14.0 in /src (g…

    …oharbor#19764)
    
    Bumps [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) from 2.13.0 to 2.14.0.
    - [Release notes](https://github.com/cloudevents/sdk-go/releases)
    - [Commits](cloudevents/sdk-go@v2.13.0...v2.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cloudevents/sdk-go/v2
      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>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ab5c22d View commit details
    Browse the repository at this point in the history
  78. Add quota permissions to robot account (goharbor#19799)

    Fix goharbor#19792
    
    Signed-off-by: Yang Jiao <yang.jiao@broadcom.com>
    Co-authored-by: Yang Jiao <yang.jiao@broadcom.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    187bf3f View commit details
    Browse the repository at this point in the history
  79. Bump gopkg.in/h2non/gock.v1 from 1.0.16 to 1.1.2 in /src (goharbor#19765

    )
    
    Bumps gopkg.in/h2non/gock.v1 from 1.0.16 to 1.1.2.
    
    ---
    updated-dependencies:
    - dependency-name: gopkg.in/h2non/gock.v1
      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>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ca5a262 View commit details
    Browse the repository at this point in the history
  80. Bump github.com/go-openapi/runtime from 0.19.20 to 0.26.2 in /src (go…

    …harbor#19763)
    
    Bumps [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) from 0.19.20 to 0.26.2.
    - [Release notes](https://github.com/go-openapi/runtime/releases)
    - [Commits](go-openapi/runtime@v0.19.20...v0.26.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-openapi/runtime
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Shengwen YU <yshengwen@vmware.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4927049 View commit details
    Browse the repository at this point in the history
  81. add repository read permission to limitedGuest (goharbor#19757)

    Signed-off-by: Maksym Trofimenko <maksym@container-registry.com>
    Co-authored-by: Maksym Trofimenko <maksym@container-registry.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    69090fd View commit details
    Browse the repository at this point in the history
  82. registryctl/api/registry/blob: fix dropped test error (goharbor#19721)

    Signed-off-by: Lars Lehtonen <lars.lehtonen@gmail.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    alrs authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b914fee View commit details
    Browse the repository at this point in the history
  83. Remove robot account update quota permission (goharbor#19819)

    Signed-off-by: Yang Jiao <yang.jiao@broadcom.com>
    Co-authored-by: Yang Jiao <yang.jiao@broadcom.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    63d4672 View commit details
    Browse the repository at this point in the history
  84. Cache image list with digest key (goharbor#19801)

    fixes goharbor#19429
    
    Signed-off-by: stonezdj <daojunz@vmware.com>
    Co-authored-by: stonezdj <daojunz@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    908b969 View commit details
    Browse the repository at this point in the history
  85. Add quota permissions testcase (goharbor#19822)

    Signed-off-by: Yang Jiao <yang.jiao@broadcom.com>
    Co-authored-by: Yang Jiao <yang.jiao@broadcom.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    10b0131 View commit details
    Browse the repository at this point in the history
  86. deprecate gosec in makefile (goharbor#19828)

    remove the unused the part from makefile
    
    Signed-off-by: wang yan <wangyan@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    wy65701436 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2d15010 View commit details
    Browse the repository at this point in the history
  87. Add verification that robot account duration is not 0 (goharbor#19829)

    Signed-off-by: Yang Jiao <yang.jiao@broadcom.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    YangJiao0817 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f657ca3 View commit details
    Browse the repository at this point in the history
  88. fix artifact page bug (goharbor#19807)

    * fix artifact page bug
    
    * update testcase
    
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    ShengqiWang authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    230554f View commit details
    Browse the repository at this point in the history
  89. remove the log for ScannerSkipUpdatePullTime (goharbor#19845)

    fixes goharbor#19795, remove the noise in the log
    
    Signed-off-by: wang yan <wangyan@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    wy65701436 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5d9c2bf View commit details
    Browse the repository at this point in the history
  90. Log ensureArtifact ConflictErr (goharbor#19294)

    * Log ensureArtifact ConflictErr
    
    Signed-off-by: Shuaiyi Liu <liushuaiyi@gmail.com>
    
    * Log ensureArtifact ConflictErr
    
    Signed-off-by: Shuaiyi Liu <liushuaiyi@gmail.com>
    
    ---------
    
    Signed-off-by: Shuaiyi Liu <liushuaiyi@gmail.com>
    Co-authored-by: Wang Yan <wangyan@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2eb51ae View commit details
    Browse the repository at this point in the history
  91. Fixing typo for About UI (goharbor#19840)

    Signed-off-by: Ha, Son Hai <sonhaiha@kpmg.com>
    Co-authored-by: Ha, Son Hai <sonhaiha@kpmg.com>
    Co-authored-by: MinerYang <yminer@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    3 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b7778ce View commit details
    Browse the repository at this point in the history
  92. Update isValidDuration function (goharbor#19843)

    Signed-off-by: Yang Jiao <yang.jiao@broadcom.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    YangJiao0817 authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    9d8c636 View commit details
    Browse the repository at this point in the history
  93. Bump kentaro-m/auto-assign-action from 1.2.5 to 1.2.6 (goharbor#19824)

    Bumps [kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/kentaro-m/auto-assign-action/releases)
    - [Commits](kentaro-m/auto-assign-action@v1.2.5...v1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: kentaro-m/auto-assign-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8712e66 View commit details
    Browse the repository at this point in the history
  94. fix label select bugs (goharbor#19850)

    Signed-off-by: shengqiw <shengqiw@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    ShengqiWang authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5d3a2aa View commit details
    Browse the repository at this point in the history
  95. Bump k8s.io/client-go from 0.26.2 to 0.29.0 in /src (goharbor#19813)

    Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.26.2 to 0.29.0.
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.26.2...v0.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/client-go
      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>
    Co-authored-by: Wang Yan <wangyan@vmware.com>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    3 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    50221a6 View commit details
    Browse the repository at this point in the history
  96. Bump github.com/vmihailenco/msgpack/v5 from 5.0.0-rc.2 to 5.4.1 in /s…

    …rc (goharbor#19810)
    
    Bumps [github.com/vmihailenco/msgpack/v5](https://github.com/vmihailenco/msgpack) from 5.0.0-rc.2 to 5.4.1.
    - [Release notes](https://github.com/vmihailenco/msgpack/releases)
    - [Changelog](https://github.com/vmihailenco/msgpack/blob/v5/CHANGELOG.md)
    - [Commits](vmihailenco/msgpack@v5.0.0-rc.2...v5.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/vmihailenco/msgpack/v5
      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>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2098386 View commit details
    Browse the repository at this point in the history
  97. Bump github.com/go-openapi/swag from 0.22.4 to 0.22.7 in /src (goharb…

    …or#19809)
    
    Bumps [github.com/go-openapi/swag](https://github.com/go-openapi/swag) from 0.22.4 to 0.22.7.
    - [Commits](go-openapi/swag@v0.22.4...v0.22.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-openapi/swag
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Shengwen YU <yshengwen@vmware.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    2 people authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    59cdb7b View commit details
    Browse the repository at this point in the history
  98. feat: volc cr adapter (goharbor#19456)

    feat: support volcEngine replication
    
    Signed-off-by: zhuyuchen.1 <zhuyuchen.1@bytedance.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    zycupup authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2142a6b View commit details
    Browse the repository at this point in the history
  99. skip transaction for POST /service/token (goharbor#19339)

    Habor doesnot support POST /service/token endpoint,
    put this request into a transaction will consume
    extra database resources and generate many logs.
    
    Signed-off-by: bin liu <liubin0329@gmail.com>
    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    liubin authored and Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    28a29c6 View commit details
    Browse the repository at this point in the history
  100. fmt

    Signed-off-by: Altynbaev Dinislam <altynbayevdr@sberautotech.ru>
    Altynbaev Dinislam committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    148360d View commit details
    Browse the repository at this point in the history