Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Releases: hypriot/image-builder-rpi

v1.11.1

26 Jul 06:31
b01ba7d
Compare
Choose a tag to compare

HypriotOS v1.11.1

Contents

  • Linux Kernel 4.19.58 (upstream from raspberrypi.org)
    • multi-arch kernel for ARMv6 and ARMv7 (supports all Raspberry Pi models)
    • Support for Raspberry Pi 4 B
  • Docker Engine 19.03.1 (officially build by Docker)
  • Docker Machine 0.16.1
  • Docker Compose 1.23.2

this release works on all Raspberry Pi models (1, 2, 3, 3 A+, 3 B, 3 B+, 4 B, Zero, Zero W & Compute Module) as the Docker Engine 19.03.1 is built for ARMv6!

New Features

  • Docker 19.03.1 - see release notes https://github.com/docker/docker-ce/releases/tag/v19.03.1
  • Bash completion for docker-compose and docker-machine cli commands
  • cloud-init with a default configuration /boot/user-data file
    • hostname: black-pearl
    • username: pirate
    • password: hypriot
  • cloud-init, examples included in default user-data file
    • WiFi configuration with country setting
    • set system locale
    • set timezone
    • update/upgrade APT packages
    • install additional APT packages
    • run additional commands at first boot only
  • Switch to Raspbian Buster

Quick Installation

$ flash https://github.com/hypriot/image-builder-rpi/releases/download/v1.11.1/hypriotos-rpi-v1.11.1.img.zip
$ ssh [email protected]
  • login with username "pirate", password "hypriot"

v1.11.0

23 Jul 10:22
d6d6b4a
Compare
Choose a tag to compare

HypriotOS v1.11.0

Contents

  • Linux Kernel 4.19.58 (upstream from raspberrypi.org)
    • multi-arch kernel for ARMv6 and ARMv7 (supports all Raspberry Pi models)
    • Support for Raspberry Pi 4 B
  • Docker Engine 19.03.0 (officially build by Docker)
  • Docker Machine 0.16.1
  • Docker Compose 1.23.2

this release works on all Raspberry Pi models (1, 2, 3, 3 A+, 3 B, 3 B+, 4 B, Zero, Zero W & Compute Module) as the Docker Engine 19.03.0 is built for ARMv6!

New Features

  • Docker 19.03.0 - see release notes https://github.com/docker/docker-ce/releases/tag/v19.03.0
  • Bash completion for docker-compose and docker-machine cli commands
  • cloud-init with a default configuration /boot/user-data file
    • hostname: black-pearl
    • username: pirate
    • password: hypriot
  • cloud-init, examples included in default user-data file
    • WiFi configuration with country setting
    • set system locale
    • set timezone
    • update/upgrade APT packages
    • install additional APT packages
    • run additional commands at first boot only
  • Switch to Raspbian Buster

Quick Installation

$ flash https://github.com/hypriot/image-builder-rpi/releases/download/v1.11.0/hypriotos-rpi-v1.11.0.img.zip
$ ssh [email protected]
  • login with username "pirate", password "hypriot"

v1.11.0-rc3

21 Jul 14:41
b29dad6
Compare
Choose a tag to compare
v1.11.0-rc3 Pre-release
Pre-release

HypriotOS v1.11.0-rc3

Contents

  • Linux Kernel 4.19.57 (upstream from raspberrypi.org)
    • multi-arch kernel for ARMv6 and ARMv7 (supports all Raspberry Pi models)
    • Support for Raspberry Pi 4 B
  • Docker Engine 19.03.0-rc3 (officially build by Docker)
  • Docker Machine 0.16.1
  • Docker Compose 1.23.2

this release works on all Raspberry Pi models (1, 2, 3, 3 A+, 3 B, 3 B+, 4 B, Zero, Zero W & Compute Module) as the Docker Engine 19.03.0-rc3 is built for ARMv6!

New Features

  • Docker 19.03.0-rc3 - see release notes https://github.com/docker/docker-ce/releases/tag/v19.03.0-rc3
  • Bash completion for docker-compose and docker-machine cli commands
  • cloud-init with a default configuration /boot/user-data file
    • hostname: black-pearl
    • username: pirate
    • password: hypriot
  • cloud-init, examples included in default user-data file
    • WiFi configuration with country setting
    • set system locale
    • set timezone
    • update/upgrade APT packages
    • install additional APT packages
    • run additional commands at first boot only
  • Switch to Raspbian Buster

Quick Installation

$ flash https://github.com/hypriot/image-builder-rpi/releases/download/v1.11.0-rc3/hypriotos-rpi-v1.11.0-rc3.img.zip
$ ssh [email protected]
  • login with username "pirate", password "hypriot"

v1.11.0-rc2

06 Jun 16:27
89596b4
Compare
Choose a tag to compare
v1.11.0-rc2 Pre-release
Pre-release

HypriotOS v1.11.0-rc2

Contents

  • Linux Kernel 4.14.98 (upstream from raspberrypi.org)
    • dual-arch kernel for ARMv6 and ARMv7 (supports all Raspberry Pi models)
  • Docker Engine 19.03.0-rc2 (officially build by Docker)
  • Docker Machine 0.16.1
  • Docker Compose 1.23.2

this release works on all Raspberry Pi models (1, 2, 3, 3 A+, 3 B, 3 B+, Zero, Zero W & Compute Module) as the Docker Engine 19.03.0-rc2 is built for ARMv6!

New Features

  • Docker 19.03.0-rc2 - see release notes https://github.com/docker/docker-ce/releases/tag/v19.03.0-rc2
  • Bash completion for docker-compose and docker-machine cli commands
  • cloud-init with a default configuration /boot/user-data file
    • hostname: black-pearl
    • username: pirate
    • password: hypriot
  • cloud-init, examples included in default user-data file
    • WiFi configuration with country setting
    • set system locale
    • set timezone
    • update/upgrade APT packages
    • install additional APT packages
    • run additional commands at first boot only

Breaking change

  • No more UART, we have switched the default to turn it off. Now it's easier to use onboard WiFi.
  • Switch to Raspbian Stretch
  • No more device-init, please convert your /boot/device-init.yaml to /boot/user-data

Fixes

  • Resize root filesystem earlier
  • Add raspi-config
  • Update raspbian apt repo

Quick Installation

$ flash https://github.com/hypriot/image-builder-rpi/releases/download/v1.11.0-rc2/hypriotos-rpi-v1.11.0-rc2.img.zip
$ ssh [email protected]
  • login with username "pirate", password "hypriot"

v1.11.0-beta3

28 Apr 20:53
80b75c6
Compare
Choose a tag to compare
v1.11.0-beta3 Pre-release
Pre-release

HypriotOS v1.11.0-beta3

Contents

  • Linux Kernel 4.14.98 (upstream from raspberrypi.org)
    • dual-arch kernel for ARMv6 and ARMv7 (supports all Raspberry Pi models)
  • Docker Engine 19.03.0-beta3 (officially build by Docker)
  • Docker Machine 0.16.1
  • Docker Compose 1.23.2

this release works on all Raspberry Pi models (1, 2, 3, 3 A+, 3 B, 3 B+, Zero, Zero W & Compute Module) as the Docker Engine 19.03.0-beta3 is built for ARMv6!

New Features

  • Docker 19.03.0-beta3 - see release notes https://github.com/docker/docker-ce/releases/tag/v19.03.0-beta3
  • Bash completion for docker-compose and docker-machine cli commands
  • cloud-init with a default configuration /boot/user-data file
    • hostname: black-pearl
    • username: pirate
    • password: hypriot
  • cloud-init, examples included in default user-data file
    • WiFi configuration with country setting
    • set system locale
    • set timezone
    • update/upgrade APT packages
    • install additional APT packages
    • run additional commands at first boot only

Breaking change

  • No more UART, we have switched the default to turn it off. Now it's easier to use onboard WiFi.
  • Switch to Raspbian Stretch
  • No more device-init, please convert your /boot/device-init.yaml to /boot/user-data

Fixes

  • Resize root filesystem earlier
  • Add raspi-config
  • Update raspbian apt repo

Quick Installation

$ flash https://github.com/hypriot/image-builder-rpi/releases/download/v1.11.0-beta3/hypriotos-rpi-v1.11.0-beta3.img.zip
$ ssh [email protected]
  • login with username "pirate", password "hypriot"

v1.11.0-beta2

19 Apr 17:07
54e7218
Compare
Choose a tag to compare
v1.11.0-beta2 Pre-release
Pre-release

