Re: [Machinery] New release: Machinery 1.16.4

2016-01-21 Thread Mauro Morales

Hi everyone,

For those of you waiting on the release through the Advanced System 
Management module I'm happy to announce you can already get Machinery 
1.16.4 through this channel.


Cheers,

On 01/18/2016 05:07 PM, Mauro Morales wrote:

Fellow Machinists,

As a team we've been fixing some bugs and doing some changes in order 
to give you a better user experience. Worth noticing is that now you 
can pass an html option to the list command `machinery list --html` 
which will display all your system descriptions in a nice HTML view. 
We've also changed the way how Machinery will run and now allow any 
system by default as long as the right dependencies are in place. The 
final relevant change to mention is that now machinery won't filter 
the "/boot" directory by default but you are able to have the previous 
functionality by just running `machinery inspect --skip-files=/boot`


Get the new release from the Machinery home page [1] via one-click 
install or for example by running `zypper up machinery`, if you 
already have a previous version installed.


The changes in 1.16.4 pave the way for a really cool new feature we 
are currently implementing for our next release but I won't be giving 
away any spoilers on this email.


In the meantime here is the complete list of changes since you last 
heard from us. Our best wishes for 2016 and and don't forget that your 
feedback is always welcome.


## Version 1.16.4 - Thu Jan 14 18:35:47 CET 2016 - thard...@suse.de

* The unmanaged-files scope filter will not include "/boot" by default 
anymore.

  In order to have the same behavior as before run:
  `machinery inspect --skip-files=/boot`
