Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Tags: vmware-archive/dispatch

Tags

v0.0.5-solo

Toggle v0.0.5-solo's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disable nounset bash option when calculating cidr (#782)

The mask2cdr function's implementation is based on the default behavior
of unset variables. by importing ovfenv_wrapper we enabled the nounset
flag, which causes mask2cdr function to fail with unbound variable
error.

nounset is helpful to detect errors as most variables should

v0.0.4-solo

Toggle v0.0.4-solo's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add vcenter events guide (#774)

* add an example of running hardening script with vSphere events
* fix a typo in local config causing eventsgateway to be ignored
* remove unrelated release

v0.0.2-solo

Toggle v0.0.2-solo's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add/update a redirect to the latest OVA (#756)

* http:https://vmware-dispatch.s3-website-us-west-2.amazonaws.com/ova/dispatch-latest-solo.ova
redirects to the latest release.
* make OVA objects public
* add index page to list releases

Signed-off-by: Berndt Jung <[email protected]>

v0.0.1-solo

Toggle v0.0.1-solo's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Dispatch Solo OVA release pipeline (#725)

Pipeline tracks version and triggers e2e tests for every version bump.
Revision that passes tests is then used to build an OVA. OVA is stored
on an S3 bucket. There is also a Github release created for that
version.

Also changes the API e2e tests to use default  timeout and retry values
(previous values were too low and caused tests failures despite the
gateway functioning correctly)

v0.2.0-alpha

Toggle v0.2.0-alpha's commit message
Rebuild API cache from entitystore (#692)

* API cache now works across restarts of dispatch server
* Ensure all HTTP methods are stored as uppercase

Signed-off-by: Berndt Jung <[email protected]>

v0.1.24

Toggle v0.1.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #597 from pzmrzy/create_image_by_url

Add create image by url

v0.1.23

Toggle v0.1.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #600 from neosab/update_rel_notes

Update CHANGELOG for v0.1.23

v0.1.22

Toggle v0.1.22's commit message
Remove unused libs (govmomi) from vendor (#575)

v0.1.21

Toggle v0.1.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.1.21 RELEASE (#567)

Update CHANGELOG.md and create release notes for v0.1.21.

v0.1.20

Toggle v0.1.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release 0.1.20 (#552)