Bug 248414

Summary: sysutils/rundeck3: Update to 3.3.1
Product: Ports & Packages Reporter: Daniel Tihanyi <daniel.tihanyi>
Component: Individual Port(s)Assignee: Tobias C. Berner <tcberner>
Status: Closed FIXED    
Severity: Affects Some People CC: daniel.tihanyi, tcberner
Priority: --- Flags: daniel.tihanyi: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://docs.rundeck.com/news/2020/07/27/rundeck-3.3.1.html
Attachments:
Description Flags
Rundeck3 update to 3.3.1 daniel.tihanyi: maintainer-approval+

Description Daniel Tihanyi 2020-08-01 17:12:59 UTC
Created attachment 216942 [details]
Rundeck3 update to 3.3.1

This is an update to Rundeck 3.3.1.
Fixed issues:

- Fix node view output not rendering
- Fix noisy cache warnings on startup
- Logs in Node View are broken since 3.3.0
- Allow a Rundeck server to be set as primary.
- Update dependencies
- Fixes when to execute a job using “Remote URL options” #6275
- Scheduled jobs not running when using Remote URL options and enforcing from allowed values
- replace ehcache2 with jcache/ehcache3
- Update snakeyaml to 1.26
- Reduce console messages in standalone war launch
- Docker - Add / on rundeck/jaas/file/required
- Fix #6239 acls not imported during fs conversion upgrading from 3.2 to 3.3
- Fix activity list options scrolling in FireFox
- Fix log viewer and adhoc command page in FireFox ESR(68)
- Fixes API call using asterisk #6069
- Set ehcache missing cache strategy to ‘create’ to avoid warnings
- Project ACL’s are gone after upgrading to v3.3
- Rundeck 3.3.0 - log viewer broken in Firefox
- Rundeck 3.3.0 node filter broken in Firefox
- Fix URI parse message on Windows for log4j2 config file
- Log4j2 path parse error message on Windows startup
- Open additional modules for reflective access to avoid illegal reflective access warnings
- Starting Rundeck with a JDK 11+ runtime reports Illegal reflective access errors
- Add the ability to send webhook notifications in json format
- Updates an existing plugin when using plugin upload GUI instead of reporting error
- Ignore the unsupported exception thrown when posix file permissions are set
- Output Viewer Safari style fixes
- Ansi color 24 bit support, Fix #6198 bold mode plus 256 color should work
- Add ability to configure object storage plugin with a region
- Add region configuration to object store plugin
- Enhance YAML multiline export functionality
- Performance enhancement for job takeover process
- Misinterpreted ANSI escape sequence
- UI glitch in Jobs activity when using long options names
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-08-02 09:33:08 UTC
A commit references this bug:

Author: tcberner
Date: Sun Aug  2 09:32:55 UTC 2020
New revision: 543936
URL: https://svnweb.freebsd.org/changeset/ports/543936

Log:
  sysutils/rundeck3: Update to 3.3.1

  Changelog:
  	Fixed issues:
  	- Fix node view output not rendering
  	- Fix noisy cache warnings on startup
  	- Logs in Node View are broken since 3.3.0
  	- Allow a Rundeck server to be set as primary.
  	- Update dependencies
  	- Fixes when to execute a job using ?Remote URL options? #6275
  	- Scheduled jobs not running when using Remote URL options and enforcing from allowed values
  	- replace ehcache2 with jcache/ehcache3
  	- Update snakeyaml to 1.26
  	- Reduce console messages in standalone war launch
  	- Docker - Add / on rundeck/jaas/file/required
  	- Fix #6239 acls not imported during fs conversion upgrading from 3.2 to 3.3
  	- Fix activity list options scrolling in FireFox
  	- Fix log viewer and adhoc command page in FireFox ESR(68)
  	- Fixes API call using asterisk #6069
  	- Set ehcache missing cache strategy to ?create? to avoid warnings
  	- Project ACL?s are gone after upgrading to v3.3
  	- Rundeck 3.3.0 - log viewer broken in Firefox
  	- Rundeck 3.3.0 node filter broken in Firefox
  	- Fix URI parse message on Windows for log4j2 config file
  	- Log4j2 path parse error message on Windows startup
  	- Open additional modules for reflective access to avoid illegal reflective access warnings
  	- Starting Rundeck with a JDK 11+ runtime reports Illegal reflective access errors
  	- Add the ability to send webhook notifications in json format
  	- Updates an existing plugin when using plugin upload GUI instead of reporting error
  	- Ignore the unsupported exception thrown when posix file permissions are set
  	- Output Viewer Safari style fixes
  	- Ansi color 24 bit support, Fix #6198 bold mode plus 256 color should work
  	- Add ability to configure object storage plugin with a region
  	- Add region configuration to object store plugin
  	- Enhance YAML multiline export functionality
  	- Performance enhancement for job takeover process
  	- Misinterpreted ANSI escape sequence
  	- UI glitch in Jobs activity when using long options names

  PR:		248414
  Submitted by:	Daniel Tihanyi <daniel.tihanyi@tetragir.com> (maintainer)

Changes:
  head/sysutils/rundeck3/Makefile
  head/sysutils/rundeck3/distinfo
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2020-08-02 09:34:35 UTC
Committed. Thanks.