guysoft / OctoPi

Scripts to build OctoPi, a Raspberry PI distro for controlling 3D printers over the web
GNU General Public License v3.0
2.47k stars 366 forks source link

OctoPi 0.16.0 RC1 Status #571

Closed guysoft closed 5 years ago

guysoft commented 5 years ago

Please try the release candidate. Download it at: https://storage.googleapis.com/octoprint/2019-01-24_2018-11-13-octopi-stretch-lite-0.16.0.zip

Md5: 547babcd648f78e2d29e089dfd7e3538.

Changes in the image

Build notes

tdub415 commented 5 years ago

Gonna throw this on a pi zero w for my monoprice mini :)

Anything in particular I should watch for?

Deneteus commented 5 years ago

Ready to test!

Deneteus commented 5 years ago

I tried upgrading an existing install to the RC by following this FAQ and nothing happened.

https://discourse.octoprint.org/t/how-to-use-the-release-channels-to-help-test-release-candidates/402

tdub415 commented 5 years ago

That's for octoprint, for octopi you'll need to flash the image to a SD card

ShohninDmitriy commented 5 years ago

On the 0.16.0 version for about 5 months, there have been no problems not identified . The images he collected from from sources.

Deneteus commented 5 years ago

That's for octoprint, for octopi you'll need to flash the image to a SD card

I already had a couple cards I had upgraded the day before this post so I will just use those. I looked at the file info and they were the same. Is there an FAQ for how to upgrade without re-flashing?

guysoft commented 5 years ago

You have to reflash to upgrade, OctoPi is an image so there is no way around that. However OctoPrint can upgrade itself.

reverendbacon commented 5 years ago

deploying today, thanks for the development

Mohoganogan commented 5 years ago

Should "PIP" be upgraded? shows version 9 is installed but version 19 is available. screen shot 2019-01-27 at 6 42 28 am

guysoft commented 5 years ago

At the moment pip 9.0.3 is hardcoded in to the build because of #526

@foosel I guss since we are on 1.9.10 we can lift this?

https://github.com/guysoft/OctoPi/blob/devel/src/modules/octopi/start_chroot_script#L40

tedder commented 5 years ago

wrong screenshot? heh

ShohninDmitriy commented 5 years ago

DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.

John-Mc commented 5 years ago

Gina has announced that OctoPrint 1.4 will be Python 3.

guysoft commented 5 years ago

Ok, so there was a bug in the CI, and RC1 was only built against commit https://github.com/guysoft/OctoPi/commit/fb7093bfb950dc890323a4607068e8ceb5fa36cd

Issue was fixed and now will build against latest master. Expect RC2

voy13k commented 5 years ago

Hello, Raspberrypi 3A+ with ender 3, stock firmware: autoconnect on server startup option is ticked, but does not seem o autoconnect. Option tick is preserved across server or system restarts, but no effect. After manually connecting all works so far.

guysoft commented 5 years ago

Closing, use #577

guysoft commented 5 years ago

@voy13k Did that work in 0.15.1 for you? Is this s regression or just auto does not work?