* Fix crash during image build on SLES12 SP1 (gh#SUSE/machinery#1828)

## Version 1.16.3 - Thu Jan 07 17:57:27 CET 2016 - thard...@suse.de

* Remove concept of "supported systems" in favor of letting Machinery run
  everywhere. Whether a system can be built, exported, etc will be 
validated

  from its related task by checking if the propper tooling is installed
  (Fixes bnc#959558)
* Remove hint for `show`, when `inspect-container` is run with 
`--show` option

* Rephrase the startup messages and warn messages when starting the HTTP
  server for compare, show, or serve system descriptions
* Change `serve` command to always list all system descriptions

## Version 1.16.2 - Tue Nov 24 13:17:18 CET 2015 - thard...@suse.de

* Fix crash when the user does not have enough permissions to create 
the image

  directory for the `build` command (gh#SUSE/machinery#1667)
* Fix wrong hint for docker containers while running `analyze` command
  (gh#SUSE/machinery#1632)
* Add a new hint when using the `--public` option for the `serve` 
command that it

  makes all descriptions publicly available
* Fix Machinery failing to inspect changed config files in case of 
restrictive

  permissions (gh#SUSE/machinery#1609)
* Remove hint for `show`, when `inspect` is run with `--show` option
  (gh#SUSE/machinery#1648)
* Fix repository inspection on hosts that have a LANGUAGE variable set
* Empty scopes now display a message in HTML & CLI views 
(gh#SUSE/machinery#1615)

* Fix SLES 11 SP4 os inspector output to be similar to SLES 11 SP3
* Fix Autoyast export on openSUSE Leap and Tumbleweed 
(gh#SUSE/machinery#1627)
* Allow building of openSUSE Leap and Tumbleweed on openSUSE Leap and 
Tumbleweed

* Allow building of SLES11 and SLES12 on openSUSE Leap
* Add HTML landing page, which lists all system descriptions on your 
system


## Version 1.16.1 - Mon Nov 09 17:55:15 CET 2015 - thard...@suse.de

* Fix type recognition in case of empty files for config- and 
changed-managed-files

  inspectors (gh#SUSE/machinery#1612)

Best Regards,
the Machinery Team

[1]:http://machinery-project.org


___
Machinery mailing list
Machinery@lists.suse.com
http://lists.suse.com/mailman/listinfo/machinery


___
Machinery mailing list
Machinery@lists.suse.com
http://lists.suse.com/mailman/listinfo/machinery


Re: [Machinery] New release: Machinery 1.16.4

2016-01-19 Thread Mauro Morales

Hi Patrick,

I can't give you an exact date but if everything goes as expected it 
should be available some time this week (the release request is already 
in review). As soon as it's ready I'll make sure to announce it.


Cheers,

On 01/19/2016 02:27 PM, Patrick Swartz wrote:


Exciting news! Now the question is … when will this be available via 
SCC for SLES12sp1?


Cheers,

Patrick H Swartz

Lead Technical Analyst/Linux

*From:*machinery-boun...@lists.suse.com 
[mailto:machinery-boun...@lists.suse.com] *On Behalf Of *Mauro Morales

*Sent:* Monday, January 18, 2016 10:08 AM
*To:* machinery@lists.suse.com
*Subject:* [Machinery] New release: Machinery 1.16.4

Fellow Machinists,

As a team we've been fixing some bugs and doing some changes in order 
to give you a better user experience. Worth noticing is that now you 
can pass an html option to the list command `machinery list --html` 
which will display all your system descriptions in a nice HTML view. 
We've also changed the way how Machinery will run and now allow any 
system by default as long as the right dependencies are in place. The 
final relevant change to mention is that now machinery won't filter 
the "/boot" directory by default but you are able to have the previous 
functionality by just running `machinery inspect --skip-files=/boot`


Get the new release from the Machinery home page [1] via one-click 
install or for example by running `zypper up machinery`, if you 
already have a previous version installed.


The changes in 1.16.4 pave the way for a really cool new feature we 
are currently implementing for our next release but I won't be giving 
away any spoilers on this email.


In the meantime here is the complete list of changes since you last 
heard from us. Our best wishes for 2016 and and don't forget that your 
feedback is always welcome.


## Version 1.16.4 - Thu Jan 14 18:35:47 CET 2016 - thard...@suse.de 



* The unmanaged-files scope filter will not include "/boot" by default 
anymore.

  In order to have the same behavior as before run:
  `machinery inspect --skip-files=/boot`
* Fix crash during image build on SLES12 SP1 (gh#SUSE/machinery#1828)

## Version 1.16.3 - Thu Jan 07 17:57:27 CET 2016 - thard...@suse.de 



* Remove concept of "supported systems" in favor of letting Machinery run
  everywhere. Whether a system can be built, exported, etc will be 
validated

  from its related task by checking if the propper tooling is installed
  (Fixes bnc#959558)
* Remove hint for `show`, when `inspect-container` is run with 
`--show` option

* Rephrase the startup messages and warn messages when starting the HTTP
  server for compare, show, or serve system descriptions
* Change `serve` command to always list all system descriptions

## Version 1.16.2 - Tue Nov 24 13:17:18 CET 2015 - thard...@suse.de 



* Fix crash when the user does not have enough permissions to create 
the image

  directory for the `build` command (gh#SUSE/machinery#1667)
* Fix wrong hint for docker containers while running `analyze` command
  (gh#SUSE/machinery#1632)
* Add a new hint when using the `--public` option for the `serve` 
command that it

  makes all descriptions publicly available
* Fix Machinery failing to inspect changed config files in case of 
restrictive

  permissions (gh#SUSE/machinery#1609)
* Remove hint for `show`, when `inspect` is run with `--show` option
  (gh#SUSE/machinery#1648)
* Fix repository inspection on hosts that have a LANGUAGE variable set
* Empty scopes now display a message in HTML & CLI views 
(gh#SUSE/machinery#1615)

* Fix SLES 11 SP4 os inspector output to be similar to SLES 11 SP3
* Fix Autoyast export on openSUSE Leap and Tumbleweed 
(gh#SUSE/machinery#1627)
* Allow building of openSUSE Leap and Tumbleweed on openSUSE Leap and 
Tumbleweed

* Allow building of SLES11 and SLES12 on openSUSE Leap
* Add HTML landing page, which lists all system descriptions on your 
system


## Version 1.16.1 - Mon Nov 09 17:55:15 CET 2015 - thard...@suse.de 



* Fix type recognition in case of empty files for config- and 
changed-managed-files

  inspectors (gh#SUSE/machinery#1612)

Best Regards,
the Machinery Team


[1]:http://machinery-project.org 



This email and any files transmitted with it are confidential and 
intended solely for the use of the addressee. If you are not the 
intended addressee, then you have received this email in error and any 
use, dissemination, forwarding, printing, or copying of this email is 
strictly prohibited. Please notify us immediately of your unintended 
receipt

Re: [Machinery] New release: Machinery 1.16.4

2016-01-19 Thread Swartz, Patrick
Exciting news! Now the question is … when will this be available via SCC for 
SLES12sp1?

Cheers,

Patrick H Swartz
Lead Technical Analyst/Linux

From: machinery-boun...@lists.suse.com 
[mailto:machinery-boun...@lists.suse.com] On Behalf Of Mauro Morales
Sent: Monday, January 18, 2016 10:08 AM
To: machinery@lists.suse.com
Subject: [Machinery] New release: Machinery 1.16.4

Fellow Machinists,

As a team we've been fixing some bugs and doing some changes in order to give 
you a better user experience. Worth noticing is that now you can pass an html 
option to the list command `machinery list --html` which will display all your 
system descriptions in a nice HTML view. We've also changed the way how 
Machinery will run and now allow any system by default as long as the right 
dependencies are in place. The final relevant change to mention is that now 
machinery won't filter the "/boot" directory by default but you are able to 
have the previous functionality by just running `machinery inspect 
--skip-files=/boot`

Get the new release from the Machinery home page [1] via one-click install or 
for example by running `zypper up machinery`, if you already have a previous 
version installed.

The changes in 1.16.4 pave the way for a really cool new feature we are 
currently implementing for our next release but I won't be giving away any 
spoilers on this email.

In the meantime here is the complete list of changes since you last heard from 
us. Our best wishes for 2016 and and don't forget that your feedback is always 
welcome.

## Version 1.16.4 - Thu Jan 14 18:35:47 CET 2016 - 
thard...@suse.de

* The unmanaged-files scope filter will not include "/boot" by default anymore.
  In order to have the same behavior as before run:
  `machinery inspect --skip-files=/boot`
* Fix crash during image build on SLES12 SP1 (gh#SUSE/machinery#1828)

## Version 1.16.3 - Thu Jan 07 17:57:27 CET 2016 - 
thard...@suse.de

* Remove concept of "supported systems" in favor of letting Machinery run
  everywhere. Whether a system can be built, exported, etc will be validated
  from its related task by checking if the propper tooling is installed
  (Fixes bnc#959558)
* Remove hint for `show`, when `inspect-container` is run with `--show` option
* Rephrase the startup messages and warn messages when starting the HTTP
  server for compare, show, or serve system descriptions
* Change `serve` command to always list all system descriptions

## Version 1.16.2 - Tue Nov 24 13:17:18 CET 2015 - 
thard...@suse.de

* Fix crash when the user does not have enough permissions to create the image
  directory for the `build` command (gh#SUSE/machinery#1667)
* Fix wrong hint for docker containers while running `analyze` command
  (gh#SUSE/machinery#1632)
* Add a new hint when using the `--public` option for the `serve` command that 
it
  makes all descriptions publicly available
* Fix Machinery failing to inspect changed config files in case of restrictive
  permissions (gh#SUSE/machinery#1609)
* Remove hint for `show`, when `inspect` is run with `--show` option
  (gh#SUSE/machinery#1648)
* Fix repository inspection on hosts that have a LANGUAGE variable set
* Empty scopes now display a message in HTML & CLI views 
(gh#SUSE/machinery#1615)
* Fix SLES 11 SP4 os inspector output to be similar to SLES 11 SP3
* Fix Autoyast export on openSUSE Leap and Tumbleweed (gh#SUSE/machinery#1627)
* Allow building of openSUSE Leap and Tumbleweed on openSUSE Leap and Tumbleweed
* Allow building of SLES11 and SLES12 on openSUSE Leap
* Add HTML landing page, which lists all system descriptions on your system

## Version 1.16.1 - Mon Nov 09 17:55:15 CET 2015 - 
thard...@suse.de

* Fix type recognition in case of empty files for config- and 
changed-managed-files
  inspectors (gh#SUSE/machinery#1612)

Best Regards,
the Machinery Team



[1]: 
http://machinery-project.org

--
This email and any files transmitted with it are confidential and intended 
solely for the use of the addressee. If you are not the intended addressee, 
then you have received this email in error and any use, dissemination, 
forwarding, printing, or copying of this email is strictly prohibited. Please 
notify us immediately of your unintended receipt by reply and then delete this 
email and your reply. Tyson Foods, Inc. and its subsidiaries and affiliates 
will not be held liable to any person resulting from the unintended or 
unauthorized use of any information contained in this email or as a result of 
any additions or deletions of information originally contained in