Releases: ionos-cloud/docker-machine-driver
Releases · ionos-cloud/docker-machine-driver
v7.1.0-rc.2
What's Changed
- fix: do not delete volume for CUBE servers by @rmocanu-ionos in #135
- chore: bump go version by @rmocanu-ionos in #134
- feat: add option for additional volumes by @Ntr0 in #133
New Contributors
Full Changelog: v7.1.0-rc.1...v7.1.0-rc.2
v7.1.0-rc.1
Added
- added ionoscloud-nic-multi-queue, defaults to false, used to activate or deactivate the Multi Queue feature on all NICs of the server.
Fixed
- Fixed provisioning not working when not using the rke provisioning supplied by rancher. We recommend setting the append rke flag to true as the solution may not work based no Rancher changes, it currently stops returning the userdata field as a driver field to make Rancher wait for SSH instead of skipping the step.
Changed
- Renamed ionoscloud-append-rke-userdata to ionoscloud-append-rke-cloud-init, so it does not register as a userdata field to Rancher. Note that this will cause some compatibility issues with the UI extensions. Versions 0.4.0 and 0.4.1 will not be able to change the append rke field so the default value will be used
Use with Rancher
Download URL
https://github.com/ionos-cloud/docker-machine-driver/releases/download/v7.1.0-rc.1/docker-machine-driver-7.1.0-rc.1-linux-amd64.tar.gz
Custom UI URL
https://cdn.jsdelivr.net/gh/ionos-cloud/ui-driver-ionoscloud@main/releases/v1.0.3/component.js
Whitelist Domains
cdn.jsdelivr.net
UI Extension
Version: 0.4.2
Repo
https://github.com/ionos-cloud/ui-extensions-ionoscloud
Branch
gh-pages
What's Changed
- fix: make driver work with ssh without the rke provisioning from rancher by @rmocanu-ionos in #130
- Feat/nic multi queue by @rmocanu-ionos in #131
Full Changelog: v7.0.8...v7.1.0-rc.1
v7.0.6-hotfix.1
What's Changed
- chore: update some default values by @rmocanu-ionos in #113
- chore: update deps by @rmocanu-ionos in #116
- chore: restore docker version by @rmocanu-ionos in #117
- chore: updated dependencies by @rmocanu-ionos in #121
Full Changelog: v7.0.6...v7.0.6-hotfix.1
v7.0.8
Fixed
- Fixes:
- Change location parsing to support de/fra/2
- Change location used for ipblock creation to de/fra when location is de/fra/2
Use with Rancher
Download URL
https://github.com/ionos-cloud/docker-machine-driver/releases/download/v7.0.8/docker-machine-driver-7.0.8-linux-amd64.tar.gz
Custom UI URL
https://cdn.jsdelivr.net/gh/ionos-cloud/ui-driver-ionoscloud@main/releases/v1.0.3/component.js
Whitelist Domains
cdn.jsdelivr.net
UI Extension
Version: 0.4.1
Repo
https://github.com/ionos-cloud/ui-extensions-ionoscloud
Branch
gh-pages
What's Changed
- test: add an expected result to actually check that there are no unex… by @rmocanu-ionos in #125
- fix: change location parsing to support de/fra/2, make ipblock call t… by @rmocanu-ionos in #127
Full Changelog: v7.0.7...v7.0.8
v7.0.7
Changed
- Features:
- Append rke provisioning to userdata by @dennislapchenko
- Added feature flag for rke provisioning being appended to userdata
- Changes:
- remove default value for cpu_family, sending nothing will let the API select an available CPU architecture
- changed default value for image
Use with Rancher
Download URL
https://github.com/ionos-cloud/docker-machine-driver/releases/download/v7.0.7/docker-machine-driver-7.0.7-linux-amd64.tar.gz
Custom UI URL
https://cdn.jsdelivr.net/gh/ionos-cloud/ui-driver-ionoscloud@main/releases/v1.0.3/component.js
Whitelist Domains
cdn.jsdelivr.net
UI Extension
Version: 0.4.1
Repo
https://github.com/ionos-cloud/ui-extensions-ionoscloud
Branch
gh-pages
What's Changed
- chore: update some default values by @rmocanu-ionos in #113
- chore: update deps by @rmocanu-ionos in #116
- chore: restore docker version by @rmocanu-ionos in #117
- chore: updated dependencies by @rmocanu-ionos in #121
- feat: Append rke provisioning to userdata by @dennislapchenko in #123
- chore: update default values of image and cpu family by @rmocanu-ionos in #122
- feat: add flag to enable userdata being appended, rename initial fla… by @rmocanu-ionos in #124
New Contributors
- @dennislapchenko made their first contribution in #123
Full Changelog: v7.0.6...v7.0.7
v7.0.6
Changed
- Fixed:
- endpoint not being set in the ui drivers
- issues with updating fields on an existing cloud credential
- locations, cpu family and cube template select options were outdated, updated lists
- improvement:
- added calls to retreive locations, cpu family and cube template lists from the API, will use the credentials set by the user, default values are used if the calls fail
Use with Rancher
Download URL
https://github.com/ionos-cloud/docker-machine-driver/releases/download/v7.0.6/docker-machine-driver-7.0.6-linux-amd64.tar.gz
Custom UI URL
https://cdn.jsdelivr.net/gh/ionos-cloud/ui-driver-ionoscloud@main/releases/v1.0.3/component.js
Whitelist Domains
cdn.jsdelivr.net
UI Extension
Version: 0.1.4
Repo
https://github.com/ionos-cloud/ui-extensions-ionoscloud
Branch
gh-pages
What's Changed
- chore: user rancher machine by @rmocanu-ionos in #111
- Fix/endpoint by @rmocanu-ionos in #112
Full Changelog: v7.0.5...v7.0.6
v7.0.5
Changed
- Fixed:
- driver not using NAT when one already existing on the server, now it adds the main lan to the NAT if it does not already exist
- refactor driver to catch all error and rollback, avoid reaching a state where the machine creation failed but the resources still exist
- improvement:
- add multiple checks to unit tests, improved coverage
Use with Rancher
Download URL
https://github.com/ionos-cloud/docker-machine-driver/releases/download/v7.0.5/docker-machine-driver-7.0.5-linux-amd64.tar.gz
Custom UI URL
https://cdn.jsdelivr.net/gh/ionos-cloud/ui-driver-ionoscloud@main/releases/v1.0.2/component.js
Whitelist Domains
cdn.jsdelivr.net
UI Extension
Version: 0.1.3
Repo
https://github.com/ionos-cloud/ui-extensions-ionoscloud
Branch
gh-pages
What's Changed
- fix: adding lan to existing natgateway, setting nat ip by @rmocanu-ionos in #109
- Refactor/catch driver errors by @rmocanu-ionos in #110
- build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #107
Full Changelog: v7.0.4...v7.0.5
v7.0.4
Changed
- improvement:
- use composite requests to reduce the number of calls made
Use with Rancher
Download URL
https://github.com/ionos-cloud/docker-machine-driver/releases/download/v7.0.4/docker-machine-driver-7.0.4-linux-amd64.tar.gz
Custom UI URL
https://cdn.jsdelivr.net/gh/ionos-cloud/ui-driver-ionoscloud@main/releases/v1.0.2/component.js
Whitelist Domains
cdn.jsdelivr.net
UI Extension
Version: 0.1.2
Repo
https://github.com/ionos-cloud/ui-extensions-ionoscloud
Branch
gh-pages
What's Changed
- Refactor/composite requests by @rmocanu-ionos in #105
- chore: updated dependecies by @rmocanu-ionos in #106
Full Changelog: v7.0.3...v7.0.4
v7.0.3
Changed
- added:
- option connect to additional lans, flag and option added in RKE1 and RKE2 UIs
- added new cpu family options in UI
- fixed:
- driver was trying to get server state without knowing the server ID
- RKE2: making servers in pool1 start while the others wait to try to avoid creating multiple datacenter
- cloudinit input was not should the old value when updating the config
- known issues:
- multiple data centers and LANs are created in RKE2 if there are multiple machines in pool1, this is because the driver does not know which machine should go first
Use with Rancher
Download URL
https://github.com/ionos-cloud/docker-machine-driver/releases/download/v7.0.3/docker-machine-driver-7.0.3-linux-amd64.tar.gz
Custom UI URL
https://cdn.jsdelivr.net/gh/ionos-cloud/ui-driver-ionoscloud@main/releases/v1.0.2/component.js
Whitelist Domains
cdn.jsdelivr.net
UI Extension
Version: 0.1.2
Repo
https://github.com/ionos-cloud/ui-extensions-ionoscloud
Branch
gh-pages
What's Changed
- docs: add Basic Auth deprecation notice by @mimihalescu in #101
- New release by @rmocanu-ionos in #104
New Contributors
- @mimihalescu made their first contribution in #101
Full Changelog: v7.0.2...v7.0.3
v7.0.2
Changed
- added:
- option to configure rules and flowlogs on the created NAT
- changed:
- default nat rules are not created with target subnet nil
- fixed:
- driver was failing while trying to remove resources
- driver was not removing the NAT gateway if it was created
- some options on the RKE2 configuration war overriden when using edit (fixed in UI extension v0.1.1)
- natLansToGateways did not work with edit (fixed in UI extension v0.1.1)
Use with Rancher
Download URL
https://github.com/ionos-cloud/docker-machine-driver/releases/download/v7.0.2/docker-machine-driver-7.0.2-linux-amd64.tar.gz
Custom UI URL
https://cdn.jsdelivr.net/gh/ionos-cloud/ui-driver-ionoscloud@main/releases/v1.0.1/component.js
Whitelist Domains
cdn.jsdelivr.net
UI Extension
Version: 0.1.1
Repo
https://github.com/ionos-cloud/ui-extensions-ionoscloud
Branch
gh-pages
What's Changed
- feat: added natgateway flowlogs and rules by @rmocanu-ionos in #94
Full Changelog: v7.0.1...v7.0.2