Skip to content

Commit

Permalink
packer 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Pierce committed Mar 10, 2021
1 parent db8f8bb commit 82f6f55
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 7 deletions.
12 changes: 8 additions & 4 deletions content/en/docs/Release Notes/_index.md
Expand Up @@ -11,6 +11,10 @@ description: >
## Current Versions

### Packer Plugin 1.8.0 - Mar 10th, 2021
- New Feature: Support for the free Anka Develop license (it will stop the VM instead of suspend)
- New Feature: You can now upgrade addons with `update_addons: true` on VM start (this will cause the VM to be force-stopped and suspended state to be lost)
- **Breaking Change:** Packer 1.7.0 is now a requirement!
### Anka Virtualization CLI 2.3.4 (2.3.4.128) - Mar 2nd, 2021

- Bug Fix: Default VNC (running on 590X ports) was frozen
Expand All @@ -28,10 +32,6 @@ description: >
### Jenkins Plugin 2.4.0 - Feb 18th, 2021
- New Feature: [You can now set the Launch timeout values to handle network/resource conditions that delay VMs initializing their networking]({{< relref "docs/Whats New/_index.md#set-various-vm-launch-timeout-values" >}})

### Packer Plugin 1.7.0 - Feb 3rd, 2021
- New Feature: `anka cp` support for uploading files and folders into VM [PR](https://github.com/veertuinc/packer-builder-veertu-anka/pull/58)
- Bug Fix: `40GB` default disk size for Big Sur VM creation

### Anka GitLab Runner 1.2.1 - Dec 28th, 2020
- Bug Fix: Description quotes were breaking help/flag listing [PR](https://github.com/veertuinc/gitlab-runner/pull/8)

Expand All @@ -53,6 +53,10 @@ description: >

## Previous Versions

### Packer Plugin 1.7.0 - Feb 3rd, 2021
- New Feature: `anka cp` support for uploading files and folders into VM [PR](https://github.com/veertuinc/packer-builder-veertu-anka/pull/58)
- Bug Fix: `40GB` default disk size for Big Sur VM creation

### Anka Virtualization CLI 2.3.3 (2.3.3.127) - Feb 3rd, 2021

- Improvement: New low latency timer emulation logic (performance)
Expand Down
Expand Up @@ -10,12 +10,11 @@ Anka Run throws `-anka: communication timeout`

## Common reasons

1. [Auto login and a few other prep steps aren't performed]({{< ref "docs/Getting Started/installing-the-anka-virtualization-package.md" >}})
2. No active UI session
1. [No active/logged in (to UI) user, Autologin disabled, and a few other prep steps aren't performed]({{< ref "docs/Anka Build Cloud/prepare-nodes.md" >}})

## Solution

Ensure both common reasons (above) are performed
Ensure common reasons (above) are performed

## Still experiencing problems?

Expand Down
@@ -0,0 +1,22 @@
---
title: "Anka VMs are in a \"failed\" status"
linkTitle: "Anka VMs are in a \"failed\" status"
weight: 2
---

## Scenario

Anka show indicates `"failed"` for the status

## Common reasons

1. [No active/logged in (to UI) user, Autologin disabled, and a few other prep steps aren't performed]({{< ref "docs/Anka Build Cloud/prepare-nodes.md" >}})

## Solution

Ensure common reasons (above) are performed

## Still experiencing problems?

Talk to us! we are available via [slack](https://slack.veertu.com/) or [email](mailto:support@veertu.com)

0 comments on commit 82f6f55

Please sign in to comment.