-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix(packages): fix offline packages config #299
Conversation
packages/offline-packages.yaml.tmpl
Outdated
- { name: diag, src: { type: tiup-clone, version: latest } } | ||
- { name: influxdb, src: { type: tiup-clone, version: latest } } | ||
- { name: playground, src: { type: tiup-clone, version: latest } } | ||
- { name: tiproxy, src: { type: tiup-clone, version: latest" } } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comparing with v7.5.0, it added tiproxy
.
- { name: diag, src: { type: tiup-clone, version: latest } } | ||
- { name: influxdb, src: { type: tiup-clone, version: latest } } | ||
- { name: playground, src: { type: tiup-clone, version: latest } } | ||
- { name: tiproxy, src: { type: tiup-clone, version: latest } } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comparing with v7.5.0, it added tiproxy
.
add tiproxy for from v7.6.0 Signed-off-by: wuhuizuo <[email protected]>
9cf4c8b
to
669b6e3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[LGTM Timeline notifier]Timeline:
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: purelind, wuhuizuo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
add tiproxy for from v7.6.0
Signed-off-by: wuhuizuo [email protected]