mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
2e8f420d84
### Describe Your Changes Christmas is early and you get the first present in the shape of spelling fixes. Sorry for the big amount :) ### Checklist - [x] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/).
2.2 KiB
2.2 KiB
Release guide for DigitalOcean 1-ClickApp Droplet
Build image
- To build the snapshot in DigitalOcean account you will need API Token and packer.
- API Token can be generated on https://cloud.digitalocean.com/account/api/tokens or use already generated from OnePassword.
- Choose preferred version of VictoriaMetrics on Github releases page.
- Set variables
DIGITALOCEAN_API_TOKEN
withVM_VERSION
forpacker
environment and run make from example below:
make release-victoria-metrics-digitalocean-oneclick-droplet DIGITALOCEAN_API_TOKEN="dop_v23_2e46f4759ceeeba0d0248" VM_VERSION="1.94.0"
Release guide for DigitalOcean Kubernetes 1-Click App
Submit a pull request
- Fork https://github.com/digitalocean/marketplace-kubernetes.
- Apply changes to vmagent.yaml and vmcluster.yaml in https://github.com/digitalocean/marketplace-kubernetes/tree/master/stacks/victoria-metrics-cluster/yaml .
- Send a PR to https://github.com/digitalocean/marketplace-kubernetes.
- Add changes to product page at https://cloud.digitalocean.com/vendorportal/61de9e7fbbd94c7e4b9b80be/15/edit:
- update App Version;
- (only if PR was submitted, approved and merged) add select a checkbox "I made a change, submitted a pull request, and the pull request was approved and merged."
- updated Version of packages and links to changelogs in
Software Included
section; - describe your updates in
Reason for update
section. - submit your changes.
Update information on Vendor Portal
After packer build finished you need to update a product page.
- Go to https://cloud.digitalocean.com/vendorportal.
- Choose a product that you need to update.
- Enter newer information for this release and choose a droplet's snapshot which was builded recently.
- Submit updates for approve on DigitalOcean Marketplace.