Commit Graph

683 Commits (bbffa0a0e99b6a518dae08e444d4e20e535e379c)

Author SHA1 Message Date
David Shrewsbury 21e70bbd83 Update CHANGELOG for new OpenStack modules 8 years ago
Toshio Kuratomi 3a8f3ece53 Add changelog entry for sorting of plugins 8 years ago
Brian Coca 24ed7b65d0 minor changelog updates 8 years ago
Rene Moser 3fda5e65d4 changelog: add cloudflare_dns 8 years ago
Rene Moser 6b1b4e03b0 changelog: append cs_zone_facts 8 years ago
Dag Wieers 6c7ffbfbcd Reformat new module lists
Make the Changelog easier to parse, especially the list of new modules
8 years ago
Brian Coca e74ab3ecdd draft 1st release of ansible-console
porting @dominis 's ansible-shell tool from 1.9 and integrating it into ansible
added verbosity control
made more resilitent to several errors
added highlight color, to configurable colors
more resilient on exception and interruptions
prompt coloring, goes red and changes to # when using become = true and root
become setting is now explicit and not a toggle
8 years ago
Brian Coca e283cba628 added new modules and feature data 8 years ago
Brian Coca 0647fadf0c added rackhd inv script to chnlog 8 years ago
Brian Coca c1785f56d5 added 2 new modules to changelog 8 years ago
René Moser 5654549664 doc: yumrepo renamed to yum_repository 8 years ago
Brian Coca 8766a9dbaf added new gather behaviour to porting guide
also removed redundant header from changelog from merge
8 years ago
Brian Coca 1b11b396ca added note about fact gathering task change
fixes #14655
8 years ago
Toshio Kuratomi c1654adf10 Update changelog for dnf fix 8 years ago
Toshio Kuratomi b897d926c9 Add locale fixes to changelgo 8 years ago
Toshio Kuratomi 99240b2ee1 Note the dnf fix 8 years ago
James Cammarata 481d56b789 More CHANGELOG updates for 2.0.1 8 years ago
Brian Coca c4e4dd351e added json callback to chnglog 8 years ago
Brian Coca 66dcd80196 added verbosity to debug to changelog 8 years ago
Brian Coca 93df09e387 added actionable to changelog 8 years ago
Brian Coca fcf9cdde01 updated diff info, added slack callback
also added note about callback new info access
8 years ago
Marius Gedminas 279b14ee93 Some typos in CHANGELOG.md 9 years ago
Brian Coca 9e27f62785 added yumrepo to changelog 9 years ago
Brian Coca 9c4a00ad29 added ec2_dhcp_options module to changelog 9 years ago
Brian Coca 13c011c8fd added ec2_vol_facts to changelog 9 years ago
Brian Coca eaf34fa2be added diff feature to changelog 9 years ago
Graham Ullrich f82d9facc2 Update CHANGELOG.md 9 years ago
Brian Coca d09c9f526b added missed ec2_vpc_net_facts 9 years ago
nitzmahone 7ed4ad23a5 updated new windows module list in changelog 9 years ago
Brian Coca 5dbd7c18a1 added note about add_hosts 9 years ago
Brian Coca 5d798c2725 added missing features to changelog 9 years ago
James Cammarata 8716bf8021 All variables in complex args again
Also updates the CHANGELOG to note the slight change, where bare variables
in args are no longer allowed to be bare variables

Fixes #13518
9 years ago
Brian Coca 89603a0509 added that ansible-pull is now shallow to changelog 9 years ago
nitzmahone 07bf4d9ac4 added winrm CP notes to changelog 9 years ago
Brian Coca ec5827c22a updated with delegate_facts directive 9 years ago
Brian Coca 97626475db added new ec2_vpc_net_facts to 2.1 changelog 9 years ago
Brian Coca fa71c38c2a updated pull location in changelog
it was in between of backslash description and example
9 years ago
Brian Coca 4a4e7a6ebb added extract filter to changelog 9 years ago
Toshio Kuratomi fbb63d66e7 Revert "Note crab and mgedmin's work to make pipelining compatible with sudo+requiretty"
This reverts commit 1d8e178732.

Reverting for now due to hard to pin down bugs: #13410  #13411
9 years ago
Brian Coca d3d8487729 added remote environment var setting to changelog 9 years ago
Brian Coca f78e27b082 updated new module list
added missing modules and fixed alphabetical ordering
9 years ago
Toshio Kuratomi 1d8e178732 Note crab and mgedmin's work to make pipelining compatible with sudo+requiretty 9 years ago
Brian Coca 18a8c31cf4 added pull's code sig verification to changelog 9 years ago
Brian Coca dbbf7c8406 updated changelog to show su now works with local 9 years ago
Brian Coca 834a1d64be Merge pull request #13279 from resmo/patch-3
changelog: minor formating fix
9 years ago
René Moser 910a6a3ba1 changelog: devel is 2.1, 2.0 is feature freezed. 9 years ago
René Moser 3c39953dad changelog: minor formating fix 9 years ago
Toshio Kuratomi a9b55e341a Add docker_login module to the changelog 9 years ago
Brian Coca 05b542eb8e added nsot inventory plugin 9 years ago
Brian Coca 4d024fc82a added os_project module 9 years ago
Brian Coca 2c275ee1fc updated callback plugins info 9 years ago
Brian Coca e2af57062c added rudder inventory script 9 years ago
Abhijit Menon-Sen c6d2eb0da1 Put settings/vars together, unsplit refresh_inventory item 9 years ago
Toshio Kuratomi d6f61d5397 Note undefined vars change 9 years ago
Brian Coca 1655b08c77 added clarification to ssh user changes 9 years ago
Brian Coca 38cc0705c6 added note about implicit vs explicit handling of ssh login user 9 years ago
Brian Coca 61ace1d3c4 added ipify_facts to changelog 9 years ago
Brian Coca 83686676e5 changelog updates:
- corrected inventory pattern info to match latest update
- arranged new headers for the release
- documented them band change
- added some missing changes
- rearranged and clarified some existing changes
9 years ago
Brian Coca 9c09dc3ef8 Revert "Document , instead of : in intro_patterns, update changelog"
due to , being broken in 1.9