HypriotOS v1.11.0-beta2

Contents

  • Linux Kernel 4.14.98 (upstream from raspberrypi.org)
    • dual-arch kernel for ARMv6 and ARMv7 (supports all Raspberry Pi models)
  • Docker Engine 19.03.0-beta2 (officially build by Docker)
  • Docker Machine 0.16.1
  • Docker Compose 1.23.2

this release works on all Raspberry Pi models (1, 2, 3, 3 A+, 3 B, 3 B+, Zero, Zero W & Compute Module) as the Docker Engine 19.03.0-beta2 is built for ARMv6!

New Features

  • Docker 19.03.0-beta2 - see release notes https://github.com/docker/docker-ce/releases/tag/v19.03.0-beta2
  • Bash completion for docker-compose and docker-machine cli commands
  • cloud-init with a default configuration /boot/user-data file
    • hostname: black-pearl
    • username: pirate
    • password: hypriot
  • cloud-init, examples included in default user-data file
    • WiFi configuration with country setting
    • set system locale
    • set timezone
    • update/upgrade APT packages
    • install additional APT packages
    • run additional commands at first boot only

Breaking change

  • No more UART, we have switched the default to turn it off. Now it's easier to use onboard WiFi.
  • Switch to Raspbian Stretch
  • No more device-init, please convert your /boot/device-init.yaml to /boot/user-data

Fixes

  • Resize root filesystem earlier
  • Add raspi-config
  • Update raspbian apt repo

Quick Installation

$ flash https://github.com/hypriot/image-builder-rpi/releases/download/v1.11.0-beta2/hypriotos-rpi-v1.11.0-beta2.img.zip
$ ssh [email protected]
  • login with username "pirate", password "hypriot"

v1.11.0-beta1

08 Apr 05:51
10b3ed8
Compare
Choose a tag to compare
v1.11.0-beta1 Pre-release
Pre-release

HypriotOS v1.11.0-beta1

Contents

  • Linux Kernel 4.14.98 (upstream from raspberrypi.org)
    • dual-arch kernel for ARMv6 and ARMv7 (supports all Raspberry Pi models)
  • Docker Engine 19.03.0-beta1 (officially build by Docker)
  • Docker Machine 0.16.1
  • Docker Compose 1.23.2

this release works on all Raspberry Pi models (1, 2, 3, 3 A+, 3 B, 3 B+, Zero, Zero W & Compute Module) as the Docker Engine 19.03.0-beta1 is built for ARMv6!

New Features

  • Docker 19.03.0-beta1 - see release notes https://github.com/docker/docker-ce/releases/tag/v19.03.0-beta1
  • Bash completion for docker-compose and docker-machine cli commands
  • cloud-init with a default configuration /boot/user-data file
    • hostname: black-pearl
    • username: pirate
    • password: hypriot
  • cloud-init, examples included in default user-data file
    • WiFi configuration with country setting
    • set system locale
    • set timezone
    • update/upgrade APT packages
    • install additional APT packages
    • run additional commands at first boot only

Breaking change

  • No more UART, we have switched the default to turn it off. Now it's easier to use onboard WiFi.
  • Switch to Raspbian Stretch
  • No more device-init, please convert your /boot/device-init.yaml to /boot/user-data

Fixes

  • Resize root filesystem earlier
  • Add raspi-config
  • Update raspbian apt repo

Quick Installation

$ flash https://github.com/hypriot/image-builder-rpi/releases/download/v1.11.0-beta1/hypriotos-rpi-v1.11.0-beta1.img.zip
$ ssh [email protected]
  • login with username "pirate", password "hypriot"

v1.10.1

07 Apr 20:31
3a06794
Compare
Choose a tag to compare

HypriotOS v1.10.1

Contents

  • Linux Kernel 4.14.98 (upstream from raspberrypi.org)
    • dual-arch kernel for ARMv6 and ARMv7 (supports all Raspberry Pi models)
  • Docker Engine 18.06.3 (officially build by Docker)
  • Docker Machine 0.16.1
  • Docker Compose 1.23.2

this release works on all Raspberry Pi models (1, 2, 3, 3 A+, 3 B, 3 B+, Zero, Zero W & Compute Module) as the Docker Engine 18.06.3 is built for ARMv6, version pinned to protect against updates.

