Skip to content

Commit

Permalink
releasing 1.0.1 with runtime-config 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Mar 7, 2023
1 parent f9b5686 commit f38f948
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [1.0.1] - 2023-03-07

### Changed

- Fixed disabling auto-spoof failing due to lack of return code (runtime-config 1.2.0)

## [1.0.0] - 2023-02-09

* Based on 2022-09-06-raspios-bullseye's pi-gen
2 changes: 1 addition & 1 deletion builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from typing import List, Optional

NAME = "bi-builder"
VERSION = "1.0.0"
VERSION = "1.0.1"
PIGEN_REPO_URL = "https://github.com/RPi-Distro/pi-gen.git"
CONTAINER_NAME = "pigen_work"

Expand Down
3 changes: 2 additions & 1 deletion tree/stage2/07-sys-configurator/01-run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash -e

on_chroot << EOF
pip3 install https://github.com/offspot/runtime-config/archive/refs/tags/v1.1.0.zip
# pip3 install https://github.com/offspot/runtime-config/archive/refs/tags/v1.2.0.zip
pip3 install offspot-runtime-config==1.2.0
EOF

install -m 755 files/offspot-runtime.service "${ROOTFS_DIR}/etc/systemd/system/"
Expand Down

0 comments on commit f38f948

Please sign in to comment.