Skip to content

Commit

Permalink
Finalize release info.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shea Craig committed Dec 9, 2014
1 parent c9c79e9 commit 9cadccb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
### 0.3.5 (UNRELEASED) Hypercard
### 0.3.5 (December 9, 2014) Hypercard

CHANGES:

- Updates to python-jss 0.5.3
- Adds ```JSS_SUPPRESS_WARNINGS``` input variable to disable urllib3 warnings (probably because you are disabling JSS_VERIFY_SSL or using a wacky certificate). Use at your own risk!
- Adds ```JSS_SUPPRESS_WARNINGS``` input variable to disable urllib3 warnings (probably because you are disabling JSS_VERIFY_SSL or using a wacky certificate). Use at your own risk! (#18)
- I will now refer to this project as JSSImporter instead of jss-autopkg-addon.

FIXES:

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jss-autopkg-addon
JSSImporter
=================

This processor adds the ability for AutoPkg to create groups, upload packages and scripts, add extension attributes, and create policies for the Casper JSS, allowing you to fully-automate your software testing workflow.
Expand Down Expand Up @@ -370,9 +370,11 @@ Installing and/or upgrading the following packages may solve the problem:

Hopefully this is temporary, although requests' changelog does claim to have "Fix(ed) previously broken SNI support." at version 2.1.0 (Current included version is 2.5.0).

If you have lots of warnings from urllib3, there's also a ```JSS_SUPPRESS_WARNINGS``` input variable which, when set to ```True``` will prevent those warnings from appearing repeatedly. Use at your own risk!

Comments/Questions/Ideas
=================

Please send me feature requests or issues through the Github page.

I'm working on a series of blog posts covering software testing best practices with Casper, and how to configure jss-autopkg-addon, and write recipes for it, on my blog: (http://www.sheacraig.com/)
I'm working on a series of blog posts covering software testing best practices with Casper, and how to configure JSSImporter, and write recipes for it, on my [blog](http://labs.da.org/wordpress/sheagcraig/)

0 comments on commit 9cadccb

Please sign in to comment.