Skip to content
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

Version 0.1.0 Release #91

Merged
merged 36 commits into from
Nov 1, 2019
Merged

Version 0.1.0 Release #91

merged 36 commits into from
Nov 1, 2019

Conversation

roaldnefs
Copy link
Member

@roaldnefs roaldnefs commented Nov 1, 2019

Introduction

Version v0.1.0 release, requires to be tagged after being merged into master.

Added

Fixed

Other

Fixes #86.
Fixes #80.
Fixes #79.
Fixes #70.

jbouter and others added 30 commits October 25, 2019 13:44
- Add test of pythong 3.8
- Add dockerfile
- Add lint for dockerfile

Signed-off-by: Jeffrey Bouter <jb@warpnet.nl>
- Update hadolint

Signed-off-by: Jeffrey Bouter <jb@warpnet.nl>
- Ignore version pinning for APK
- Pin salt-lint to version 0.0.10

Signed-off-by: Jeffrey Bouter <jb@warpnet.nl>
- Properly pin salt-lint version

Signed-off-by: Jeffrey Bouter <jb@warpnet.nl>
- Add distro package to python 3.8 test

Signed-off-by: Jeffrey Bouter <jb@warpnet.nl>
Signed-off-by: Roald Nefs <roald@warpnet.nl>
- Remove (failing) checks on Python 3.8

Signed-off-by: Jeffrey Bouter <jb@warpnet.nl>
Update badges in `README.md` to display Travis and Coverall badges for
the master branch.

Signed-off-by: Roald Nefs <roald@warpnet.nl>
- Remove py38

Signed-off-by: Jeffrey Bouter <jb@warpnet.nl>
Update Travis

- Add Dockerfile
- Integrate Dockerfile scanning in Travis
Update badges in README.md
Signed-off-by: Roald Nefs <roald@warpnet.nl>
- Add a table with all rules, linking to corresponding wiki entries

Signed-off-by: Jeffrey Bouter <jb@warpnet.nl>
Fix output encoding because the print call has been moved to the
formatter.

Signed-off-by: Roald Nefs <roald@warpnet.nl>
Signed-off-by: Roald Nefs <roald@warpnet.nl>
Update rules list in `README.md` to simply the markdown table.

Co-Authored-By: Imran Iqbal <myii@users.noreply.github.com>
- Simplify the markdown table as per @myii his recommendations

Signed-off-by: Jeffrey Bouter <jb@warpnet.nl>
Update README.md to include list of rules
Fix encoding to use utf-8 by default in Python 2, the default encoding
in Python 3 is already utf-8. This fix will wrap `sys.stdout` in a
object that automatically encodes an unicode string into utf-8, in
Python 2 only.

An alternative to this would be to set the `PYTHONIOENCODING='utf-8'`
environment variable before running `salt-lint`, but this would require
an extra action on the user side.

The old solution using `str.encode('utf-8')` caused byte string (e.g.
`b''`) output in Python 3...

Fixes #74.

Signed-off-by: Roald Nefs <roald@warpnet.nl>
Signed-off-by: Roald Nefs <roald@warpnet.nl>
Signed-off-by: Roald Nefs <roald@warpnet.nl>
roaldnefs and others added 6 commits October 31, 2019 20:38
Fix format string to also use square brackets with the `--nocolor`
option.

Fixes #86.

Signed-off-by: Roald Nefs <roald@warpnet.nl>
Fix format string to use square brackets
Change all 'Salt state' occurrences to 'Salt State'
Signed-off-by: Roald Nefs <roald@warpnet.nl>
@roaldnefs roaldnefs self-assigned this Nov 1, 2019
@roaldnefs roaldnefs merged commit 25e582b into master Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants