Skip to content

Commit

Permalink
Update to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xoseperez committed Oct 19, 2022
1 parent 3f84db4 commit cda31b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.0] - 2022-10-19

### Changed
- Based on 2022-09-22-raspios-bullseye (but keeping default user as 'rak' with 'changeme' as initial password and force change it on first login)
- Set GPIO expanders I2C addresses to 0x26 and 0x27
- Enable SPI and I2C on all devices (not only for CM4)
- MOTD does not show docker section if there is no container running
- Changes in docker build scripts

### Added
- Force user to type password for sudo access

## [0.5.2] - 2022-08-26

### Changed
Expand Down
2 changes: 1 addition & 1 deletion config_rak
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Original configuration tags
ARCH=arm64
VERSION=0.5.2
VERSION=0.6.0
IMG_NAME="rakpios-${VERSION}-${ARCH}"
TARGET_HOSTNAME="rakpios"
FIRST_USER_NAME=rak
Expand Down

0 comments on commit cda31b3

Please sign in to comment.