Skip to content

Commit

Permalink
release: 3.3.0 [skip ci]
Browse files Browse the repository at this point in the history
### ✨ Features

* Add write access to `addons` and `all_addon_configs` ([d25db6b](d25db6b))
* Add write permissions to media and shared paths ([#57](#57)) ([cde6bab](cde6bab))
* Support new `homeassistant` directory ([3e87c84](3e87c84))

### 📦 Build

* **deps:** Update add-on base image to v13 (major) ([#66](#66)) ([b49c914](b49c914))

### ⚙️ Continuous Integration

* Add `build.yaml` to renovate config ([05b9d8d](05b9d8d))
* Improve build workflow ([2d50292](2d50292))
* Update release workflow ([615b101](615b101))

**Full Changelog**: [`v3.2.0...v3.3.0`](v3.2.0...v3.3.0)
  • Loading branch information
semantic-release-bot committed Jun 10, 2024
1 parent 2d50292 commit d904b99
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions rclone_backup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 3.3.0

### ✨ Features

* Add write access to `addons` and `all_addon_configs` ([d25db6b](https://github.com/jcwillox/hassio-rclone-backup/commit/d25db6b7abb172e067d8a45d44a9de28e1761d1d))
* Add write permissions to media and shared paths ([#57](https://github.com/jcwillox/hassio-rclone-backup/issues/57)) ([cde6bab](https://github.com/jcwillox/hassio-rclone-backup/commit/cde6bab17ea314bd1b73ac9a7b243f5329ae4a57))
* Support new `homeassistant` directory ([3e87c84](https://github.com/jcwillox/hassio-rclone-backup/commit/3e87c843820978f346bdcb1ca211634667a29d9d))


### 📦 Build

* **deps:** Update add-on base image to v13 (major) ([#66](https://github.com/jcwillox/hassio-rclone-backup/issues/66)) ([b49c914](https://github.com/jcwillox/hassio-rclone-backup/commit/b49c914f5fbea7be446d495856c0844c1b8913a6))


### ⚙️ Continuous Integration

* Add `build.yaml` to renovate config ([05b9d8d](https://github.com/jcwillox/hassio-rclone-backup/commit/05b9d8d392eebac9e29a753de58863950aa8a6c1))
* Improve build workflow ([2d50292](https://github.com/jcwillox/hassio-rclone-backup/commit/2d502928eca8f7ce20c489aa0e076d7d0aa53210))
* Update release workflow ([615b101](https://github.com/jcwillox/hassio-rclone-backup/commit/615b1018b295a4d302f5811e17ad603544d7ad8e))

**Full Changelog**: [`v3.2.0...v3.3.0`](https://github.com/jcwillox/hassio-rclone-backup/compare/v3.2.0...v3.3.0)

## 3.2.0

### 📦 Build
Expand Down
2 changes: 1 addition & 1 deletion rclone_backup/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Rclone Backup
version: 3.2.0
version: 3.3.0
slug: rclone_backup
description: Automatically sync backup to remote locations using rclone
arch:
Expand Down

0 comments on commit d904b99

Please sign in to comment.