devstep icon indicating copy to clipboard operation
devstep copied to clipboard

Cut a 1.0.0 release

Open fgrehm opened this issue 9 years ago • 2 comments

Things have been working greatly for me over the past 2 years and it is about time to squash some known bugs and lock down the current feature set in prep for a potential big revamp on the project.

This is what I have in mind right now that will make up for 1.0.0:

  • [ ] ~~Attempt to trim down the image size again~~
  • [x] Update to latest heroku/cedar
  • [ ] Buildpacks updates
    • [x] Remove bats (only used once in almost 2 years)
    • [x] Remove phantomjs (used once or twice in almost 2 years)
    • [x] Update golang and fix GH-94
    • [ ] ~~Update nodejs~~
    • [ ] ~~Update php~~
    • [ ] ~~Fix GH-106~~
    • [x] Update python
    • [x] Update ruby and attempt to implement GH-100
    • [x] Fix inline's GH-97 / GH-99
    • [ ] ~~Deal with GH-85~~
  • [ ] ~~Cover current functionality with some sort of feature tests~~

If you happen to come across this issue, please LMK if you want something to be kept around or have any suggestions for this release :beers:

fgrehm avatar Jan 05 '16 22:01 fgrehm

I'd like these please :>

https://docs.tsuru.io/stable/using/buildpacks.html

devekko avatar Jan 06 '16 23:01 devekko

@devekko unfortunately that's not possible given current's devstep state and based on what I've seen so far from official heroku buildpacks. They are very focused on production web apps and I use devstep for CLI tools for example. Some of devstep's (if not most of them) are based on official Heroku buildpacks with some tweaks made by me.

This is something I'd like to improve after 1.0 is out

fgrehm avatar Jan 07 '16 12:01 fgrehm