v1.10.18
·
10 commits
to release-1.10.0
since this release
Harbor v1.10.18 Upgrade to Harbor v2.x.x Considerations
Internal Database Change
- If you are upgrading from Harbor v1.10.18 to Harbor v2.x.x and using an internal database, please be aware of the following issue: Issue #19368.
- This issue arises due to differences in the database directory path between Harbor v1.10.18 and Harbor v2.1.x or Harbor v2.2.x.
Internal Redis Cleanup
- If your Harbor using an internal Redis, it is essential to perform Redis RDB (Redis Database) cleanup first.
- The path to the Redis RDB is
${data}/redis/
. - This is because the Redis version in Harbor v1.10.18 is 7.0, whereas the Redis version in Harbor v2.3.x is 6.0, resulting in an incompatibility with Redis RDB.
Upgrading from Harbor v1.10.18 to Harbor v2.3.x
- To successfully upgrade from Harbor v1.10.18 to Harbor v2.3.x, follow the steps mentioned above.
What's Changed
- Bump up photon version to 4.0 on release-1.10.0 by @YangJiao0817 in #18302
- Bump up version to v1.10.18 by @YangJiao0817 in #18577
- [Cherry-pick]Replace python script with node script for portal Dockerfile by @AllForNothing in #18641
- (cherry-pick) Use subtle.ConstantTimeCompare instead of compare directly by @stonezdj in #18710
Full Changelog: v1.10.17...v1.10.18