Skip to content

Releases: hassio-addons/addon-base-python

v6.0.3

09 Apr 12:30
2519b84
Compare
Choose a tag to compare

What’s changed

⬆️ Dependency updates

  • ⬆️ Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#33)
  • ⬆️ Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#34)
  • ⬆️ Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#35)
  • ⬆️ Upgrades add-on base image to v9.1.7 @frenck (#36)

v6.0.2

05 Apr 15:42
593fb13
Compare
Choose a tag to compare

What’s changed

⬆️ Dependency updates

  • Upgrade base image to 9.1.4 @frenck (#27)
  • ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#26)
  • ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#28)
  • ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#29)
  • ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#30)
  • ⬆️ Upgrades add-on base image to v9.1.6 @frenck (#32)
  • ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#31)

v6.0.1

16 Feb 15:27
72293be
Compare
Choose a tag to compare

What’s changed

⬆️ Dependency updates

  • ⬆️ Bump frenck/action-yamllint from v1.0.2 to v1.1 @dependabot (#18)
  • ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#19)
  • ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#20)
  • ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#21)
  • ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 @dependabot (#22)
  • ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#23)
  • Upgrade base image to 9.1.3 @frenck (#24)
  • Upgrade Python pip to 21.0.1 @frenck (#25)

v6.0.0

02 Feb 12:38
c4c8a5a
Compare
Choose a tag to compare

What’s changed

This is a major update of the base image.

  • Based on Alpine 3.13
  • Bashio v0.11.0

The start-up of an add-on is now significantly faster, as fewer API call is done now. This is thanks to extended endpoints in the supervisor API and bug fixes with caching in Bashio.

The supervisor_api access for most add-ons can now be removed. The base image does no longer require this property. So, unless you need specific API features of the Supervisor in your add-on, this option should be removed from your add-on configuration.

Furthermore, the base images have moved to the GitHub Container Registry, saying goodbye to DockerHub, as they imposed limits now that can become problematic. All are built on a brand spanking new GitHub Actions workflow.

New base image locations:

  • aarch64: ghcr.io/hassio-addons/base-python/aarch64:6.0.0
  • amd64: ghcr.io/hassio-addons/base-python/amd64:6.0.0
  • armhf: ghcr.io/hassio-addons/base-python/armhf:6.0.0
  • armv7: ghcr.io/hassio-addons/base-python/armv7:6.0.0
  • i386: ghcr.io/hassio-addons/base-python/i386:6.0.0

🐛 Bug fixes

🧰 Maintenance

⬆️ Dependency updates

v5.3.4

23 Nov 19:05
e85aa78
Compare
Choose a tag to compare

Full Changelog

🔨 Changes

  • ⬆️ Upgrades base image to v8.0.6

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work:
https://github.com/sponsors/frenck or https://patreon.com/frenck

v5.3.3

24 Oct 14:07
729fd63
Compare
Choose a tag to compare

Full Changelog

🔨 Changes

  • ⬆️ Upgrades base image to v8.0.5

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work:
https://github.com/sponsors/frenck or https://patreon.com/frenck

v5.3.2

22 Oct 10:24
69a3f27
Compare
Choose a tag to compare

Full Changelog

🔨 Changes

⬆️ Upgrades base image to v8.0.4

  • ⬆️ Upgrades gnupg to 2.2.23-r0
  • ⬆️ Upgrades pip to 20.2.4
  • ⬆️ Upgrades Python to 3.8.6

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work:
https://github.com/sponsors/frenck or https://patreon.com/frenck

v5.3.1

21 Aug 17:49
c498c5d
Compare
Choose a tag to compare

Full Changelog

🔨 Changes

  • ⬆️ Upgrades Python to 3.8.5
  • ⬆️ Upgrades pip to 20.2.2

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work:
https://github.com/sponsors/frenck or https://patreon.com/frenck

v5.3.0

07 Jul 11:10
6770aee
Compare
Choose a tag to compare

Full Changelog

🔨 Changes

  • ⬆️ Upgrades base image to v8.0.0
  • ⬆️ Upgrades dpkg to 1.20.0-r0
  • ⬆️ Upgrades gcc to 9.3.0-r2
  • ⬆️ Upgrades gnupg to 2.2.20-r0
  • ⬆️ Upgrades libc-dev to 0.7.2-r3
  • ⬆️ Upgrades linux-headers to 5.4.5-r1
  • ⬆️ Upgrades libffi-dev to 3.3-r2
  • ⬆️ Upgrades util-linux-dev to 2.35.2-r0
  • ⬆️ Upgrades libtirpc-dev to 1.2.6-r0
  • ⬆️ Upgrades make to 4.3-r0
  • ⬆️ Upgrades ncurses-dev to 6.2_p20200523-r0
  • ⬆️ Upgrades pax-utils to 1.2.6-r0
  • ⬆️ Upgrades readline-dev to 8.0.4-r0
  • ⬆️ Upgrades sqlite-dev to 3.32.1-r0
  • ⬆️ Upgrades tcl-dev to 8.6.10-r0
  • ⬆️ Upgrades tk to 8.6.10-r1
  • ⬆️ Upgrades xz-dev to 5.2.5-r0
  • ⬆️ Upgrades xz to 5.2.5-r0
  • ⬆️ Upgrades base image to v8.0.1

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work:
https://github.com/sponsors/frenck or https://patreon.com/frenck

v5.2.1

28 May 09:08
1bb36bc
Compare
Choose a tag to compare

Full Changelog

This is a general maintenance release.

🔨 Changes

  • ⬆️ Upgrades pip to 20.1.1

Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work:
https://github.com/sponsors/frenck or https://patreon.com/frenck