SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for mgmt-fedora-29-0.0.21-1.x86_64.rpm :

* Fri Oct 04 2019 James Shubin 0.0.21- James Shubin (55): lang: Add more tests for class and include lang: Add more tests for function test: Split up long tests into multiple sub tests again lang, test: Inline some overly indented tests lang: Detect windows style CR and return a better error lang: Add tests for slow unification lang: funcs: Fix a copypasta error with the not equals operator util: Add a remove path suffix util function lang: Add the world implementation to our test suite util: Ensure the afero copy function is working as intended lang, gapi: Work around a copy bug in the deploy lang: Add a new function interface to accept data lang: Make sure to call Init for functions that arrive via import lang: Pass through the Fs and the FsURI lang: funcs: Add deploy package with readfile related functions util: Add new `mkdirall` variants for the copy functions etcd: fs: Errors should start with lower case util: Add some path helper functions lang: Improve the gapi copying util: Fix typo lang: Remove the specialized info structs docs: Add newly recorded talks and blog post lang: funcs: Module name should be public misc: Use apt install of apt-get where possible misc: Warn users with weird computers lang: Clarify error message about missing field test: Catch capitalized error messages in tests engine: resources: file: Add Copy method to file res engine: resources: file: Use constants for state values engine: resources: file: Add undefined file state and validate it engine: Refactor state dir into a separate function engine: resources: Ensure the Kind and Name methods work engine: Improve the way we make a unique res path token engine: resources: Change the default file state engine: resources: Add another validation check engine: resource: Refactor helper functions engine: resources: Clean up test log message docs: Add missing docs on the rewatch and realize meta params engine: resources: Add reversible API and file resource lang, test: Fix copy paste error with log message lang: Remove duplicate log message engine: resources: Improve the file res and add strict state misc: Add mkosi based package building with fpm misc: Make mkosi building suitable for different distro versions misc: Split Makefile PHONY target into multiple lines misc: Work around old golang in ubuntu misc: Add mkosi target for ubuntu bionic misc: Remove old image building cruft misc: Refactor Makefile slightly todo: Update the TODO file so that it has a sane purpose misc: Add proper archlinux prefix in build script misc: Add fedora-30 mkosi+fpm build environment make: Add a unique token to the package file name misc, make: Add full file path into fpm script misc: Improve tagging script - Donald Bakong (3): pgraph: Add a test for FindEdge() function docs: Fix typo on quick-start-guide.md engine: resources: Change Res API from Compare to Cmp - bjanssens (1): art: Add the requested art
* Wed Jul 17 2019 James Shubin 0.0.20- James Shubin (41): lang: Add a new type unification test pgraph: Quote graphviz strings properly pgraph: Use pointers for unique vertex identifiers lang: types: Remove unnecessary prefix in generated kinds lang, lang: types: Add automatic stringer generation lang: Print the actual stream error on test failure lang: funcs: structs: Make error message more precise lang: Add var prefix to var expr to avoid ambiguity test: Fix typos, these aren\'t cats lang: types: Workaround stringer regression in golang 1.11 lib: Fix gofmt regression in golang 1.11.x misc: Update to golang 1.11.x etcd: Move to etcd v3.3.13 all: Switch the --lang syntax to use argv instead lang: funcs: Add a weekday function to the datetime package docs, readme: Improve new user experience lang: funcs: Add a mod function to the math package docs: Add build issue to FAQ docs: Update FAQ to mention go mod engine: graph: Add a mutex around waits map access examples: lang: Update autoedges example examples: lang: Add a unicode example lang: funcs: core: Make module names public lang: funcs: core: Allow nested system imports docs: Fix typo and grammar issue lang: Use the short flag to list subtests lang: funcs: Verify that simple polyfunc list is not empty lang: funcs: Use the correct arg names when running a pure func lang: Move type duplicates checker into a separate package lang: Add the NamedArgs interface lang: funcs: Add better logging to the function engine lang: Name the expr call graph differently lang: types: Improve ComplexCmp function lang: If the test fails earlier than expected, exit early lang: Add function types to the yacc type parser misc: Add graphviz deps for travis lang: Add function values and lambdas lang: Avoid running graphviz in tests by default travis: Try to work around CI slowdowns test: Split up long tests into multiple sub tests lib: Update dep for uuid - Adam Sigal (1): pgraph: Add a test for FindEdge() and HasVertex() functions - Christian Rebischke (1): lang: funcs: Add ArchLinux family detection - Felix Frank (1): engine: resources: mount: Fix the dbus call for reloading systemd - Jan Martens (1): engine: resources: nspawn: Trim possible systemd version suffix - Johan Bloemberg (1): lang: funcs: Add uptime implementation for macOS - John Hooks (1): lib: Support for systemd STATE_DIRECTORY or XDG cache dir - Ward Vandewege (1): docs: Fix link to puppet guide
* Tue Apr 23 2019 James Shubin 0.0.19- James Shubin (60): examples: lang: Add is_debian and is_redhat family example lang: funcs: Allow the len function to determine str length lang: funcs: Avoid erroneous empty message in readfile lang: Print a clear message on module import containing unused stmt engine: resources: Improve exec resource test: shell: Fix rare breakage in load test engine: resources: Improve test case readability test: Improve govet log newline check lang: funcs: Add runner pure func execution lang: funcs: Add live function stream test infrastructure lang: funcs: Add a new test for readfile and fix a small bug engine: resources: Fix missing file when specified without content resources: file: Make some small cleanups to file res engine: resources: Remove possible panic from within file res engine: resources: Improve file Cmp function engine: traits: Make encoded fields public engine: resources: Replace the cached values with a live calculation engine: resources: Add missing struct tags engine: util: Improve StructTagToFieldName and add tests engine: util: Add a new utility function for send/recv examples: lang: Add a basic file example lang: Small fixes about send/recv lang: Improve the test case infra so it can detect different errors engine, lang: Improve send/recv significantly lang: Improve test case with more specific errors lang: funcs: Don\'t allow interpolation in printf format string engine: resources: Clean up KV resource examples: lang: Refresh examples util: Add errwrap package test: Improve test depth test: Improve test depth engine, pgp: Fixup incorrect error usage util: Port all code to new errwrap package util: Port all multierr code to new errwrap package test: Port yaml test to mcl engine: util, resources: virt: Clean up virt resource docs: Add two faq entries docs: Move faq entry to more appropriate resource docs legal: Happy 2019 everyone... lib: Add static hello message docs: Add FAQ entry about root requirements engine: resources: Remove named return params github: Add funding information util: Add context wait signal to easy exit util: Add subscribed signal primitive util: Add safe easy ack that allows multiple ack\'s util: Add context utility functions docs: Add faq entry about locked binary test: Skip net test in travis etcd: Rewrite embed etcd implementation lib: Clean up logging util: Make test more resistant to races etcd: Make error more specific test: shell: Increase etcd timeouts for slow travis lib, gapi: Display deploy ID to add some clarity lang: funcs: Add regexp package and match function lang: Fix import scoping issue with classes test: shell: Increase etcd timeouts for slow travis again lang: Quote printed strings lang: unification: Improve type unification algorithm - Nicolas Charles (2): lang: funcs: Added a function to detect Debian and RedHat like systems engine: resources: print: Add RefreshOnly option - Adam Sigal (1): faq: Amended faq mailing list information - Felix Frank (1): docs: Slightly clarify parameter defaults - Jonathan Gold (1): engine: resources: mount: Restart remote-fs target - Michael Schubert (1): docs: Fix link - Mitch Fossen (1): lang, funcs: Remove deprecated syscall import - Wouter Dullaert (1): cli: Removed obsolete no-watch-config flag
* Tue Feb 26 2019 James Shubin 0.0.18- James Shubin (50): lang: unification: Add missing return to exit early lang: unification: Add logging to make capturing errors easier lang: unification: Allow err string comparisons in tests lang: Check that set type matches actual expression lang: If expression was missing two invariants lang: unification: Catch unification error on typed if expr lang: unification: Catch unification error on typed var expr lang: unification: Fix up small typos in example code test: Fix a small copy pasta typo lang: test: Add a new giant test infra for matching static output lang: Edges should allow lists of strings engine: resources: pkg: Clarify that correct state is newest examples: lang: Update examples to fix imports and port from yaml engine: resources: Fix a possible panic on closed channel engine: resources: Fix a small typo in error message lang: funcs: Rename template functions to remove periods lang: funcs: Add a new readfile function lang: funcs: Add str2int example function lang: funcs: Add a trim space function to the new strings module engine: resources: virt: Clean up virt resource for lang examples: Improve dynamic cpus virt example integration: Avoid duplicate events from recwatch engine: nspawn: Add an nspawn example with an improved exec examples: Add missing mcl files examples: Add more examples and clean up some examples: Add uncommited nspawn example lang: funcs: core: Drop unnecessary core prefix from imports lang: funcs: core: Rename core module files lang: funcs: core: Move world API functions lang: Remove unnecessary log package engine: resources: Add a test running for testing individual resources engine: resources: file: Update the format string test: Split travis tests into three blocks test: Add expanders when running in travis lang: funcs: funcgen: Clean up some small details util: Add an easy ACK sync primitive converger: Rewrite the converger module engine: Rewrite the core algorithm engine: Add the retry loop around Watch engine: Add limit delay before Process can run engine: Add the retry loop around Process test: Enable and fix up some more tests util: Improve the sync primitives. make: Clean up the Makefiles so the output is more elegant test: Shell tests should use unified timeout command misc: Add two test helpers resources: exec: Avoid possible deadlock race engine: resources: Add CheckApply event detection to resource tests examples: Remove old hcl examples test: shell: Improve load test - Kevin Kuehler (5): util: Move socketset from net resource to util util: Libify socketset lang: funcs: Add cpucount fact util: Add TestShutdown to socketset engine: lang: util: Kill race in socketset - Lander Van den Bulcke (4): make: Use gem --no-document instead of deprecated flags lang: funcs: Add sqrt function lang: funcs: Add tests for sqrt function lang: funcs: Add strings.split function - Johan Bloemberg (3): misc: Add goimports dep misc: Make build on macOS work etcd: Connection options (socket file, ipv6) - Julien Pivotto (3): docker: Update FROM to go:1.11 lang: Add to_lower and to_upper functions lang: Add more string functions, autogenerated - Felix Frank (1): langpuppet: Fix Cli method invocations for wrapped GAPIs - Jeff Waugh (1): build: Fix macOS build - Toshaan Bharvani (1): lang: funcs: Added an uptime function
* Thu Jan 17 2019 James Shubin 0.0.17- James Shubin (73): test: Add doc note about skipping docker tests travis: Work around broken travis NO_PUBKEY error travis: Bump to golang 1.10 engine: resources: file: Require paths to be absolute engine: resources: svc: Add symmetric closing engine: resources: Work around a subtle embedded res bug util: Add an fs helper and a test helper util: Improve the test helper function and add a better one util: Add a test for CopyFs test: Increase the vet testing for irregular strings util: Fix small linting error test: Fix up token vet test lang: Add logging and debug info via a new Init method lang: Add an Apply iterator to the Stmt and Expr API util: Add a UInt64Slice and associated sorting functionality. lang: Allow dotted identifiers lang: Detect sub tests with the same name lang: Support lexing and parsing a list of files with offsets lang: Add import spec parsing and tests lang: Add resource specific tokens in lexer and parser lang: Allow matching underscores in some of the identifier\'s lang: Add lexing/parsing of import statements lang: Tidy up grouping of lexer tokens in the parser lang: Refactor most functions to support modules bindata: Add infrastructure for building core mcl files gapi: Add a prefix variable in case we want to namespace on disk git: Ignore some WIP files that won\'t get tracked in git lang: Add a URL result to the import name parser lang: Add beginning of user defined functions test: Clean up and improve golang tests lang: Add some lambda function parsing and tests lang: Improve empty scope and output lang: Add a top-level stmt safety method util: Add some useful path parsing functions gapi: Add a bytes helper lang: Add module imports and more lang, util: Tests that depend on the fs should be sorted lang: test: Add a test of duplicate resource generation engine: resources: cron: Fix typo in error message engine: resources: pkg: Remove old Compare method engine: resources: pkg: Replace state strings with constants engine: resources: pkg: Simplify state check lang: Improve sub testing lang: Validate the edge field names in our resources engine: Add setters for the trait interfaces engine: Add a resource copy interface and implementation engine: Add an interface for compatible resources lang: Handle merging of compatible resources properly engine: resources: pkg: Implement the CompatibleRes interface travis: Workaround another broken apt repo travis: Print debug info to catch travis regressions test: Fix golang cache regression lang: Move capitalized res identifier into parser lang: Add meta parameter parsing to resources travis: Clean up my grammar docs: Add sub categories to the language guide lang: Refactor resource creation into a helper method lang: Refactor edges helper method lang: Add a placeholder \"ExprAny\" expression for unification hacks lang: Allow a list of strings in the resource name lang: Refactor the res metaparams helper lang: Add autoedge and autogroup meta params to mcl engine: Fix typos engine: graph: Prevent converged timeout of dirty res test: Add a semaphore shell test test: Enable t8 to test for two host etcd clusters test: Rename t8 to be more descriptive test: Add a three host variant of the empty etcd test test: Don\'t be unnecessarily noisy in this test engine: event: Switch events system to use simpler structs engine: Work around bad timestamp panic engine: graph: Avoid a possible panic sending on a closed channel etcd: Workaround a nil ptr bug - Jonathan Gold (24): etcd: Fix deploy transaction error message lang: Fix error message format strings engine: resources: net: test: Add some go tests puppet: Fix error message when puppet conf copy fails engine: resources: net: Allow addr without gateway engine: resources: net: test: Add shell test for net resource travis: Build on Xenial engine: resources: packagekit: Fix dbus addmatch rule engine: resources: file: Fix bug preventing use of source field engine: resources: file: Add shell test for source field etcd: Use source filepath base in CopyFs destination path etcd: Use mgmt backend for fs tests engine: resources: group: Make group edgeable engine: resources: svc: Use dbus session bus for user session svc engine: resources: cron: Add a systemd-timer resource engine: util: Add EdgeCombiner() for combining auto edges engine: resources: cron: Add support for user session timers engine: resources: cron: Add lang examples engine: resources: cron: Add auto edges from SvcRes util: Add PathSlice type that satisfies sort.Interface etcd: Add TestEtcdCopyFs0 etcd: Add more test cases to TestEtcdCopyFs0 make: deps: Only install gometalinter on CI/CD servers test: Ensure gometalinter is available - Felix Frank (5): make: Remove spurious dependency package \'rubygems\' for Debian-like systems make: Speed up the build by skipping gem docs gapi: langpuppet: Add initial implementation docs: Explain the langpuppet interface and function gitignore: Ignore vim swap files - Tom Payne (3): etcd: Add Chown (returns ErrNotImplemented) etcd: Add Lchown (returns ErrNotImplemented) etcd: Ensure that fs.Fs implements afero.Fs - Kevin Kuehler (2): util: Patch CopyFs and add tests lang: Add debug flag and Logf to fact init struct - Michael Lesko-Krleza (1): test: Increase test coverage for graphsync - Vincent Membré (1): engine: resources: exec: Use WatchShell in Exec resource when needed instead of Shell
* Fri Nov 30 2018 James Shubin 0.0.16- James Shubin (43): lang: Misc fixes for typos and grammar pgraph: Don\'t panic on new or nil graphs resources: svc: Add deactivating state lib: Remove remote execution from core recwatch: Remove the ConfigWatch functionality test, integration: Add an integration test framework test, integration: Add cluster primitives to integration framework integration: Log the instance output lang: funcs: Don\'t race when building an initial graph lang: Add mutex around Expr String/Value/SetValue calls readme: Add patreon link to README file lib: Remove hcl GAPI frontend lib, yamlgraph: Remove old yamlgraph GAPI frontend etcd: Pull in default URLs from upstream lang: Don\'t race with a ^C to the obj.lang calls engine: Resources package rewrite puppet: Clean up the GAPI and remove log package engine: Small fixes test: Improve commit message test docs, test: Remove old reference to resources package test: Catch naked returns and check for canonically named imports engine: test: Pass in the go test verbose flag test: Improve golang tests with root and disabling cache travis: Enable apt updates on builds engine: resources: print: Add missing Recvable trait lang: Error parser if SetType fails to avoid a panic lang: Add edges to StmtProg output lang: funcs: Registered functions map should be private lang: Simplify graph function for edge half in parser lang: Add indentation test to parser lang: Don\'t add identical resources to graph lang: Simplify struct interpolation pgraph: Handle empty graphs when merging two lang: Simplify bind stmt collection in the prog stmt lang: Add class and include statements lang: Add partial recursive support/detection to class lang: Update map type definition to include a prefix test: Add a test to ensure the parser doesn\'t have any conflicts readme: Add Liberapay link to README test: Improve commit message tests vendor: Add vendored docker modules with out of tree fix engine: resources: Add nodocker build tag make: Improve release pipeline - Jonathan Gold (11): util: Rename SortedStrSliceCompare and move to util package engine: resources: nspawn: Remove godbus channel buffer util: Move dbus AddMatch const to util package engine: resources: mount: Add a mount resource engine: DBus cleanup build: Fix ldflags pattern for 1.10 docs: Add netlink post to on-the-web.md docs: Update url for AWS EC2 blog post build: Add rubygems to make deps target engine: resources: docker: Add a docker container resource make: Release pipeline - phaer (3): vagrant: Bump to fedora 28 vagrant: Add gem package vagrant: Fix example path in motd - Alan Jenkins (1): engine: resources: packagekit: Add Arch mapping \'any\' for Arch Linux compatibility - Lauri Ojansivu (1): resources: svc: Add activating state - jesus m. rodriguez (1): build: Add help to main Makefile - jonathangold (1): resources: net: Add net resource
* Tue Feb 27 2018 James Shubin 0.0.15- James Shubin (45): lang: Initial implementation of the mgmt language test: Add new test for language prefix etcd: Update broken link travis: Disable fast finish for now test: Increase timeouts for when travis is slow docs: Add FAQ entry about vendoring dependencies readme: Fix broken link test: Fix broken gometalinter test docs: Add newly recorded talks and blog posts about mgmt resources: nspawn: Don\'t panic if one svc is nil build: Improve speed of make etcd: Fix golint issue in test build: Add -i flag to go build test: Improve gometalinter test so that it skips generated files authors: Clarify wording in AUTHORS file etcd: Bump to etcd v3.3 and golang 1.9 docs: Add faq entry about production readiness travis: Add golang 1.10.x to builds docs: Add an entry to the faq about converged timeouts test: Show test output as it happens etcd: Increase the default max txn op count etcd: scheduler: Remove etcd 3.2 specific hacks lang: funcs: Rename things for consistency travis: Avoid notification noise from forks lang: types, funcs: Add simple function API test, docs: Add a linter for testing markdown, and fix up our docs lang: funcs: Fix up some old comments golint: Fix ineffassign mistakes misc: Add dependency on time package misc: Update golint to new location test, docs: Restrict long lines in markdown linter docs: Add two faq entries about the type system build: Relocate time command to the front for readability lang: funcs: simple: Don\'t block on simple, pure, static functions travis: Attempt to workaround the constant travis failures docs: Add two new faq entries all: Misc fixes and test fixes lang: types, funcs: Add simple polymorphic function API lang: Add edges to lexer and parser lang: funcs: Add math pow function and a few examples lang: unification: Fix panic in struct/func cmp of partials travis: Attempt to cut down on flaky failures travis: Fix the OSX builds lang: Add a resource-specific elvis operator lang: Add internal, resource specific edges - Johan Bloemberg (19): build, docs: Improve macOS building lang: Use universal way to retrieve load resources: Do not return GID for UID lookup misc: Fix graphviz output for hostnames with dot in them debian: Add graphviz and packagekit runtime dependencies build: Unify build/crossbuild test: Streamline test suite a little test: Export the mgmt command to be used during test test: Fix augeas test for macOS, improve test debuggability test: Exclude generated files from golint cli: Log errors return by Run functions etcd: Warn about invalid configuration, clarify --no-server lib: Provide detailed feedback about invalid URLs travis: Improve travis speed by only building 1 go version for osx travis: Retry flaky apt update at build start recwatch: Fix watching newly created files on macOS docs, misc: Add tool references, .editorconfig for mcl lang: Add `getenv` function project: Add me - Carsten Thiel (2): docs: Improve file resource documentation test: Refactor unification_test to subtests - Joe Julian (2): misc: Use bash\'s `command` instead of `which` misc: Don\'t install packages that are already installed - Toshaan Bharvani (2): build: Add cross building option lang: Interface sorting order - Wim (2): docs: Add GOPATH/bin to PATH build: Add gcc,pkg-config deps - Jonathan Gold (1): project: Add Jonathan Gold to AUTHORS - Oliver Frommel (1): misc: Small fixes for makedeps script - Peter Oliver (1): emacs: Bundle an Emacs major mode, mgmtconfig-mode - dsx (1): debian: Add packaging - jonathangold (1): misc: Replace missing go-bindata dependency - karimb (1): docs: Add docs for docker usage
* Thu Jan 11 2018 James Shubin 0.0.14- Jonathan Gold (29): etcd: Add advertise urls to cli etcd: Plumbed in the new cli flags for advertise urls resources: Add UserData field to AwsEc2 resources: aws: ec2: Move Watch to longpollWatch resources: aws: ec2: Remove extra wait from Watch resources: aws: ec2: Reorganized consts resources: aws: ec2: Move chanStruct type out of longpollWatch resources: aws: ec2: Move watch channels into struct resource: aws: ec2: Move waitgroup to resource struct resource: aws: ec2: Add http server resources: aws: ec2: Add method to make sns topic resources: aws: ec2: Start and stop SNS endpoint in snsWatch resources: aws: ec2: Change event messages to iota consts travis: Allow travis builds to access target branches resources: virt: Update libvirt-xml target cli: Add license flag resources: aws: ec2: Use custom listener for snsServer resources: aws: ec2: Subscribe SNS endpoint to topic resources: aws: ec2: Add CloudWatch rule and target SNS resources: aws: ec2: Authorize CloudWatch to publish to sns resources: aws: ec2: Update postHandler to process messages resources: aws: ec2: Close closeChan before server shutdown resources: aws: ec2: Check that policy.Statement != nil resources: aws: ec2: Verify SNS message signatures resources: aws: ec2: CheckApply fix pending and stopping cases resources: aws: ec2: Retry on exceeded wait attempts error resources: aws: ec2: Wait for stop and terminate concurrently resources: aws: ec2: Refactor longpollWatch resources: aws: ec2: Refactor CheckApply - James Shubin (15): examples: Add longpoll server and client github: Use third-party settings app to sync github settings github: Add new label for design discussions and trackers github: This event is over yamlgraph: Improve error output resources: aws: ec2: Fix deadlock on rare error scenarios test: Add extra commit message tests for some common mistakes test: Add check for common doc vs docs ambiguity resources: Replace golang 1.6 specific code with newer 1.7 version test: Add another check for off-by-one-error commit tags docs: Refresh documentation to provide a better new user experience docs: Add missing blog post about augeas resource legal: Happy 2018 everyone... misc: Don\'t display script name in output test: Don\'t fail on tag builds - Julien Pivotto (7): doc: Fix link to the prometheus wiki prometheus: Initialize mgmt_checkapply_total metrics build: Build mgmt on any go file change exec: Add autoEdges between ExecRes and PkgRes prometheus: Initialize all metrics build: Remove go 1.3 and 1.4 support example: Remove content out of directory definition - Guillaume Herail (4): docker: Bump to golang 1.8 resources: Move FileRes.uid()/.gid() to util.go resources: Add User/Group to ExecRes test: Switch to goimports instead of gofmt - jonathangold (3): resources: aws: ec2: Refactor longpollWatch resources: aws: ec2: Send IP addresses and InstanceID resources: aws: ec2: Fix closed channel handling - Paul Morgan (2): git: Ensure the tagging script is idempotent git: Configure editorconfig to indent with tabs in bash scripts - Felix Frank (1): puppet: Avoid empty parameters to puppet mgmtgraph - Toshaan Bharvani (1): build: Added build option to strip binary
* Mon Oct 23 2017 James Shubin 0.0.13- James Shubin (30): misc: Update my tag script to deal with large releases resources: Unify resource creation and kind setting resources: Panic if attempting to register a duplicate resource pgraph: Improve testing and refactor out some test utilities resources: Do not panic on autogrouped graph switches resources: Add resource sorting and clean tests resources: Compare grouped resources properly test: Don\'t be noisy when running cd during testing remote: Add a Ready method to know when startup is finished resources: Fix golint issues hcl: Consistent formatting resources: Add a utility to map from struct fields resources: Add NewNamedResource helper readme: Add new recording travis: Update to golang 1.8 as the default resources: Include default MetaParams so Validate will pass in tests etcd: Bump to version 3.2.6 and update all the grpc deps test: Increase timeouts because travis is slow test: Fix another intermittent failure yaml2: Meta should keep defaults, and Res should have kind github: Add a PR template to help new users github: Improve the PR template test: Increase timeouts for slow travis resources: Fix formatting legal: Re-license to GPLv3 git: Ignore .envrc file from direnv vendor: Add codec package because of breakage etcd: Bump to newer versions test: Use stable version of gometalinter test: Fix linter issues - Jonathan Gold (7): virt: Allow more than 26 disks resources: Add user resource resources: Add an Aws resource resources: Improve nspawn resource resources: Fix user gid compare resources: Add a group resource resources: Enhancements to user and group - ChrisMcKenzie (3): hcl: Added basic hcl frontend hcl: Removed edge object in favor of depends_on field in resource hcl: Added hil string interpolation to hcl frontend - Dennis Kliban (2): vagrant: Increase amount of RAM allocated to boxes backed by libvirt resources: Add validation for Msg Priority field - Juan Luis de Sousa-Valadas Castaño (2): vagrant: Fix PATH resources: Refresh packagekit cache before install - AdnanLFC (1): pgraph: test: Added tests for DeleteEdge - Arthur Mello (1): virt: Added support for ~user into expandHome - Ismael Puerto (1): vagrant: Change box to F26 - Juan-Luis de Sousa-Valadas Castaño (1): docs: Change go required version to 1.8
 
ICM