Commit graph

1569 commits

Author SHA1 Message Date
Gareth J. Greenaway
d6e23db4f1 requested changes for changelog. 2021-02-03 08:52:38 -05:00
Gareth J. Greenaway
614cac0a05 Adding changelog. 2021-02-03 08:52:38 -05:00
Cédric Bosdonnat
bb9014535c virt: fix update of efi=True
Libvirt uses efi=True as a flag to look for the proper UEFI loader and
nvram template. This means that on a subsenquent state apply efi=True
will trigger a definition update even if not needed.

In case efi=True is provided, don't udpate if loader and nvram values
are already set.
2021-02-03 06:52:12 -05:00
twangboy
fe80693e40 Fix timezone with dst off 2021-02-03 06:35:16 -05:00
Chad Phillips
2a373c5b94 Fix Pop!_OS 20.04 not using aptpkg
Fixes #58395
2021-02-02 07:08:36 -05:00
Sebastian Schaack
5e040905b2 created changelog file 2021-02-02 07:06:59 -05:00
piterpunk
13379fc370 Fix issue with MySQL8 and "all privileges" grant
Converts the given "grant" to upper case before compare to "ALL".
This fixes a problem granting "all privileges" to a MySQL user.
2021-02-02 07:02:08 -05:00
Gareth J. Greenaway
8de7674e74 Adding changelog file 2021-02-02 06:14:37 -05:00
Gareth J. Greenaway
9632f16418 Adding changelog. 2021-02-01 15:28:46 -05:00
Gareth J. Greenaway
291912b34e
Schedule Items in Pillar Refresh Fixes (#59104)
* Fixes to storing schedule items in pillar, when refreshing pillar only update the schedule items if something has changed.

* Adding test to pytests for scheduler & pillar changes.

* Adding changelog file

* Suggested changes from s0undt3ch

* Swapping @slowTest for @pytest.mark.slow_test

Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com>
2021-02-01 15:22:34 -05:00
Gareth J. Greenaway
7ca7dd9806 Adding changelog files for each issue this PR addresses. 2021-02-01 15:19:52 -05:00
Gareth J. Greenaway
14fb42dcc0 Adding changelog. 2021-02-01 07:06:00 -05:00
Pedro Algarvio
9b11e6ab5d Rename salt.renderers.toml to salt.renderers.tomlmod.
This fixes the import error issues as described in #58822

Fixes #58822
2021-02-01 06:59:15 -05:00
fkantelberg
ae4d46f842 Add hetzner as cloud provider 2021-02-01 06:41:40 -05:00
Gareth J. Greenaway
6d9c0411d0 Update 56623.fixed
Removing extra newlines.
2021-02-01 06:23:29 -05:00
Gareth J. Greenaway
e839c9bb96 Adding changelog file 2021-02-01 06:23:29 -05:00
Gareth J. Greenaway
ab337053ad Adding changelog file 2021-02-01 06:22:56 -05:00
Bryce Larson
7e357ae3c4 Always store git sha in _version.py during installation 2021-01-25 11:58:27 -07:00
Lukas Raska
3e9c5b7269 Implement return_retry_tries minion opts and use it for channel.send 2021-01-22 13:30:09 -07:00
Gareth J. Greenaway
05a90ebc07 Adding changelog file 2021-01-22 03:18:58 -07:00
Ken Crowell
a8e6c2ea3e Parse gluster version for known extant versions 2021-01-14 20:06:16 -07:00
Cédric Bosdonnat
e0b2d98edb Add host_devices to virt running and defined states
Expose the new host_devices parameter to the virt.running and
virt.defined states.
2021-01-13 13:31:41 -07:00
Jakub Recman
1da988dcb9 Fix duplicate IPs
Fixes #58799

Fixes duplicate IP addresses in fqdn_ip grains
2021-01-13 11:06:32 -07:00
Alan Somers
4e4bb2dc46 Update changelog for PR #59140 2021-01-12 11:47:30 -07:00
Julian Dehm
82116eca00 lxd: fix possible race condition when adding multiple devices 2021-01-07 17:38:04 -07:00
Alexander Kriventsov
68378c0ac2 added changelog and test 2021-01-07 12:23:42 -07:00
Jerzy Drozdz
3c28048b37
Changed package manager detection (#59201)
* Changed package manager detection

* Added os import inside _yum function

* Added changelog

* Added patching __context__ dict

* Added condition for DNF installed on CentOS7

* Added _versionlock_pkg function

* Changed ret variable name

* Added second test install

* Conditional package change check
2021-01-06 12:58:55 -07:00
Carlos Álvaro
46211f0cbd doc: Add changelog entry 2020-12-28 09:18:55 +00:00
Cédric Bosdonnat
0a3ebb7750 virt: expose live parameter in virt.defined state
Allow updating the definition of a VM without touching the live
instance. This can be helpful since live update may change the device
names in the guest.
2020-12-14 15:11:15 -07:00
Sebastian Marsching
1148d34530
Fix bug in svn.latest (closes #59069). (#59071)
This commit ensures that the --trust-server-cert-failures option is
correctly passed on to svn.diff when running svn.latest in test mode.
2020-12-10 13:22:37 -07:00
Cédric Bosdonnat
6cb22d64c5 virt: cleanup the consoles and serials support 2020-12-04 00:59:18 -07:00
Gareth J. Greenaway
da7dfd4049 Adding changelog. 2020-12-02 14:20:32 -07:00
gqlo
e3dae97e10 virt: support cpu model and topology 2020-11-30 13:22:32 -07:00
Gareth J. Greenaway
55568c3ee3 Adding changelog. 2020-11-24 13:34:34 -07:00
Gareth J. Greenaway
47e556c945 Adding changelog. 2020-11-22 19:24:54 -07:00
Frode Gundersen
8df03c17e1 Update docs for 3002.2 release 2020-11-14 09:54:21 -07:00
Megan Wilhite
b2a6715901 Fixes salt-ssh authentication when using tty 2020-11-14 02:24:37 -07:00
Alexander Weidinger
ea409f0723 Fix: compare bytes when comparing certificates (fixes #56556) 2020-11-12 20:29:36 -07:00
Gareth J. Greenaway
d979393027 Adding changelog. 2020-11-12 15:57:36 -07:00
Megan Wilhite
7f548281bb add changelog 2020-11-12 13:38:27 -07:00
Megan Wilhite
11e2550d7e Revert "Ensure file_tree pillar returns unicode"
This reverts commit 99e4e75c33.
2020-11-12 13:38:27 -07:00
Gareth J. Greenaway
df0859da74 Revert "[Fix] Correctly pass subset parameter to cmd_subset (#58601)"
This reverts commit 3dc25dc4ca.
2020-11-12 13:22:51 -07:00
Jarrod Funnell
3dc25dc4ca
[Fix] Correctly pass subset parameter to cmd_subset (#58601)
* Fix subset parameter

* Support legacy parameter for now

* Add tests+changelog for cmd_subset fix

* Prevent passing 'sub' to cmd_cli
2020-11-12 09:06:16 -08:00
Megan Wilhite
0cd95615a9 add changelog 2020-11-10 13:38:58 -07:00
Megan Wilhite
6826255ab5 Ensure file_tree pillar returns unicode 2020-11-10 13:28:13 -07:00
Daniel Wozniak
3e269eda82 Fix typo in changelog/58861.fixed
Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com>
2020-11-09 14:57:48 -07:00
Gareth J. Greenaway
13b4de945e Adding changelog. 2020-11-09 14:57:48 -07:00
Ken Crowell
89f13a934c Fix use of unauthd cached vmware service instance 2020-11-09 14:24:33 -07:00
Daniel A. Wozniak
ad4ebdcdf4 Add changelog entry for 58904 2020-11-09 13:52:41 -07:00
twangboy
8b6ad32ec3 Add changelog 2020-11-08 18:45:11 -07:00