This reverts commit b47bc343ea.
9 years ago
Brian Coca 08ca749c94 added deploy_helper 9 years ago
Toshio Kuratomi ce2b18174e Merge pull request #12878 from ansible/invocation-fix
Invocation fix
9 years ago
Brian Coca 43c1d0046b added ecs modules to changelog 9 years ago
Toshio Kuratomi 6b6d03290a Restore the automatic addition of invocation to the output
Revert "Remove auto-added invocation return value as it is not used by v2 and could leak sensitive data."

This reverts commit 6ce6b20268.

Remove the note that invocation was removed as we've now restored it.

Revert "keyword not in ubuntu 14.04"

This reverts commit 5c01622457.

Revert "remove invocation keyword check"

This reverts commit 5177cb3f74.
9 years ago
Toshio Kuratomi f99341f05e Note removal of invocation 9 years ago
Rene Moser 67080e1251 changelog: add cs_loadbalancer_rule_member 9 years ago
Brian Coca afde1143e7 added cs_loadbalancer_rule to changelog 9 years ago
Michael Scherer fea1d64b00 Correct small error in changelog 9 years ago
Brian Coca a10c5ca5f5 updated with remainding clc_ plugins 9 years ago
Brian Coca 4b60c2ec3b added taiga_issue to changelog 9 years ago
Brian Coca 68121b7990 added iptables to changelog 9 years ago
Brian Coca 66c02c119a added os_subnets_facts to changelog 9 years ago
Brian Coca 31c3f59704 added os_port to changelog 9 years ago
Brian Coca 40677ca4d2 added win_acl to changelog 9 years ago
Toshio Kuratomi faca6e9dfe Add dnf rewrite to changelog 9 years ago
James Cammarata 297aaeac2d Backporting version release stuff from stable-1.9 9 years ago
Brian Coca ae69409d9c added openstack fact modules 9 years ago
Brian Coca 27e5271cdf Added bigip_gtm_wide_ip module to changelog 9 years ago
Brian Coca 8a1426059f added entry for task path/line when verbose 9 years ago
Abhijit Menon-Sen ba98c70bea Mention new ssh argument variable in the changelog 9 years ago
Brian Coca 42198a7a59 updated adding os_router and deprecating quantum modules 9 years ago
Brian Coca 6c3813ed37 added win_firewall_rule module 9 years ago
Brian Coca a421fa5bb9 added new route53_health_check module 9 years ago
Brian Coca a3064d175e added cs_user to changelog 9 years ago
James Cammarata 951128d7a6 Merge branch 'hostpatterns' of https://github.com/amenonsen/ansible into amenonsen-hostpatterns 9 years ago
James Cammarata 6fabcafbf1 Adding new module os_user_group to CHANGELOG 9 years ago
Abhijit Menon-Sen b47bc343ea Document , instead of : in intro_patterns, update changelog 9 years ago
Jeff Geerling 0857e29e77 Clean up Ansible 2.0 release notes in CHANGELOG.md. 9 years ago
Brian Coca 1e2dc212bd added openvswitch_db 9 years ago
Brian Coca c72cda0684 added 2 more modules to changelog 9 years ago
Toshio Kuratomi 21ee4b02da Add more details to the changelog -- may move this to a porting guide
later
9 years ago
Toshio Kuratomi dac562a132 Add note about the trailing newlines change 9 years ago
Brian Coca 099d1797f2 added new path config setting handling 9 years ago
Brian Coca dfb94f0def added ec2_vpc_route_table to changelog 9 years ago
James Cammarata c17c5cac0b Merge pull request #12152 from amenonsen/changelog-tweak
Changelog tweak: Mention --output - for ansible-vault encrypt/decrypt
9 years ago
Brian Coca c2d5901e2d added nagios_ndo lookup, updated minor updates texts 9 years ago
Toshio Kuratomi 8cac397841 Note that backslash escaping has changed in some places 9 years ago
Abhijit Menon-Sen 2bca97fa80 Explain the host range parsing changes in more detail 9 years ago
Abhijit Menon-Sen 2cda6d0e30 Mention --output - for ansible-vault encrypt/decrypt 9 years ago
Toshio Kuratomi 5e318de31a Merge pull request #12135 from amenonsen/changelog-update
Mention |combine and the vault improvements in the CHANGELOG
9 years ago
Brian Coca c6e62b6b4b one more module to changelog! 9 years ago