New Features

  • Bash completion for docker-compose and docker-machine cli commands
  • cloud-init with a default configuration /boot/user-data file
    • hostname: black-pearl
    • username: pirate
    • password: hypriot
  • cloud-init, examples included in default user-data file
    • WiFi configuration with country setting
    • set system locale
    • set timezone
    • update/upgrade APT packages
    • install additional APT packages
    • run additional commands at first boot only

Breaking change

  • No more UART, we have switched the default to turn it off. Now it's easier to use onboard WiFi.
  • Switch to Raspbian Stretch
  • No more device-init, please convert your /boot/device-init.yaml to /boot/user-data

Fixes

  • Resize root filesystem earlier
  • Add raspi-config
  • Update raspbian apt repo

Quick Installation

$ flash https://github.com/hypriot/image-builder-rpi/releases/download/v1.10.1/hypriotos-rpi-v1.10.1.img.zip
$ ssh [email protected]
  • login with username "pirate", password "hypriot"

v1.10.0

24 Feb 17:25
cf48afa
Compare
Choose a tag to compare

HypriotOS v1.10.0

Contents

  • Linux Kernel 4.14.98 (upstream from raspberrypi.org)
    • dual-arch kernel for ARMv6 and ARMv7 (supports all Raspberry Pi models)
  • Docker Engine 18.06.3 (officially build by Docker)
  • Docker Machine 0.16.1
  • Docker Compose 1.23.2

this release works on all Raspberry Pi models (1, 2, 3, 3 A+, 3 B, 3 B+, Zero, Zero W & Compute Module) as the Docker Engine 18.06.3 is built for ARMv6

New Features

  • Bash completion for docker-compose and docker-machine cli commands
  • cloud-init with a default configuration /boot/user-data file
    • hostname: black-pearl
    • username: pirate
    • password: hypriot
  • cloud-init, examples included in default user-data file
    • WiFi configuration with country setting
    • set system locale
    • set timezone
    • update/upgrade APT packages
    • install additional APT packages
    • run additional commands at first boot only

Breaking change

  • No more UART, we have switched the default to turn it off. Now it's easier to use onboard WiFi.
  • Switch to Raspbian Stretch
  • No more device-init, please convert your /boot/device-init.yaml to /boot/user-data

Fixes

  • Resize root filesystem earlier
  • Add raspi-config
  • Update raspbian apt repo

Quick Installation

$ flash https://github.com/hypriot/image-builder-rpi/releases/download/v1.10.0/hypriotos-rpi-v1.10.0.img.zip
$ ssh [email protected]
  • login with username "pirate", password "hypriot"

v1.10.0-rc3

24 Feb 14:29
cf48afa
Compare
Choose a tag to compare
v1.10.0-rc3 Pre-release
Pre-release

HypriotOS v1.10.0-rc3

Contents

  • Linux Kernel 4.14.98 (upstream from raspberrypi.org)
    • dual-arch kernel for ARMv6 and ARMv7 (supports all Raspberry Pi models)
  • Docker Engine 18.06.3 (officially build by Docker)
  • Docker Machine 0.16.1
  • Docker Compose 1.23.2

this release works on all Raspberry Pi models (1, 2, 3, 3 B+, Zero, Zero W & Compute Module) as the Docker Engine 18.06.1 is built for ARMv6

New Features

  • Bash completion for docker-compose and docker-machine cli commands
  • cloud-init with a default configuration /boot/user-data file
    • hostname: black-pearl
    • username: pirate
    • password: hypriot
  • cloud-init, examples included in default user-data file
    • WiFi configuration with country setting
    • set system locale
    • set timezone
    • update/upgrade APT packages
    • install additional APT packages
    • run additional commands at first boot only

Breaking change

  • No more UART, we have switched the default to turn it off. Now it's easier to use onboard WiFi.
  • Switch to Raspbian Stretch
  • No more device-init, please convert your /boot/device-init.yaml to /boot/user-data

Fixes

  • Resize root filesystem earlier
  • Add raspi-config
  • Update raspbian apt repo

Quick Installation

$ flash https://github.com/hypriot/image-builder-rpi/releases/download/v1.10.0-rc3/hypriotos-rpi-v1.10.0-rc3.img.zip
$ ssh [email protected]
  • login with username "pirate", password "hypriot"