Skip to content

0.7.2

Latest
Compare
Choose a tag to compare
@thmttch thmttch released this 10 Dec 23:53
· 1 commit to master since this release
5b7a467

This is a backwards-INCOMPATIBLE release

  • Catch up with ipython -> jupyter rebranding: renamed everything to juptyer.
    This includes directories, attributes, and other backwards-incompatible
    changes.
  • More fixes to release process: don't include unnecessary files during berkshelf
    vendoring and release
  • Vagrant and notebook server fixes
    • you can use attributes to set the notebook server's security token. Be
      careful with this config!
      It is disabled in the quickstart Vagrant setup
      for convenience, and remains enabled by default.
  • Foodcritic fixes; resolves:
    • FC017: LWRP does not notify when updated: anaconda/providers/nbservice.rb:21
    • FC017: LWRP does not notify when updated: anaconda/providers/package.rb:21
    • FC017: LWRP does not notify when updated: anaconda/providers/package.rb:58
    • FC059: LWRP provider does not declare use_inline_resources: anaconda/providers/nbservice.rb:1
    • FC059: LWRP provider does not declare use_inline_resources: anaconda/providers/package.rb:1
    • FC048: Prefer Mixlib::ShellOut: ./providers/nbservice.rb:12
    • FC048: Prefer Mixlib::ShellOut: ./providers/package.rb:12