Skip to content

Commit

Permalink
version 1.7.0
Browse files Browse the repository at this point in the history
s Please enter the commit message for your changes. Lines starting
  • Loading branch information
manisha arora committed Mar 23, 2020
1 parent ba27ee9 commit 4f9f470
Show file tree
Hide file tree
Showing 8 changed files with 78 additions and 21 deletions.
Expand Up @@ -41,7 +41,7 @@ All of the following flags are optional.
|--max-vm-count|-m |number | Maximum number of VMs this node is allowed to run (default 2)
|--host|-H |string| Specify host name or IP for this machine (Default: resolve IP automatically)
|--name|-n |NAME | Node name alias
|--reserve-space| - | Size | Disk space to reserve when pulling. Number followed by magnitude (1024B, 10KB, 140MB, 45GB...)
|--reserve-space| - | Size | Disk space to reserve when pulling. Number followed by magnitude (1024B, 10KB, 140MB, 45GB...). When `–reserve-space` flag is set, controller will always reserve the disk space before pulling VM template on the node. If there is not enough disk space after allocating for `–reserve-space`, then controller will not pull the Vm Template. This flag is provided to avoid scenario where there is no disk psace left on the node to accomodate for extra disk usage duing builds inside the VM.
|--heartbeat | - | duration (5s is 5 seconds) | Override the duration between updates
| --no-central-logging | - | no value |Don't send logs to central logging system
|--groups|-G | string | Specify group name (or names sepearated by ',') to add this node to
Expand All @@ -66,6 +66,9 @@ Executing the command with the `--help` flag will show the usage:

