Commit graph

1933 commits

Author SHA1 Message Date
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
Wesley Whetstone
30bd6771c3 add changelog 2020-07-14 09:31:21 -07:00
Daniel A. Wozniak
a6e481ea73 Add changelog and docs for 57718 fix 2020-07-14 09:30:34 -07:00
Erik Johnson
9b47f9c6cc Restore "gid_from_name" and put on a deprecation path
This argument was removed in 3001 with no deprecation path. This
restores it and puts it on a proper deprecation path.
2020-07-13 16:54:44 -07:00
Erik Johnson
c1f6ebadab Fix dict being changed during iteration
Also remove a bunch of needless calls to "keys", as membership checks
for dicts are more efficient using the built-in dict membership check,
which utilizes hashing instead of iterating over the keys.
2020-07-13 16:52:45 -07:00
Pedro Algarvio
ade7a09205 Fix sorting issues on x509.certificate_managed triggering unnecessary changes
Fixes #56556
2020-07-13 16:37:51 -07:00
Wayne Werner
b1af5c64c5 Added changelog 2020-07-13 15:57:30 -07:00
Mathieu Parent
fec3c93e4e Use atomic open to write cache
Otherwise a race can happen between Salt processes and results in unpack error:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/salt/pillar/__init__.py", line 745, in render_pstate
    **defaults)
  File "/usr/lib/python3/dist-packages/salt/template.py", line 101, in compile_template
    ret = render(input_data, saltenv, sls, **render_kwargs)
  File "/usr/lib/python3/dist-packages/salt/renderers/gpg.py", line 378, in render
    return _decrypt_object(gpg_data, translate_newlines=translate_newlines, encoding=kwargs.get('encoding', None))
  File "/usr/lib/python3/dist-packages/salt/renderers/gpg.py", line 357, in _decrypt_object
   translate_newlines=translate_newlines)
  File "/usr/lib/python3/dist-packages/salt/renderers/gpg.py", line 353, in _decrypt_object
    return _decrypt_ciphertexts(obj, translate_newlines=translate_newlines, encoding=encoding)
  File "/usr/lib/python3/dist-packages/salt/renderers/gpg.py", line 328, in _decrypt_ciphertexts
    ret, num = GPG_CIPHERTEXT.subn(replace, to_bytes(cipher))
  File "/usr/lib/python3/dist-packages/salt/renderers/gpg.py", line 325, in replace
    result = to_bytes(_decrypt_ciphertext(match.group()))
  File "/usr/lib/python3/dist-packages/salt/renderers/gpg.py", line 298, in _decrypt_ciphertext
    cache = _get_cache()
  File "/usr/lib/python3/dist-packages/salt/renderers/gpg.py", line 280, in _get_cache
    minion_cache_path=os.path.join(cachedir, 'gpg_cache')
  File "/usr/lib/python3/dist-packages/salt/utils/cache.py", line 37, in factory
    return CacheDisk(ttl, kwargs['minion_cache_path'], *args, **kwargs)
  File "/usr/lib/python3/dist-packages/salt/utils/cache.py", line 90, in __init__
    self._read()
  File "/usr/lib/python3/dist-packages/salt/utils/cache.py", line 138, in _read
    cache = salt.utils.data.decode(salt.utils.msgpack.load(fp_, encoding=__salt_system_encoding__))
  File "/usr/lib/python3/dist-packages/salt/utils/msgpack.py", line 116, in unpack
    return msgpack.unpack(stream, **_sanitize_msgpack_kwargs(kwargs))
  File "/usr/lib/python3/dist-packages/msgpack/__init__.py", line 58, in unpack
    return unpackb(data, **kwargs)
  File "msgpack/_unpacker.pyx", line 211, in msgpack._unpacker.unpackb
msgpack.exceptions.UnpackValueError: Unpack failed: error = 0
2020-07-13 15:55:09 -07:00
twangboy
6d9df8e8e7 Add changelog 2020-07-13 15:49:08 -07:00
Gareth J. Greenaway
3cd9549878 Adding changelog file 2020-07-13 15:47:29 -07:00
twangboy
42eeccf8b6 Add changelog 2020-07-13 15:43:42 -07:00
piterpunk
1b21bcc02f Changes the 'SSDs' grain name to 'ssds'
- By the documentation (https://docs.saltstack.com/en/latest/topics/grains),
  all grains needs to be resolved in lowered case, so the 'SSDs' grain was
  changed to 'ssds'.
2020-07-13 15:42:18 -07:00
piterpunk
5493a50942 Added the Changelog entry for fix 57612
- Fixes issue with virtual block devices, like loopbacks and LVMs,
    wrongly populating the "disks" or "SSDs" grains.
2020-07-13 15:42:18 -07:00
Gareth J. Greenaway
0ddb93995b Requested changes. Additional test for the False state. 2020-07-13 07:03:39 -07:00
Gareth J. Greenaway
0e32651b59 Adding changelog file. 2020-07-13 07:03:39 -07:00
Jorge Schrauwen
95eda904fc [Fix] #57714 virtual grain should work on illumos 2020-07-13 07:02:21 -07:00
Sam SIU
b9ceb89e9d [#56901] network.managed state failed to bring down lo ip alias
- Added support to lo ip alias in network.managed state
- Added test case for the change
2020-07-13 06:59:03 -07:00
twangboy
e90abe5b33 Add changelog 2020-06-09 02:22:20 -07:00
Pedro Algarvio
16551e45fe Update noxfile.py to work with upstream nox 2020-06-08 17:40:55 -07:00