From 9ccfbde5c417ed466b21c997d01d4608cc4e8c57 Mon Sep 17 00:00:00 2001 From: Tomer Brisker Date: Wed, 17 Oct 2018 11:30:52 +0300 Subject: [PATCH] Bump version to 1.21-develop --- CHANGELOG | 659 +++++++++++++++++++++++++++++++++++++++++++++++++++ Contributors | 21 ++ VERSION | 2 +- package.json | 2 +- 4 files changed, 682 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index dbe4873d846..bae62e222b8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,662 @@ +2018-10-16 Martin Bačovský + * Fixes #25188 - Remove unbound facts from /hosts/x/facts + +2018-10-16 Boaz Shuster + * Fixes #25203 - show hosts count if hostsCount is not null + +2018-10-16 Tomer Brisker + * i18n - extracting new, pulling from tx + * Fixes #25214 - update template snapshots, seeds test + +2018-10-16 Lukas Zapletal + * Fixes #25213 - Bump version of logging-journald to 2.x + +2018-10-15 Tomer Brisker + * templates - sync from community-templates + * i18n - update strings, add nl_NL + +2018-10-15 Aditi Puntambekar + * Fixes #22052 - Added help text in Templates tab + +2018-10-15 laviro <1ronlavi@gmail.com> + * fixes #25198 - Fix SearchBar keyboard navigation. + +2018-10-14 Stephen Benjamin + * fixes #25007 - fix medium providers for plugins + * fixes #25007 - fix medium providers for plugins + +2018-10-12 Marek Hulan + * Fixes #22737 - add a global option to keep VMs + +2018-10-12 Jonathon Turel + * Fixes #25124 - Add ability to indicate a host substatus + +2018-10-11 Amir Fefer + * Fixes #25175 - fix importing css in layout.scss + +2018-10-10 Peter Lehwess + * Fixes #25075: fix provisioning template preview + +2018-10-10 Akshay Mendhe + * Fixes #24835 - Non-default Settings Bolded + +2018-10-10 Tomer Brisker + * Refs #25053 - Remove unused fact_names_by_id hash + +2018-10-10 Alexander Olofsson + * Fixes #24662 - provision_method change error + +2018-10-10 Lukas Zapletal + * Fixes #25053 - expensive db_facts query executed just once + +2018-10-10 Timo Goebel + * fixes #25154 - do not join reports when searching + +2018-10-09 Peter Lehwess + * Fixes #25150 - Check for `#dynamic` with regex + +2018-10-09 kgaikwad + * Refs #24245 - fix pagination broken due to new pagination changes + +2018-10-08 Amir Fefer + * Fixes #17263 - move jed (i18n) to webpack + +2018-10-08 Gilad Lekner + * Fixes #25137 - webpack-analyze script fails + +2018-10-08 Herwig Bogaert + * Fixes #24744,#24873 - facter 3.x initial support + +2018-10-08 boaz1337 + * Fixes #24870 - show a setting does not have a default value (#6089) + +2018-10-07 Michael Moll + * Refs #24259 - Raise Metrics/MethodLength for Rubocop to pass + * Refs #25123 - Fix Layout/EmptyLinesAroundBlockBody cop + +2018-10-07 Boaz Shuster + * Fixes #24227 - Add permissions info to models API + +2018-10-07 Gilad Lekner + * Fixes #24824 - Allow UI notifications when login is disabled + * Fixes #23445, #21566, #23448 - Refactor Layout to PF + +2018-10-07 Ohad Levy + * refs #16294 - fixes wrong secure websocket detection + +2018-10-07 laviro <1ronlavi@gmail.com> + * Fixes #24040 - Move the search box to React + +2018-10-07 Tomer Brisker + * Fixes #24802 - Remove taxonomy, login settings from example + * Fixes #24800 - Notify deprecation of taxonomy, login settings + +2018-10-07 UXabre + * Fixes #16294 - Remove noVNC from vendors + +2018-10-07 Kamil Szubrycht + * fixes #25128 - variables loader works with inherited classes + +2018-10-05 Tomas Strachota + * Refs #25123 - sync from community templates + * Fixes #25123 - template requirements and seeding with import + +2018-10-05 Lukas Zapletal + * Fixes #23336 - env variables for test retry and logs + +2018-10-04 Lukas Zapletal + * Fixes #24652 - subnet_for returns highest CIDR prefix + * Fixes #23344 - stubs instead expects in setup blocks + +2018-10-04 Ondrej Prazak + * Refs #24259 - Fix failing test on mysql + +2018-10-04 kgaikwad + * Fixes #24245 - Audit new UX using reactjs + +2018-10-04 Michael Moll + * Fixes #24874 - update secure_headers to 6.x + +2018-10-04 Marek Hulan + * Fixes #25102 - introduce template inputs + +2018-10-03 Gilad Lekner + * Fixes #24643 - Refactor Pagination to PF + +2018-10-03 Martin Bačovský + * Fixes #25099 - Add macros for easier report definition + +2018-10-03 Ondrej Prazak + * Fixes #24259 - Add canned admin role + +2018-10-03 Ivan Nečas + * Fixes #22119 - use SHA instead of MD5 for digesting + +2018-10-03 Michael Moll + * Fixes #19886 - Disable Style/ParallelAssignment cop + * Refs #24783 - Fix newly added Rubocop rule + +2018-10-02 UXabre + * Fixes #24845 - Inconsistent UI for Spice console + +2018-10-02 Tomas Strachota + * Fixes #24958 - allow sourcemaps in production + +2018-10-02 Avi Sharvit + * Fixes #24997 - Remove eslint from hound-ci + +2018-10-02 Sebastian Gräßl + * Fixes #24232 - Return taxed and untaxed audits in list (#6073) + +2018-10-02 Lukáš Zapletal + * Fixes #24886 - fixed audit in seeds test (#6058) + +2018-10-02 Ohad Levy + * Fixes #25091 - only require tests gems in test environment + +2018-10-01 Marek Hulan + * Fixes #25070 - keep variables optional + +2018-10-01 Pat Riehecky + * Fixes #24969 - Further sort parameter overrides by value + +2018-09-27 Marek Hulan + * Fixes #25054 - fixes RSS rescheduling + +2018-09-26 Kyle O Button + * fixes #25038 - allow subnet present in safemode + +2018-09-25 Lukas Zapletal + * Refs #24940 - refresh hosts now loads puppet tab + +2018-09-25 Kamil Szubrycht + * Fixes #24294 - add snapshot tests for templates + +2018-09-24 Lukáš Zapletal + * Fixes #25005 - hosts with no report link on widget (#6082) + +2018-09-24 Lukas Zapletal + * Fixes #24995 - medium_provider is on host + +2018-09-21 Stephen Benjamin + * refs #24965 - add mising 'end' in openstack fog extensions + * fixes #24935 - validate existence of proxy assocations + +2018-09-21 Clemens Bergmann + * Fixes #24965 - can't start Openstack Servers + +2018-09-21 Marek Hulan + * Fixes #24938 - fix image OS label + +2018-09-21 Lukas Zapletal + * Fixes #24849 - PXE global default option is local + +2018-09-20 Lukas Zapletal + * Fixes #24743 - medium provider template check works + * Fixes #21833 - added bootsnap development dependency + +2018-09-20 Rahul Bajaj + * Fixes #24940,#24951 - hostgroup does not fill for non-managed host + +2018-09-19 Marek Hulan + * Sync templates + +2018-09-19 Julian Todt + * Fixes #23210 - Handle PuppetCA tokens + +2018-09-18 Marek Hulan + * Fixes #15707 - AWS support for GovCloud + * Fixes #24957 - correctly filter taxonomies in API + +2018-09-18 Lukas Zapletal + * Fixes #24944 - removes LC_ALL from debug script + +2018-09-18 Ondřej Pražák + * Fixes #24633 - Add uniqueness to puppet class name (#6019) + +2018-09-18 Peter Lehwess + * Fixes #24742 - Refactor unattended controller + +2018-09-14 Shimon Shtein + * Fixes #24056 - Moved facets to Host + +2018-09-13 Michael Moll + * Fixes #19869 - Disable Style/LineEndConcatenation cop + * Fixes #19790 - Fix Layout/SpaceBeforeBlockBraces cop + * Fixes #24780 - update NodeJS versions + * Refs #15806 - add eslint also to travis tests + +2018-09-13 Marek Hulan + * Fixes #24844 - find audited objects correctly + +2018-09-13 Tomer Brisker + * Fixes #24783 - Refactor hosts count + +2018-09-13 boaz1337 <2453279+boaz1337@users.noreply.github.com> + * Fixes #21177 - missing warning icon on ssh keys (#6037) + +2018-09-13 Sebastian Gräßl + * Fixes #24234 - Set no taxonomies on audit for untaxable resources (#6059) + +2018-09-13 Amir Fefer + * Fixes #24914 - show name in smart parameter edit page + * Fixes #24913 - show os name in edit page + +2018-09-13 Timo Goebel + * fixes #1459 - ipxe provisioning support + +2018-09-11 Marek Hulan + * Fixes #24478 - properly sanitize class name + +2018-09-11 Chris Roberts + * Fixes #24836 - Update production.log filename so we get log.gz. + +2018-09-10 Michael Moll + * Fixes #19867 - Fix Style/IfUnlessModifierOfIfUnless cop + +2018-09-06 Stephen Benjamin + * fixes #24702 - fix bulk taxonomy update w/ scoped search + +2018-09-06 Avi Sharvit + * Fixes #24832 - Adds bootstrap-sass package + * Fixes #24807 - unsafe html in toast notification + +2018-09-06 Sebastian Gräßl + * Fixes #24348 - Validate compute resources is within taxonomy + +2018-09-06 Tomer Brisker + * Fixes #24831 - Remove Rails 5.1 workaround for slow api call + +2018-09-06 Ondrej Prazak + * Fixes #24621 - Use custom scope in ResourceSwitcher + +2018-09-06 Michael Moll + * Refs #22612 - Remove Rails 5.1, add Rails 5.2 deprecations + * Refs #22612 - add Active Storage routes + * Refs #22612 - update DB gems from AR adapters + * Fixes #22611 - Adapt DB migrations for Rails 5.2 + * Fixes #22612 - Switch Rails to 5.2 + +2018-09-05 Ivan Necas + * Fixes #24546 - add uniq constraint on subnet.name + +2018-09-05 Ondřej Pražák + * Fixes #24683 - Styling improvements for PasswordStrength (#5980) + +2018-09-05 Ivan Nečas + * Fixes #24763 - ensure reschedule rss notification on error + +2018-09-05 Amir Fefer + * Fixes #24754 - update react to 16.4 + +2018-09-04 Justin Sherrill + * Fixes #21938 - add plugable upgrade rake task + +2018-09-04 Andrew Kofink + * Fixes #24740: document --watch-poll for NFS + +2018-09-03 Ewoud Kohl van Wijngaarden + * Fixes #24381 - Remove modulepath setting + +2018-09-03 Michael Moll + * Refs #3809 - regenerate .rubocop_todo.yml + * Refs #24654 - fix Rubocop + * Refs #24697 - remove now unneeded Rubocop disabling + +2018-09-03 Shira Maximov + * Fixes #24599 - Not custom instance type should disable params + +2018-09-03 Shimon Shtein + * Fixes #24567 - Relaxed smart proxy version check + +2018-09-03 Shira Maximov + * Fixes #24522 - Fix selected cluster in ovirt network (#5933) + +2018-09-02 Boaz Shuster + * Fixes #24782 - Show hosts count in API + +2018-09-02 Lukas Zapletal + * Fixes #24720 - listen interface aligned in dev script + +2018-09-02 kgaikwad + * Fixes #24735 - parameters missing from GET hostgroup api + +2018-09-01 Lukas Zapletal + * Fixes #21105 - hostgroup provisioning without media + +2018-09-01 Ivan Necas + * Fixes #24620 - suggest Dynflow logger to be info by default + +2018-09-01 Marek Hulan + * Fixes #24665 - mount breadcrumbs only when for 200 response + +2018-09-01 Ondrej Prazak + * Fixes #24102 - Allow more complex logic for template locks + +2018-09-01 Daniel Lobato Garcia + * Fixes #24301 - Create user in LDAP does not require password + +2018-09-01 Timo Goebel + * fixes #24760 - define dashboard module explicitly + +2018-08-31 Lukas Zapletal + * Fixes #24745 - new variables kernel/initrd_uri + +2018-08-30 Tomer Brisker + * Fixes #24759 - Fix failing API FactValueController tests + * Fixes #24712 - Fix performance regression on API + +2018-08-30 Ori Rabin + * Fixes #24564, #24746 - bump version of fog-ovirt + +2018-08-29 Lukas Zapletal + * Fixes #24639 - medium provider works with discovery + +2018-08-29 Herwig Bogaert + * Fixes #24691 - interfaces are incorrectly updated + +2018-08-29 Michael Moll + * Fixes #24737 - add read_attribute_before_type_cast for settings (#6006) + * Fixes #24736 - Refactor admin user role test for Rails 5.2 + +2018-08-28 Lukas Zapletal + * Revert "Fixes #24478 - properly sanitize class name" + +2018-08-28 Tomer Brisker + * Fixes #24697 - Don't remove permissions from default role + * Refs #24640 - Cast omitted default with merge_overrides + +2018-08-27 Partha Aji + * Fixes #24338 - Can set filename for CSV response + +2018-08-27 Ben Plessinger + * fixes #24673 - compute resource vm tab loading + +2018-08-27 Marek Hulan + * Fixes #24672 - fix new line in template export metadata + * Fixes #24710 - extend audits in to_prepare + +2018-08-26 UXabre + * Fixes #24686 - Remove border around console to fix cursor offset + +2018-08-24 Amit Karsale + * Fixes #20940 - Interfaces shows extra fields in API /api/hosts/id + +2018-08-24 Lukas Zapletal + * Fixes #24647 - assign environment for hostgroup related + * Fixes #24622 - UEFI HTTP boot loader options + +2018-08-23 Rahul Bajaj + * Fixes #24225 - fixes the navigation for compute profile + +2018-08-22 Ewoud Kohl van Wijngaarden + * Fixes #23634 - Drop puppet related settings + +2018-08-22 Tomas Strachota + * Fixes #24685 - fix minor issues in the storybook + +2018-08-22 Timo Goebel + * fixes #24496 - remove unattended helper + * fixes #24503 - remove snippets macro + +2018-08-22 Ohad Levy + * fixes #24645 - remove unused brace dependencies + +2018-08-22 Shira Maximov + * Fixes #23979 - add option to search location & organization + +2018-08-20 Timo Goebel + * fixes #24571 - fog-vsphere 2.3 vsphere nic selection + +2018-08-20 Tomer Brisker + * Fixes #24640 - Cast all lookup keys and values (#5956) + +2018-08-20 Ondrej Prazak + * Fixes #24657 - Pin react-bootstrap to 0.32.1 + +2018-08-19 Michael Moll + * Fixes #24654 - use dynamic attrs for Factory Bot 5.x compat + +2018-08-16 Djebran Lezzoum + * Fixes #24624 - Host Assign Org/Loc radio mismatch input label (#5953) + +2018-08-16 Boaz Shuster + * Fixes #21885, #23670 - chrome/ff input box inconsistency fix + +2018-08-16 Lukas Zapletal + * Fixes #24600 - crypt salt is always valid + +2018-08-15 Ivan Nečas + * Fixes #24619 - handle Rails env in db:create + +2018-08-15 Tomer Brisker + * Refs #24556 - correct report scanner test (#5952) + +2018-08-14 Marek Hulan + * Fixes #24556 - correct puppet origin detection + +2018-08-13 Marek Hulan + * Fixes #24572 - wrap collection id in array + +2018-08-13 Tomer Brisker + * Fixes #24371 - Improve plugin webpack detection + +2018-08-13 Ohad Levy + * fixes #24590 - adds missing packages to the vendor bundle + +2018-08-13 Ian Ballou + * Fixes #24548 - make SSH timeout configurable + +2018-08-11 Tomas Strachota + * Fixes #24416 - Add UI devel docs into storybook + +2018-08-09 Boaz Shuster + * Fixes #24475 - Add EmptyState to React components + +2018-08-09 Tomer Brisker + * Fixes #24256 - Optimize DB indices + +2018-08-09 Ohad Levy + * fixes #24561 - adds webpack analyze support + +2018-08-08 Dustin Wheeler + * Fixes #23505 - Explicate table for ancestry field. (#5930) + +2018-08-08 Evgeni Golov + * Fixes #24476: add SR-IOV virtual functions to the ignored NICs + +2018-08-08 Amir Fefer + * Fixes #24562 - upgrade enzyme to 3.4.0 + +2018-08-08 Shira Maximov + * Fixes #17136 - Enable ha flag when creating ovirt VM + +2018-08-07 Iain Walmsley + * fixes #22090 - friendlyid for lookupvalue plus override api + +2018-08-07 lizagilman + * Fixes #24313 - load data to switcher in smart class parameters + +2018-08-07 Ori Rabin + * Fixes #22155 - Allow name of datacenter in API + +2018-08-07 Boaz Shuster + * Fixes #24200 - Fix ChartBox storybook + * Fixes #24544 - Add tests to 'load bookmarks on demand' + +2018-08-07 Ivan Necas + * Fixes #24526 - handle compute resource fingerprint error (#5910) + +2018-08-07 Marek Hulan + * Fixes #24541 - properly display cdrom check + +2018-08-07 Michael Moll + * Refs #10521 - fix Rubocop issue (#5925) + +2018-08-06 Marek Hulan + * Fixes #24545 - keep the pw field as it was + * Fixes #24520 - set default number of RSS posts + +2018-08-06 Ori Rabin + * Fixes #24473 - Return other OS when oVirt os is not found + +2018-08-06 Michael Moll + * Fixes #22938 - refactor key pair removal on CR deletion test (#5912) + * Fixes #24539 - don't initialize dynflow in db:create + +2018-08-06 Sebastian Gräßl + * Refs #24350 - Adjust puppet_interval to include grace time + +2018-08-06 Ohad Levy + * fixes #24380 - load bookmarks on demand + +2018-08-04 Daniel Lobato Garcia + * Fixes #24298 - Some audits show 'Missing ID' instead of name + +2018-08-02 Akshay Mendhe + * Fixes #24471 - Markings removed from fields in Hostgroup + +2018-08-02 lizagilman + * Fixes #24132, #24315 - fix breadcrumbs index links + +2018-08-02 Shira Maximov + * Refs #23373 - Remove the api fix and fix tests + +2018-08-02 Marek Hulan + * Fixes #24478 - properly sanitize class name + * Fixes #24078 - correctly verify permission on clone button + +2018-08-01 Adam Ruzicka + * Refs #10521 - use assert_includes + * Refs #10521 - Test ordering of statuses + * Refs #10521 - Consider HostStatuses might be added by plugins + +2018-08-01 Akshay Mendhe + * Fixes #24392 - Title "Global Parameters" removed from Host Group (#5897) + +2018-08-01 Eric D. Helms + * Generate source with the actual version specified in VERSION + +2018-08-01 Ondřej Pražák + * Fixes #24486 - Define through association before using it (#5890) + +2018-07-31 Timo Goebel + * fixes #24484 - snippets find template by source (#5891) + * fixes #24469 - host_enc uses reduce (#5884) + +2018-07-31 Marek Hulan + * Fixes #10521 - fix report templates API after refactoring + +2018-07-31 Marek Hulán + * fixes #10521 - reporting templates + +2018-07-31 Stephen Benjamin + * fixes #24388 - validate media and reset if os changes (#5876) + +2018-07-30 Ori Rabin + * Fixes #24355 - Never override a smart class parameter on import + +2018-07-30 Ido Kanner + * Fixes #23168 - undefined method `split' for nil:NilClass + * Fixes #23168 - undefined method `split' for nil:NilClass + +2018-07-30 Lukáš Zapletal + * Fixes #23610,#23417 - audit changes per column (#5570) + +2018-07-29 Alexander Fisher + * Fixes #24394 - Update about page with link to forums + +2018-07-27 kamils-iRonin + * Fixes #22529 - Refactor Template rendering to use a proper rendering service (#5683) + +2018-07-27 Marek Hulan + * Refs #19389 - fixes develop tests + +2018-07-27 Chris Roberts + * Fixes #24386 - Update debug to include proxy certs generate. + +2018-07-26 Shimon Shtein + * Fixes #19389 - Add medium_uri provider + * Fixes #19389 - Added medium hash to TFTP files + +2018-07-26 Tomer Brisker + * Update PR template + +2018-07-26 Ivan Nečas + * Fixes #24387 - defined telemetry buckets in seconds + +2018-07-24 Sebastian Gräßl + * Fixes #24350 - Change general out of sync interval to 30 minutes + +2018-07-24 Ohad Levy + * bump nodejs dependencies based on npm audit + +2018-07-23 Avi Sharvit + * Fixes #24303 - New hostgroup after submit path + +2018-07-23 Ivan Necas + * Fixes #24199 - validate taxonomy of host environment on create (#5793) + +2018-07-23 Tomer Brisker + * Fixes #24343 - Update deprecations for 1.20 + +2018-07-23 Marek Hulán + * Fixes #20992 - keep selected roles (#5832) + +2018-07-22 Djebran Lezzoum + * Refs #23066 - Robottelo tests - users and user roles (#5805) + * Refs #22922 - Robottelo tests - compute profiles (#5794) + * Refs #23132 - Robottelo tests - bookmarks (#5818) + * Refs #22979 - Robottelo tests - operating_systems (#5804) + * Refs #23095 - Robottelo tests - subnets and parameters (#5809) + * Refs #23339 - Add Robottelo tests - hosts (#5826) + +2018-07-20 Ivan Nečas + * Fixes #24322 - set owner_type implicitly to User + +2018-07-20 Marek Hulan + * Fixes #24320 - stop dropping vmware fields + +2018-07-20 Shira Maximov + * Fixes #23373 - Fix host dissociation when updating host + * Fixes #23975 - Add Network Interface Type in ovirt VM + +2018-07-20 Lukas Zapletal + * Fixes #23117 - ovirt_ostype host param selects type + +2018-07-19 Tomer Brisker + * Fixes #24291 - Allow searching audits by subnet + * i18n - extracting new, pulling from tx + * Fixes #24302 - Correct string extractions + +2018-07-19 Ido Kanner + * Refs #24281 - Refactor class methods of create and create! + +2018-07-19 Timo Goebel + * fixes #24300 - add capybara minitest assertions + +2018-07-19 Peter Lehwess + * Fixes #24293 - Fix ability to run single tests + +2018-07-19 Ian + * Fixes #24279 - removed setSSHCert - handle_ca no longer around + +2018-07-18 Marek Hulán + * Fixes #24284 - distinguish bruteforce in API + +2018-07-18 Arend Lapere + * fixes #23291 - fixes double appending of /unattended to proxy url + +2018-07-17 Ewoud Kohl van Wijngaarden + * Fixes #24211 - Allow a newer version of patternfly-sass + +2018-07-17 Marek Hulan + * Fixes #24269 - clean all reports + * Fixes #19983 - allow setting role description + +2018-07-17 Tomer Brisker + * Bump version to 1.20-develop + 2018-07-16 Tomer Brisker * i18n - extracting new, pulling from tx diff --git a/Contributors b/Contributors index 922de324744..1fd96375021 100644 --- a/Contributors +++ b/Contributors @@ -9,12 +9,16 @@ Adam Ruzicka Adam Růžička Adam, Till - D0249540 Aditi Puntambekar +Akshay Mendhe Alexander "Ace" Olofsson Alexander Chuzhoy +Alexander Fisher +Alexander Olofsson Alissa Bonas Alves Lobo Michael Amir Fefer Amir Feferkuchen +Amit Karsale Amit Karsale Amos Benari Andrea Kao @@ -29,6 +33,7 @@ Anthony Chevalet Antony Perigault Anurag Patel Anya Marshall +Arend Lapere Arnoud de Jonge Ash Caire Ashay Humane @@ -43,6 +48,7 @@ Baptiste AGASSE Baptiste Agasse Bastian Blank Beat Gätzi +Ben Plessinger Ben Plessinger Bernard McKeever Bernhard Suttner @@ -63,6 +69,7 @@ Chris Roberts Chris Roberts Christian Christine Fouant +Clemens Bergmann Conor O'Callaghan Corey Osman Craig Parker @@ -97,6 +104,7 @@ Dominik Hlavac Dominik Hlavac Duran Dominique Quatravaux Dustin Tsang +Dustin Wheeler Elisiano Petrini Endre Karlson Enzo Hamelin @@ -137,7 +145,10 @@ Guido Günther Gustavo Soares Souza Hannes Schaller Henrik Feldt +Herwig Bogaert Iain Walmsley +Ian +Ian Ballou Ian Mordey Ido Kanner <73091+ik5@users.noreply.github.com> Ido Kanner @@ -178,6 +189,7 @@ John Vagrant Jon Fautley Jon McKenzie Jon de la Vega +Jonathon Turel Joseph Magen Joseph Magen Joseph Mitchell Magen @@ -191,6 +203,7 @@ June Zhang Justin Sherrill Justin Sherrill Kai Stian Olstad +Kamil Szubrycht Kamjar Gerami Karli Sjoberg Keenan Brock @@ -198,6 +211,7 @@ Klaas Demter Klaas Demter Kot Kyle Flavin +Kyle O Button Kęstutis Mizara Leandro Marcucci Lee Lowder @@ -252,12 +266,14 @@ Ori Rabin Oved Ourfali Partha Aji Partha Aji +Pat Riehecky Paul Kelly Paul Kelly Pavel Moravec Pavel Moravec Pavel Pokorný Peter Lehwess +Peter Lehwess Peter Ondrejka Petr Benas Petr Chalupa (Pitr) @@ -337,6 +353,7 @@ Trey Dockendorf Trey Dockendorf Trey Dockendorf Tristan Robert +UXabre Unknown Vanya Jauhal Vincent Lequertier @@ -353,6 +370,8 @@ adamruzicka alejandrocfg alongoldboim amirfefer +boaz1337 <2453279+boaz1337@users.noreply.github.com> +boaz1337 cyberkov cyrus-mc dhlavac @@ -368,10 +387,12 @@ josh jslatten julien IPPOLITO jyejare +kamils-iRonin karimb karl-ravn karmab kgaikwad +laviro <1ronlavi@gmail.com> lawre ldjebran lizagilman diff --git a/VERSION b/VERSION index f5dff3aa504..08adbe759af 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.20.0-develop +1.21.0-develop diff --git a/package.json b/package.json index 049e8264abb..d1ce1ec5567 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TheForemanDevDeps", - "version": "1.20.0", + "version": "1.21.0", "license": "GPL-3.0", "description": "Foreman isn't really a node module, these are just dependencies needed to build the webpack bundle. 'dependencies' are the asset libraries in use and 'devDependencies' are used for the build process.", "private": true,