```
ankacluster join --help
Joins the current machine to Anka Cloud cluster
Usage:
ankacluster join [controller_address] [flags]
Expand Down
41 changes: 24 additions & 17 deletions content/en/docs/Current Changelog/_index.md
Expand Up @@ -9,25 +9,32 @@ description: >

## Changelog

### Change Log Anka Controller & Registry combined package (Mac) version 1.6.0 - Mar 08, 2020
- Bug Fix : Jenkins plugin leaves zombie VMs after upgrade to version 2.204
- Bug Fix : Anka registry pull hangs forever when run from agent if VM has a lot of image files
- New feature : Handle vm start failures more robustly
- New feature : Added a fail timeout for template distribution
### Change Log Anka Controller & Registry combined package (Mac) version 1.7.0 - Mar 23, 2020
- Bug Fix : ankacluster doesn't pass max vm count to agent
- Bug Fix : Node upgrade request is sometimes sent more than once
- Bug Fix : Distribute not showing progress
- Bug Fix : Controller moves from ‘enterprise’ to ‘basic’ after uninstall and upgrade anka from 2.2.1 to 2.2.2
- New feature : Display node storage usage information in the controller dashboard
- New feature : Show size of templates in the controller dashboard
- New feature : Show a link to the jenkins job that the vm is running in the controller dashboard
- New feature : Put prompt while deleting template from the controller dashboard
- New feature : add reserve disk flag in ankacluster command
- New feature : Add the option to recover from a crash while uploading files to registry

### Change Log Anka Controller & Registry combined package (Linux) version 1.6.0 - Mar 08, 2020
- Bug Fix : Jenkins plugin leaves zombie VMs after upgrade to version 2.204
- Bug Fix : Anka registry pull hangs forever when run from agent if VM has a lot of image files
- New feature : Handle vm start failures more robustly
- New feature : Added a fail timeout for template distribution
### Change Log Anka Controller & Registry combined package (Linux) version 1.7.0 - Mar 23, 2020
- Bug Fix : ankacluster doesn't pass max vm count to agent
- Bug Fix : Node upgrade request is sometimes sent more than once
- Bug Fix : Distribute not showing progress
- Bug Fix : Controller moves from ‘enterprise’ to ‘basic’ after uninstall and upgrade anka from 2.2.1 to 2.2.2
- New feature : Display node storage usage information in the controller dashboard
- New feature : Show size of templates in the controller dashboard
- New feature : Show a link to the jenkins job that the vm is running in the controller dashboard
- New feature : Put prompt while deleting template from the controller dashboard
- New feature : add reserve disk flag in ankacluster command
- New feature : Add the option to recover from a crash while uploading files to registry

### Change Log Jenkins Plugin version version 1.22.4 - Mar 08, 2020
- Bug Fix : Jenkins plugin leaves zombie VMs after Jenkins upgrade to 2.204
- Bug Fix : Jenkins leaves zombie VMs when restarting
- Bug Fix : Jenkins leaves zombie VMs when job has error on JNLP node
- Bug Fix : Jenkins Job changing Jenkins Master node labels
- Bug Fix : Jenkins JNLP Job starts more instances than it should
- Bug Fix : Jenkins config hangs of controller IP is inaccessible
### Change Log Jenkins Plugin version 1.23.0 - Mar 23, 2020
- Bug Fix : Controller IP is inaccessible from the Jenkins and Jenkins page is stuck on “loading” forever

***Note*** Currently issues in amazon-ecs-plugin version 1.26 cause problems with Jenkins-Anka Plugin. In order to fix this, downgrade to amazon-ecs-plugin version 1.22 or disable amazon-ecs-plugin. Check https://github.com/jenkinsci/amazon-ecs-plugin/issues/158 for more details.

Expand Down
33 changes: 30 additions & 3 deletions content/en/docs/Release Notes/_index.md
Expand Up @@ -10,14 +10,41 @@ description: >
## Anka (supported on all mac hardware including 2018 Mac Mini and 2019 Mac Pro)
### Latest Version - Anka Version 2.2.2 and Controller & Registry 1.6.0
- Anka Package - Version 2.2.2 - Mar 03, 2020
- Anka Controller & Registry combined Linux package - Version 1.6.0 - Mar 08, 2020
- Anka Controller & Registry Mac package - - Version 1.6.0 - Mar 08, 2020
- Anka Jenkins plug-in - version 1.22.4 - Mar 08, 2020
- Anka Controller & Registry combined Linux package - Version 1.7.0 - Mar 23, 2020
- Anka Controller & Registry Mac package - - Version 1.7.0 - Mar 23, 2020
- Anka Jenkins plug-in - version 1.23.0 - Mar 23, 2020
- Anka Teamcity plug-in - version 1.7.0 - Nov 05, 2019
- Anka GitLabCI Integration - Updated Dec 08, 2019
- Anka Packer Plugin Integration - Updated Dec 08, 2019
- Anka Jenkins Slave template Builder plug-in - (Maintained only until version 1.5). Combined in Anka Jenkins plug-in version 1.20.

### Change Log Anka Controller & Registry combined package (Mac) version 1.7.0 - Mar 23, 2020
- Bug Fix : ankacluster doesn't pass max vm count to agent
- Bug Fix : Node upgrade request is sometimes sent more than once
- Bug Fix : Distribute not showing progress
- Bug Fix : Controller moves from ‘enterprise’ to ‘basic’ after uninstall and upgrade anka from 2.2.1 to 2.2.2
- New feature : Display node storage usage information in the controller dashboard
- New feature : Show size of templates in the controller dashboard
- New feature : Show a link to the jenkins job that the vm is running in the controller dashboard
- New feature : Put prompt while deleting template from the controller dashboard
- New feature : add reserve disk flag in ankacluster command
- New feature : Add the option to recover from a crash while uploading files to registry

### Change Log Anka Controller & Registry combined package (Linux) version 1.7.0 - Mar 23, 2020
- Bug Fix : ankacluster doesn't pass max vm count to agent
- Bug Fix : Node upgrade request is sometimes sent more than once
- Bug Fix : Distribute not showing progress
- Bug Fix : Controller moves from ‘enterprise’ to ‘basic’ after uninstall and upgrade anka from 2.2.1 to 2.2.2
- New feature : Display node storage usage information in the controller dashboard
- New feature : Show size of templates in the controller dashboard
- New feature : Show a link to the jenkins job that the vm is running in the controller dashboard
- New feature : Put prompt while deleting template from the controller dashboard
- New feature : add reserve disk flag in ankacluster command
- New feature : Add the option to recover from a crash while uploading files to registry

### Change Log Jenkins Plugin version 1.23.0 - Mar 23, 2020
- Bug Fix : Controller IP is inaccessible from the Jenkins and Jenkins page is stuck on “loading” forever

### Change Log Anka Controller & Registry combined package (Mac) version 1.6.0 - Mar 08, 2020
- Bug Fix : Jenkins plugin leaves zombie VMs after upgrade to version 2.204
- Bug Fix : Anka registry pull hangs forever when run from agent if VM has a lot of image files
Expand Down
20 changes: 20 additions & 0 deletions content/en/docs/Whats New/_index.md
Expand Up @@ -7,6 +7,26 @@ description: >
Published March 03, 2020
---

## What's New in Controller Version 1.7.0

**Disk Usage for Node is displayed in the controller Dahsboard and REST API**

![Node Disk Usage Information](/images/whatsnew/Nodestorageinfo.png)

**Size information for Templates and tags is displayed in the controller dashboard and REST API**

![Template Size Information](/images/whatsnew/templatesize.png)

**Jenkins job/Node information is displayed for the VM provisioned in the controller dashboard**

![Jenkins Job Information](/images/whatsnew/JenkinsInfoportal.png)

**New reserve disk flag in ankacluster join command**

When `–reserve-space` flag is set, controller will always reserve the disk space before pulling VM template on the node. If there is not enough disk space after allocating for `–reserve-space`, then controller will not pull the Vm Template. This flag is provided to avoid scenario where there is no disk psace left on the node to accomodate for extra disk usage duing builds inside the VM.

![reservedisk ankacluster flah](/images/whatsnew/ankaclusterreservediskspace.png)

## What's New in Anka Version 2.2.2

**License passthrough from host to nested enabled Anka VM**
Expand Down
Binary file added static/images/whatsnew/JenkinsInfoportal.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/whatsnew/Nodestorageinfo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/whatsnew/templatesize.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4f9f470

Please sign in to comment.