Releases: ThePrez/ServiceCommander-IBMi
Releases · ThePrez/ServiceCommander-IBMi
v1.7.1
v1.7.0
What's Changed
- Fix wrong logfile name by @chrjorgensen in #204
- Remove print of environment variables from submitted jobs by @chrjorgensen in #207
- Bump snakeyaml from 1.33 to 2.0 by @dependabot in #209
- Add reason why db2util and OpenJDK are required by @chrjorgensen in #212
- Bump maven-resources-plugin from 3.3.0 to 3.3.1 by @dependabot in #213
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #210
- Add requested testimonial by @KerimG in #219
New Contributors
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Bump maven-resources-plugin from 3.2.0 to 3.3.0 by @dependabot in #180
- Bump snakeyaml from 1.30 to 1.31 by @dependabot in #181
- Bump snakeyaml from 1.31 to 1.32 by @dependabot in #184
- Bug/ngnix config 182 by @ajshedivy in #185
- Bump snakeyaml from 1.32 to 1.33 by @dependabot in #187
- Make TCPSVR use joblog only - no stdout by @chrjorgensen in #188
- Feature/config colors branch fix by @ajshedivy in #196
- Update/docs color customization by @ajshedivy in #198
- try next service in group if current fails by @ajshedivy in #193
- Add REMOTE_PORT = 0 when querying for jobs on a port by @ThePrez in #200
- bugfix:
scedit
non-fully-qualified $EDITOR (#191) by @ThePrez in #201 - v1.6.0 release work by @ThePrez in #202
New Contributors
- @ajshedivy made their first contribution in #185
Spec file changelog
%changelog
* Tue Nov 29 2022 Jesse Gorzinski <jgorzins@us.ibm.com> 1.6.0
- feature: enable color customization
- feature: continue group processing if one fails
- change: Make TCPSVR use joblog only - no stdout
- bugfix: cluster mode configuration file malformation
- bugfix: ending extra jobs connected to given port
- bugfix: 'scedit' with non-fully-qualified $EDITOR
- deps: bump maven-resources-plugin from 3.2.0 to 3.3.0
- deps: bump snakeyaml from 1.30 to 1.33
- ```
**Full Changelog**: https://github.com/ThePrez/ServiceCommander-IBMi/compare/1.5.1...v1.6.0
Release v1.5.1
tweak GH action for release build
v1.5.0
v1.4.3
v1.4.0
What's Changed
- improvement: more 'perfinfo' metrics
- Add contributors badge by @ThePrez in #163
- Bump jcmdutils from 0.1.2 to 0.1.5 by @dependabot in #162
- totally redo how log files are handled by @ThePrez in #161
- add
reload
operation (preview, undocumented) by @ThePrez in #164 - feature: 'scrunattrs' operation (preview, undocumented)
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.2
v1.2.1
What's Changed (summary)
- feature(major): cluster mode (experimental)
- feature: new
sc groups
operation to list groups - feature: Support
--version
command line option - feature:
sc_install_defaults
recognizes Apache virtual hosts - feature:
-q
option to suppress warnings - feature:
STRTCPSVR
/ENDTCPSVR
now shows progress - improvement:
STRTCPSVR
/ENDTCPSVR
run with elevated privileges - improvement: Db2 WebQuery support "out of the box"
- bugfix:
sc_install_defaults
finding defunct Apache instances - bugfix:
sc_install_defaults --cleanupv0
cleans up Navigator
What's Changed (detailed view, autogenerated)
- Bump maven-compiler-plugin from 3.8.1 to 3.9.0 by @dependabot in #99
- added argument validation to scopenports by @AndyYouens in #104
- Fix missing delete of README file in SC library by @chrjorgensen in #110
- Bump jcmdutils from 0.1.0 to 0.1.1 by @dependabot in #107
- Bump maven-compiler-plugin from 3.9.0 to 3.10.0 by @dependabot in #111
- issue warning for missing dependency by @ThePrez in #113
- allow underscores in job name (#106) by @ThePrez in #114
- Fix lock situation in STRTCPSVR by @chrjorgensen in #109
- print help if no non-dashed args by @ThePrez in #119
- feature: new '-q' option to suppress warnings by @ThePrez in #121
- Bump jcmdutils from 0.1.1 to 0.1.2 by @dependabot in #120
- STRTCPSVR run in batch for non-interactive jobs (#115) by @ThePrez in #116
- Overview of all groups by @Bjarne-La in #124
- Experimental: Cluster mode (major) by @ThePrez in #122
- Bump maven-compiler-plugin from 3.10.0 to 3.10.1 by @dependabot in #125
- sc_install_defaults --cleanupv0 t0 cleanup old Navigator definitions by @ThePrez in #126
- bugfix:
sc_install_defaults
finding defunct apache instances by @ThePrez in #127 - Add '--version' support (#118) by @ThePrez in #128
- Bump maven-replacer-plugin from 1.4.0 to 1.4.1 by @dependabot in #129
- improvement: proper permissions on STRTCPSVR handler by @ThePrez in #132
- Capture output of STRTCPSVR when running interactively by @ThePrez in #131
- Allow 'PGM-___' for job name by @ThePrez in #133
- STRTCPSVR autostart by @ThePrez in #135
- Improve the README by @chrjorgensen in #137
- Update services using check_alive_criteria by @chrjorgensen in #141
- Reorder README section - issue #138 by @chrjorgensen in #139
- bugfix: cluster backend jobs honor batch settings by @ThePrez in #148
- Have '--version' show 'Development Build' for non-prod by @ThePrez in #146
- Add install of PostgreSQL and fix config by @chrjorgensen in #140
- start/stop cluster backends async by @ThePrez in #151
- Create Db2 WebQuery definition by @ThePrez in #153
New Contributors
- @Bjarne-La made their first contribution in #124
New Maintainers
Full Changelog: v1.1.0...v1.2.0