Skip to content

Releases: epiccastle/spire

0.1.2

21 Nov 13:56
Compare
Choose a tag to compare

Fixed

  • use TCP NO_DELAY on socket for increased speed
  • Correctly clean up .babashka-pod files - #153

0.1.1

12 Sep 06:48
Compare
Choose a tag to compare

Fixed

  • BB pod - upload raises exception: Message: No reader function for tag object - #151
  • add ssh connection options to allow setting of JSch connection values - #148
  • passing unused option :in to shell causes cast exception - #144
  • pod: NPE in upload module - #141
  • Can't connect with OpenSSH private keys - #53
  • support ed25519 ssh keys - #35

0.1.0-alpha.18

26 Mar 14:54
Compare
Choose a tag to compare
0.1.0-alpha.18 Pre-release
Pre-release

Fixed

  • debug info output still enabled in spire core when copying - #140
  • upload with sudo broken in alpha.17 - #142

0.1.0-alpha.17

24 Feb 08:18
Compare
Choose a tag to compare
0.1.0-alpha.17 Pre-release
Pre-release

Fixed

  • add babashka pod support - #51
  • rename curl option :decode? into :decode - #104
  • shell non zero exit code doesn't fail - #112
  • line-in-file :string-match has problems with a colon - #113
  • add a :ok-exit and :changed-exit to shell to test the return code - #114
  • Cannot create a new user - #119
  • [shell module] :ok-exit doesn't affect result - #126

Babashka pod support was made possible by the generous contributions of adgoji and NextJournal:

0.1.0-alpha.16

14 Jan 15:03
Compare
Choose a tag to compare
0.1.0-alpha.16 Pre-release
Pre-release

Fixed

  • download progress bar is still overrunning my terminal width - #110
  • spelling and documentation fixes
  • user module sometimes reports change when no change occurs - #115

Added

  • spire.module.user/password added
  • experimental spire.module.aws added

Changed

  • updated sci and graalvm versions to latest

0.1.0-alpha.15

05 Jul 13:17
Compare
Choose a tag to compare
0.1.0-alpha.15 Pre-release
Pre-release

Fixed

  • piping spire shell :print output to dev null results in divide by zero - #103
  • default output module correctly shows muliline forms - #96
  • add line-in-file documentation around the regexp being converted to sed patterns - #87
  • fix broken :insert-at in line-in-file

Added

  • missing spit - #101
  • apt-key module - #99
  • shell module gets :stdin option - #98
  • shell module gets :print option - #97 #82
  • line-in-file :string-match option
  • line-in-file :line-match option
  • line-in-file module: match by line if only line is provided - #86

Changed

  • updated sci to 0.1.1-alpha.1

0.1.0-alpha.14

24 Jun 05:01
Compare
Choose a tag to compare
0.1.0-alpha.14 Pre-release
Pre-release

Fixed

  • download of directory without :recurse prints no error or warning - #81
  • download module progress bar malformed - #80
  • remove flashing output - #83
  • user module does not create users home directory - #79
  • user module does not alter :groups if user already exists - #78

Changed

  • rewrote :default output module - #77 #72
  • remove download module :flat. module should always be flat downloads - #89
  • remove old spire.transfer namespace - #91

0.1.0-alpha.13

06 Jun 09:36
Compare
Choose a tag to compare
0.1.0-alpha.13 Pre-release
Pre-release

Fixed

  • fixed missing spire.selmer namespace mount - #64
  • fixed broken stdout during evaluation - #67
  • fixed a number of problems with upload - #69 #70 #74
  • fixed a problem with java.time.Instant - #71
  • fixed slow local process uploads - #73
  • fixed unhygenic context macros - #75
  • fixed shell module snaffling command exit code when using :creates - #76

Added

  • added a big list of java classes - #63
  • added cheshire json library - #68

0.1.0-alpha.12

19 May 10:17
Compare
Choose a tag to compare
0.1.0-alpha.12 Pre-release
Pre-release

Fixed

  • fixed missing reflection for PipedInputStream - #62

0.1.0-alpha.11

18 May 16:25
Compare
Choose a tag to compare
0.1.0-alpha.11 Pre-release
Pre-release

Fixed

  • sudo broken on default set-ssh! connection - #56
  • nrepl tracebacks broken - #57
  • broken sudo-user in local context - #58
  • doc only works on some docstrings - #60
  • spire hanging on exit with remaining open ssh connection from spire.default stack