-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v0.8.2 ### Fixed - Issue that prevented the push of a manifest if the metadata already existed in the catalog - Issue where the delete of a catalog would fail if the ID was used - Issue with documentation links in the index.md for discord ### Changed - Added version to all telemetry events - Added more information to the hardware endpoint * fixing the projects workflow issue
- Loading branch information
Showing
24 changed files
with
288 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ | |
link: /examples/orchestrator/ | ||
- name: Github Actions | ||
link: /examples/github-actions/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<ul> | ||
{% for category in site.categories limit:5 %} | ||
{% assign cat = category | first %} | ||
{% if cat == "release" %} | ||
<li><a name="{{ category | first }}">{{ cat }}</a> | ||
</li> | ||
{% endif %} | ||
{% endfor %} | ||
</ul> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<div> | ||
<h1>{{ post.title}}</h1> | ||
<div class="index_release" > | ||
{{ post.content }} | ||
</div> | ||
<footer class="card-footer"> | ||
<p class="card-footer-item">Published: {{ post.date | date: "%b %-d, %Y" }}</p> | ||
</footer> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,14 +20,18 @@ also allow you to manage the hosts that are running the virtual machines. | |
|
||
## Community | ||
|
||
![Discord](./docs/img/discord_join_server.png) | ||
Join our [Discord server](https://discord.gg/pEwZ254C3d) to ask questions, share | ||
<a target="_blank" href="https://discord.gg/pEwZ254C3d"> | ||
<img src="{{ site.url }}{{ site.baseurl }}/img/discord_join_server.png" /> | ||
</a> | ||
<p> | ||
Join our <a target="_blank" href="https://discord.gg/pEwZ254C3d">Discord Server</a> to ask questions, share | ||
your experience, and get help from the community. | ||
</p> | ||
|
||
## Schedule a Demo | ||
|
||
If you want to schedule a demo, please schedule a meeting with out Solutions | ||
Architect [here](https://outlook.office.com/bookwithme/user/[email protected]/meetingtype/you-CpOV8UyS0sFl9KjSWw2?anonymous&ep=mlink). | ||
Architect [here](https://outlook.office.com/bookwithme/user/[email protected]/meetingtype/you-CpOV8UyS0sFl9KjSWw2?anonymous&ep=mlink){:target=\"_blank\"}. | ||
We will go through the service and answer any questions you may have. | ||
|
||
## Licensing | ||
|
@@ -38,11 +42,12 @@ service beyond 10 users, you will need to purchase a Parallels Desktop Business | |
license. The good news is that no extra license is required for this service | ||
once you have purchased the Parallels Desktop Business license. | ||
|
||
## Architecture | ||
|
||
The Parallels Desktop DevOps is a service that is written in Go and it is a very | ||
light height designed to provide some of the missing remote management | ||
tools for virtual machines running remotely in Parallels Desktop. It uses rest | ||
api to execute the necessary steps. It also has RBAC (Role Based Access Control) | ||
to allow for a secure way of managing virtual machines. You can manage most of | ||
the operations for a Virtual Machine Lifecycle. | ||
<p class="title is-4">Latest Release</p> | ||
<div class="columns is-multiline"> | ||
{% for post in site.posts limit:1 %} | ||
<div class="column is-12"> | ||
{% include latest-release.html %} | ||
</div> | ||
{% endfor %} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.