Commit Graph

459 Commits

Author SHA1 Message Date
Jian Qiu
2e4e2d3bef fix: fail to reset policy org_node_id to empty (#19425)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-02-03 23:19:42 +08:00
屈轩
a8babbda0e fix(region): support public ipv6 addr sync (#19419) 2024-02-02 17:14:02 +08:00
屈轩
6baa4b7656 fix(region): vendor update for sync ipv6 (#19397) 2024-01-31 20:57:21 +08:00
屈轩
5a18e691ba fix(region): support managed ipv6 (#19394) 2024-01-31 17:29:51 +08:00
屈轩
674f23850e fix(region): vendor update for optimized aliyun rds backup sync (#19370) 2024-01-29 18:07:41 +08:00
Jian Qiu
4838521075 fix: ipv6 secgroup support (#19332)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-01-25 13:25:36 +08:00
屈轩
8a1a9fde3e fix(region): gcp secrule update (#19323) 2024-01-24 17:16:51 +08:00
屈轩
b41c0dd1ca fix(region): vendor update for aws image import (#19305) 2024-01-19 16:14:30 +08:00
屈轩
00173b753a fix(region): huawe redis spec code update (#19293) 2024-01-18 18:22:54 +08:00
屈轩
4221d20f99 fix(region): huawei bucket create with usable regions (#19289) 2024-01-18 11:19:25 +08:00
屈轩
fb6fa5f5c4 fix(region): vendor update for pve vm sync (#19265) 2024-01-16 15:34:44 +08:00
ioito
24f534bf71 fix(region): vendor update for aliyun security group rule create 2024-01-15 19:10:38 +08:00
Jian Qiu
c7d79f5d48 Feature/qj ipv6 support (#19249)
* feature: ipv6 support

* fix: ipv6 support more

* fix: update vendor for ipv6 support

* fix: allow enable ipv6 on existing guestnetwork

---------

Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2024-01-15 13:32:52 +08:00
屈轩
a96158ee74 fix(region): huawei eip disassociate (#19243) 2024-01-12 19:31:58 +08:00
屈轩
546e7bc379 fix(region): huawei disk refresh (#19237) 2024-01-12 15:53:25 +08:00
屈轩
d1ce2c03b2 fix(cloudmon): huawei metric pull (#19235) 2024-01-12 15:39:58 +08:00
屈轩
43b0609bac fix(region): vendor update for huawei rds create (#19231) 2024-01-11 19:04:24 +08:00
屈轩
f46adc77cb fix(region): skip sync used ip addr (#19207) 2024-01-09 17:50:18 +08:00
屈轩
f7ec171dee fix(region): volcengine network range (#19187) 2024-01-08 11:35:04 +08:00
屈轩
c38d52bf5c fix(region): access group without cache (#19165) 2024-01-05 19:58:45 +08:00
屈轩
939fe0e1a1 fix(region): vendor update for zstack secgroup rule (#19169) 2024-01-05 10:39:01 +08:00
屈轩
c905fef410 fix(region): vendor update for huawei project sync (#19139) 2023-12-29 17:09:36 +08:00
am6737
f2cd8a7e2a feat(region): support custom user data in Google Cloud VM rebuild (#19124)
- ServerDeployInputBase结构体添加UserData字段用于部署虚拟机时获取用户自定义数据
- docs/swagger/swagger_compute.yaml中的ServerRebuildRootInput添加user_data字段
- RequestDeployGuestOnHost方法中添加rebuild重装系统获取user_data的逻辑
2023-12-27 18:44:13 +08:00
屈轩
6002deec6f fix(region): huawei subaccount (#19071) 2023-12-27 14:20:37 +08:00
屈轩
2294a47506 fix(region): vendor update for deploy vm struct params (#19113) 2023-12-27 11:33:33 +08:00
屈轩
5ed79e2c95 fix(region): change storage_size from int to int64 (#19085) 2023-12-22 18:36:11 +08:00
ioito
7fcca14ca2 fix(region): avoid for-lool sync volcengine disks 2023-12-22 16:28:29 +08:00
屈轩
4bfe55428f fix(region): refactor huawei api for support organization (#19067) 2023-12-20 19:26:50 +08:00
屈轩
7ce13321dd fix(region): vendor update for volcengine network and aws dnsrecords sync (#19061) 2023-12-20 11:35:07 +08:00
屈轩
3f10e5adad fix(region): ignore empty certificate error for ssl sync (#19053) 2023-12-19 20:26:09 +08:00
屈轩
ce7dc3bfaf fix(region): The latest api of Huawei cloud elb and eip is applicable (#19027) 2023-12-18 15:41:21 +08:00
屈轩
d478a8ac8d fix(region): refactor snapshot policy (#18996) 2023-12-15 17:07:56 +08:00
屈轩
a26ac2b821 fix(region): avoid duplicate rule name for gcp (#18989) 2023-12-14 11:23:33 +08:00
ioito
e2a4ebb03e fix(region): vendor update for gcp rebuild-root sys disk size and password login 2023-12-12 17:21:30 +08:00
屈轩
aa088e6d9f fix(region): support volc balance and gcp api retry (#18946) 2023-12-08 17:56:37 +08:00
ioito
170b2abe5d fix(region): cloudpods uefi and generate name 2023-12-07 16:13:14 +08:00
屈轩
526593a2c6 feat(webconsole): support sftp for ssh (#18915) 2023-12-07 14:54:10 +08:00
Zexi Li
0077cb288d fix(monitor): update vendor to support victoriametrics topk func 2023-12-05 18:02:43 +08:00
Jian Qiu
1b997dcb79 fix: mapping mysql tables into clickhouse with Engine MySQL (#18877)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2023-12-05 07:08:17 +08:00
ioito
082a705c01 fix(region): vendor update 2023-12-04 14:57:59 +08:00
屈轩
1105454459 fix(region): vendor update (#18860) 2023-12-04 14:26:11 +08:00
Jian Qiu
7efec61f3d Hotfix/qj esxi sync ips support (#18831)
* fix: support esxi subips

* update vendor

---------

Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
2023-11-30 18:04:01 +08:00
屈轩
7d9e941869 fix(region): vendor update (#18814) 2023-11-29 15:00:36 +08:00
屈轩
2e1c5fa844 fix(region): cpu socket (#18731) 2023-11-21 14:58:27 +08:00
屈轩
09af132d52 fix(region): vendor update for aliyun tags (#18727) 2023-11-17 16:30:20 +08:00
屈轩
b1d6a2d2c8 fix(region): vendor update (#18714) 2023-11-17 11:34:25 +08:00
屈轩
4fcec841a4 fix(region): vendor update (#18711) 2023-11-17 10:08:41 +08:00
屈轩
26a2210d63 fix(region): vendor update (#18706) 2023-11-16 17:17:35 +08:00
gouqi11
002e1da54f update vendor (#18701)
Co-authored-by: 马鸿飞 <mahongfei@yunion.cn>
2023-11-16 10:00:49 +08:00
屈轩
7cf461e8b7 feat(region): support oracle cloud (#18676) 2023-11-14 19:43:23 +08:00