-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(version): use tomcat9 on ubuntu/debian #119
chore(version): use tomcat9 on ubuntu/debian #119
Conversation
692b39f
to
f14eb08
Compare
a3d9cf3
to
ce7ce84
Compare
ce7ce84
to
dd958b9
Compare
Merging based on approval in #97 |
## [0.19.1](v0.19.0...v0.19.1) (2020-12-16) ### Continuous Integration * **gitlab-ci:** use GitLab CI as Travis CI replacement ([c99d984](c99d984)) * **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([b4c10cf](b4c10cf)) * **pre-commit:** add to formula [skip ci] ([eb14b1f](eb14b1f)) * **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([82e157e](82e157e)) * **pre-commit:** finalise `rstcheck` configuration [skip ci] ([ed06e07](ed06e07)) ### Tests * **yaml_dump_spec:** update with `common_pkg` from PR [#119](#119) [skip ci] ([29db014](29db014))
🎉 This PR is included in version 0.19.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
* Regression in saltstack-formulas#119 * Automated using myii/ssf-formula#276
## [0.19.2](v0.19.1...v0.19.2) (2020-12-18) ### Bug Fixes * **osfingermap:** reinstate values for `Debian-9` after regression ([5170561](5170561)), closes [#119](#119)
A gentle reminder here. This caused a regression for tomcat-formula/tomcat/osfingermap.yaml Line 18 in fce35a5
This has been fixed in #120. Just have to be careful when modifying In fact, this would have been caught by the verification tests but Travis CI was on the blink at the time of this PR being submitted. |
I opened #97 two years ago hit the same issue again in Nov 2020 and proposed a fix on #97 which chrisco484 aproved of. (#97 (comment)). Ubuntu is a high priority. |
PR progress checklist (to be filled in by reviewers)
What type of PR is this?
Primary type
[build]
Changes related to the build system[chore]
Changes to the build process or auxiliary tools and libraries such as documentation generation[ci]
Changes to the continuous integration configuration[feat]
A new feature[fix]
A bug fix[perf]
A code change that improves performance[refactor]
A code change that neither fixes a bug nor adds a feature[revert]
A change used to revert a previous commit[style]
Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)Secondary type
[docs]
Documentation changes[test]
Adding missing or correcting existing testsDoes this PR introduce a
BREAKING CHANGE
?No.
Related issues and/or pull requests
#97
Describe the changes you're proposing
Since #97 was never fixed the best solution is to use Tomcat9 on the Debian family and close #97
Pillar / config required to test the proposed changes
Debug log showing how the proposed changes work
Documentation checklist
README
(e.g.Available states
).pillar.example
.Testing checklist
state_top
).Additional context