summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Note removal of invocationToshio Kuratomi2015-10-191-0/+1
|
* changelog: add cs_loadbalancer_rule_memberRene Moser2015-10-191-0/+1
|
* added cs_loadbalancer_rule to changelogBrian Coca2015-10-191-0/+1
|
* Correct small error in changelogMichael Scherer2015-10-171-1/+1
|
* updated with remainding clc_ pluginsBrian Coca2015-10-161-0/+4
|
* added taiga_issue to changelogBrian Coca2015-10-151-0/+1
|
* added iptables to changelogBrian Coca2015-10-151-0/+1
|
* added os_subnets_facts to changelogBrian Coca2015-10-151-0/+1
|
* added os_port to changelogBrian Coca2015-10-151-0/+1
|
* added win_acl to changelogBrian Coca2015-10-151-0/+1
|
* Add dnf rewrite to changelogToshio Kuratomi2015-10-141-0/+1
|
* Backporting version release stuff from stable-1.9James Cammarata2015-10-091-0/+34
|
* added openstack fact modulesBrian Coca2015-10-071-0/+2
|
* Added bigip_gtm_wide_ip module to changelogBrian Coca2015-10-071-0/+1
|
* added entry for task path/line when verboseBrian Coca2015-10-071-0/+1
|
* Mention new ssh argument variable in the changelogAbhijit Menon-Sen2015-10-021-1/+6
|
* updated adding os_router and deprecating quantum modulesBrian Coca2015-10-021-2/+8
|
* added win_firewall_rule moduleBrian Coca2015-09-231-0/+1
|
* added new route53_health_check moduleBrian Coca2015-09-221-0/+1
|
* added cs_user to changelogBrian Coca2015-09-181-0/+1
|
* Merge branch 'hostpatterns' of https://github.com/amenonsen/ansible into ↵James Cammarata2015-09-171-2/+4
|\ | | | | | | amenonsen-hostpatterns
| * Document , instead of : in intro_patterns, update changelogAbhijit Menon-Sen2015-09-171-2/+4
| |
* | Adding new module os_user_group to CHANGELOGJames Cammarata2015-09-171-0/+1
|/
* Clean up Ansible 2.0 release notes in CHANGELOG.md.Jeff Geerling2015-09-111-244/+251
|
* added openvswitch_dbBrian Coca2015-09-101-0/+1
|
* added 2 more modules to changelogBrian Coca2015-09-041-0/+2
|
* Add more details to the changelog -- may move this to a porting guideToshio Kuratomi2015-09-031-1/+21
| | | | later
* Add note about the trailing newlines changeToshio Kuratomi2015-09-031-0/+5
|
* added new path config setting handlingBrian Coca2015-09-021-0/+1
|
* added ec2_vpc_route_table to changelogBrian Coca2015-09-021-0/+1
|
* Merge pull request #12152 from amenonsen/changelog-tweakJames Cammarata2015-09-011-3/+7
|\ | | | | Changelog tweak: Mention --output - for ansible-vault encrypt/decrypt
| * Explain the host range parsing changes in more detailAbhijit Menon-Sen2015-08-301-1/+5
| |
| * Mention --output - for ansible-vault encrypt/decryptAbhijit Menon-Sen2015-08-291-2/+2
| |
* | added nagios_ndo lookup, updated minor updates textsBrian Coca2015-09-011-2/+2
| |
* | Note that backslash escaping has changed in some placesToshio Kuratomi2015-09-011-0/+13
|/
* Merge pull request #12135 from amenonsen/changelog-updateToshio Kuratomi2015-08-281-0/+9
|\ | | | | Mention |combine and the vault improvements in the CHANGELOG
| * Mention |combine and the vault improvements in the CHANGELOGAbhijit Menon-Sen2015-08-281-0/+9
| |
* | one more module to changelog!Brian Coca2015-08-281-0/+1
|/
* Version bump for v2.0.0-0.1.alpha1 and submodule updatesv2.0.0-0.1.alpha1James Cammarata2015-08-271-1/+1
|
* merged vmware_: vmkernel_ip_config, dvswitch, host, vmkernel, and dvs_portgroupChrrrles Paul2015-08-261-0/+5
|
* added a few cloud modules to changelogBrian Coca2015-08-261-0/+6
|
* Add docker connection plugin to changelogToshio Kuratomi2015-08-251-0/+3
|
* added 3 vmware pluginsBrian Coca2015-08-241-0/+3
|
* added vmware_dns_config to changelogBrian Coca2015-08-241-0/+1
|
* added vmware_cluster to changelogBrian Coca2015-08-241-0/+1
|
* added ec2_elb_facts to changelogBrian Coca2015-08-241-0/+1
|
* added comment about vault multifileBrian Coca2015-08-241-0/+1
|
* added s3 bucketBrian Coca2015-08-241-0/+1
|
* Don't convert nulls to strings.Feanil Patel2015-08-191-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change is similar to https://github.com/ansible/ansible/pull/10465 It extends the logic there to also support none types. Right now if you have a '!!null' in yaml, and that var gets passed around, it will get converted to a string. eg. defaults/main.yml ``` ENABLE_AWESOME_FEATURE: !!null # Yaml Null OTHER_CONFIG: secret1: "so_secret" secret2: "even_more_secret" CONFIG: hostname: "some_hostname" features: awesame_feature: "{{ ENABLE_AWESOME_FEATURE}}" secrets: "{{ OTHER_CONFIG }}" ``` If you output `CONFIG` to json or yaml, the feature flag would get represented in the output as a string instead of as a null, but secrets would get represented as a dictionary. This is a mis-match in behaviour where some "types" are retained and others are not. This change should fix the issue. I also updated the template test to test for this and made the changes to v2. Added a changelog entry specifically for the change from empty string to null as the default. Made the null representation configurable. It still defaults to the python NoneType but can be overriden to be an emptystring by updating the DEFAULT_NULL_REPRESENTATION config.
* added mention of settable vars to changelogBrian Coca2015-08-191-0/+1
|