twangboy
7f99d9592a
Add changelog
2020-09-09 13:33:42 -07:00
piterpunk
8f633eb2a8
Added changelog entry
2020-09-09 12:49:55 -07:00
Gareth J. Greenaway
77886f752f
Adding changelog.
2020-09-08 17:50:24 -07:00
Alberto Planas
6b8f31576c
kubeadm: detect empty token lists
...
Fix #58116
2020-09-08 17:44:00 -07:00
Gareth J. Greenaway
bc0071fbcd
Adding changelog
2020-09-08 17:37:32 -07:00
Vaarlion
72c5382b10
Force version type to string in deb_postgres module ( #58299 )
...
* ensure version isn't an int because of yaml parsing
Fix #50899
* Add test for working float version
Add some test to make sure float/int value of version will work
* Add changelog
* Drop six usage and Py2 support
2020-09-08 17:14:08 -07:00
Shea Craig
2961006491
Add changelog entry.
2020-09-08 17:12:48 -07:00
Christian McHugh
452f1906c5
Pass cmd.run arguments to onlyif/unless cmd
2020-09-08 16:59:47 -07:00
Christian McHugh
ae206709b5
allow result parsing in unless/onlyif
2020-09-08 13:25:36 -07:00
Dmitry Kuzmenko
c9ec8c4c2d
Added chengelog
2020-09-08 13:19:53 -07:00
Michael Birtwell
a394c9bc03
Fix caching pillar/grains which contain bytes
...
Use dump rather than dumps when storing to the cache, this makes it
symmetric with fetch and more importantly sets use_bin_type so that
loading will be able to distinguish between bytes and str correctly.
2020-09-08 13:18:44 -07:00
Charles Kenney
29bb0caf74
add changelog entry
2020-09-08 08:13:06 -07:00
Wayne Werner
33ac438bba
Add changelog entry
2020-09-08 06:48:32 -07:00
Cédric Bosdonnat
f6fe270ffb
virt.update: refactor the XML diffing code
...
In order to handle more parameters in the future, refactor the XML
diffing in virt.update to only require adding entries in a mapping
array.
Using the refactoring the boot parameters are also better handled and we
are thus fixing an issue when updating existing loader parameter. See
the added test case.
2020-09-04 15:21:54 -07:00
ch3ll
f6d6b9d222
remove encoding kwarg for both pack/unpack msgpack
2020-08-25 16:38:25 -07:00
Wesley Whetstone
2e74599125
fix grammar in changelog
2020-08-24 15:13:39 -07:00
Wesley Whetstone
4c2762307e
add changelog
2020-08-24 15:13:39 -07:00
Barney Sowood
45de56bd57
Add changelog entry for PR 54067
2020-08-24 15:11:26 -07:00
Radostin Stoyanov
266b5aba7a
Add changelog for #57947
...
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
2020-08-24 15:09:24 -07:00
Radostin Stoyanov
0fee360b28
Add changelog for #57431
...
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
2020-08-24 15:09:24 -07:00
piterpunk
ad1b7d0585
Remove Py2 support from grains/lvm.py
2020-08-24 15:08:11 -07:00
Cédric Bosdonnat
f0b953b2fa
Remove buggy start parameter from virt.pool_running docstring
...
As mentioned by issue #57275 , the start parameter in virt.pool_running
documentation is not implemented at all. Remove it from the doc.
2020-08-24 15:03:52 -07:00
piterpunk
af9b0a6580
Added changelog entries
2020-08-24 14:48:13 -07:00
ch3ll
b321137374
Do not lookup reverse dns with salt-ssh
2020-08-24 14:44:51 -07:00
nicholasmhughes
6562a9bd3e
update changelog for 57802
2020-08-21 16:11:48 -07:00
twangboy
1a5ce828ad
Fix docs
2020-08-14 15:23:31 -07:00
twangboy
43d9b13103
Add changelog
2020-08-14 15:23:31 -07:00
Jasper Lievisse Adriaanse
41b8aa5482
Stop using deprecated cgi.escape
...
cgi.escape has been deprecated since python 3.2 and removed in 3.8
2020-08-13 11:14:07 -07:00
Tyler Johnson
4684a0b585
added idem exec and state modules
2020-08-12 13:55:34 -07:00
Cédric Bosdonnat
ad7f60147a
virt.init: fix disk target names
...
Fixes issue #57477 .
2020-07-31 15:25:08 -07:00
Cédric Bosdonnat
66bcc5dee3
virt.init: fix the name of volumes reused in disk-types pools
...
Only compute the partition name if no source_file was provided by the
user for a pool of disk type.
2020-07-31 15:20:50 -07:00
Cédric Bosdonnat
4de137d209
virt: add boot_dev parameter to virt.running state
...
virt.init knows how to set the boot device order for a while, but this
feature never came to virt.running. This commit is fixing this omission
and adds it for both virt.running and virt.defined states.
2020-07-31 15:20:29 -07:00
Cédric Bosdonnat
392cf89296
libvirt events engine: constant fixes
...
The libvirt constants for pool and nodedev events need tweaking since
they don't match the rule used to autogenerate them. Fixes these warnings
at the engine start.
Skipping "pool/lifecycle" events: libvirt too old
Skipping "pool/refresh" events: libvirt too old
Skipping "nodedev/lifecycle" events: libvirt too old
Skipping "nodedev/update" events: libvirt too old
2020-07-31 15:20:07 -07:00
Erik Johnson
0b3b7835dd
Add changelog entry
2020-07-30 15:17:02 -07:00
Eric Robeson@saltit-or1-workspace-01
f81383ac3e
add changelog file
2020-07-29 22:24:07 -07:00
Erik Johnson
b2bf8ef5e4
Tweak wording in changelog file
2020-07-29 22:23:02 -07:00
Erik Johnson
cbe64404ed
Add changelog file
2020-07-29 22:23:02 -07:00
Dmitry Kuzmenko
f8ef3e7015
Update docs and changelog
2020-07-29 15:49:07 -07:00
Tyler
f4c1cdce56
Update 55024.fixed
...
clarified changelog to clarify it was failing before and no longer won't.
2020-07-29 15:36:20 -07:00
Tyler Bowers
df933a7494
added changelog
2020-07-29 15:36:20 -07:00
nicholasmhughes
43853445d1
49063 changelog
2020-07-29 11:36:53 -07:00
Gareth J. Greenaway
b73a692850
Adding changelog file.
2020-07-29 11:22:16 -07:00
twangboy
c621719545
Fix changelog
2020-07-28 15:28:47 -07:00
twangboy
bfd2368640
Add changelog
2020-07-28 15:28:47 -07:00
Wayne Werner
c3e683af51
Updated changelog
2020-07-24 14:11:38 -07:00
Wayne Werner
cc2c11fb56
Added changelog files
2020-07-24 14:11:38 -07:00
Frode Gundersen
45efc4c142
Changelog update
2020-07-15 14:56:00 -07:00
Frode Gundersen
4a0342de1b
Update Changelog and Releasenotes for the 3001.1 release
2020-07-15 14:10:25 -07:00
Gareth J. Greenaway
4487f613b0
Adding changelog.
2020-07-15 11:39:09 -07:00
twangboy
6c2603ef57
Add changelog
2020-07-14 15:12:06 -07:00