From 0d0dced5cb136e831f510a0fef4e9c8f4c931c32 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 20 Jan 2021 13:32:56 +0000 Subject: [PATCH] :tada: Release of add-on Bitwarden RS 0.7.0 --- README.md | 6 +++--- bitwarden/CHANGELOG.md | 33 ++++++++++++++++++++++----------- bitwarden/DOCS.md | 16 +++++++--------- bitwarden/README.md | 8 ++++---- bitwarden/config.json | 7 ++----- 5 files changed, 38 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index d887d2cd..2c034d62 100644 --- a/README.md +++ b/README.md @@ -802,10 +802,10 @@ SOFTWARE. [appdaemon-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [appdaemon-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [appdaemon-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.6.2 -[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/v0.6.2/README.md +[addon-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.7.0 +[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/v0.7.0/README.md [bitwarden-issue]: https://github.com/hassio-addons/addon-bitwarden/issues -[bitwarden-version-shield]: https://img.shields.io/badge/version-v0.6.2-blue.svg +[bitwarden-version-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg [bitwarden-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [bitwarden-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [bitwarden-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg diff --git a/bitwarden/CHANGELOG.md b/bitwarden/CHANGELOG.md index 63242ba1..1f401a1b 100644 --- a/bitwarden/CHANGELOG.md +++ b/bitwarden/CHANGELOG.md @@ -1,16 +1,27 @@ -[Full Changelog][changelog] +## What’s changed -This is a general maintenance release. +Sorry for the long wait! -### πŸ”¨ Changes +It took quite a bit of fundamental changes to the whole community add-ons project, to facilitate this add-on for now and in the future. However, done! πŸ‘―β€β™€οΈ -- ⬆ Upgrades add-on base image to v3.2.0 -- πŸ”¨ Implement OCI image specification on labels -- ✏ Split add-on documentation -- πŸ”¨ Add tls 1.3 to protocols (#27) +This add-on ships with the latest BitWarden RS 0.18.0 -[changelog]: https://github.com/hassio-addons/addon-bitwarden/compare/v0.6.1...v0.6.2 +## 🧰 Maintenance -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 \ No newline at end of file +- Cleanup repository @frenck (#59) +- Upgrade Code of Conduct @frenck (#60) +- Happy New Year @frenck (#61) +- Add new repository workflow @frenck (#62) + +## πŸ“š Documentation + +- Documentation tweaks @frenck (#68) + +## ⬆️ Dependency updates + +- ⬆ Upgrade Bitwarden RS to 1.15.1 @schmosby (#29) +- ⬆ Upgrades nginx to 1.14.2-2+deb10u3 @frenck (#63) +- ⬆ Upgrades Bitwarden RS to 1.18.0 @frenck (#64) +- Upgrade add-on base image to 4.0.0 @frenck (#65) +- Add missing database dependencies @frenck (#67) +- ⬆️ Bump frenck/action-addon-linter from v1.2.3 to v1.3 @dependabot (#66) diff --git a/bitwarden/DOCS.md b/bitwarden/DOCS.md index 9ba05a04..7b7544d0 100644 --- a/bitwarden/DOCS.md +++ b/bitwarden/DOCS.md @@ -60,7 +60,7 @@ dealing with an unknown issue. Possible values are: - `debug`: Shows detailed debug information. - `info`: Normal (usually) interesting events. - `warning`: Exceptional occurrences that are not errors. -- `error`: Runtime errors that do not require immediate action. +- `error`: Runtime errors that do not require immediate action. - `fatal`: Something went terribly wrong. Add-on becomes unusable. Please note that each level automatically includes log messages from a @@ -109,16 +109,15 @@ To set the limit, you can use this setting: 10MB would be `10485760`. ## Changelog & Releases This repository keeps a change log using [GitHub's releases][releases] -functionality. The format of the log is based on -[Keep a Changelog][keepchangelog]. +functionality. Releases are based on [Semantic Versioning][semver], and use the format -of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented +of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented based on the following: -- ``MAJOR``: Incompatible or major changes. -- ``MINOR``: Backwards-compatible new features and enhancements. -- ``PATCH``: Backwards-compatible bugfixes and package updates. +- `MAJOR`: Incompatible or major changes. +- `MINOR`: Backwards-compatible new features and enhancements. +- `PATCH`: Backwards-compatible bugfixes and package updates. ## Support @@ -146,7 +145,7 @@ check [the contributor's page][contributors]. MIT License -Copyright (c) 2019-2020 Franck Nijhof +Copyright (c) 2019-2021 Franck Nijhof Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -173,7 +172,6 @@ SOFTWARE. [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-bitwarden-rs/115573?u=frenck [frenck]: https://github.com/frenck [issue]: https://github.com/hassio-addons/addon-bitwarden/issues -[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-bitwarden/releases [semver]: http://semver.org/spec/v2.0.0.htm diff --git a/bitwarden/README.md b/bitwarden/README.md index 83f2cd21..d447a2e6 100644 --- a/bitwarden/README.md +++ b/bitwarden/README.md @@ -52,10 +52,10 @@ If you are more interested in stable releases of our add-ons: [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-bitwarden-rs/115573?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck -[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg -[release-shield]: https://img.shields.io/badge/version-v0.6.2-blue.svg -[release]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.6.2 -[screenshot]: https://github.com/hassio-addons/addon-bitwarden/raw/master/images/screenshot.png +[release-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg +[release]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.7.0 +[screenshot]: https://github.com/hassio-addons/addon-bitwarden/raw/main/images/screenshot.png diff --git a/bitwarden/config.json b/bitwarden/config.json index a75a5f50..3ed97078 100644 --- a/bitwarden/config.json +++ b/bitwarden/config.json @@ -1,6 +1,6 @@ { "name": "Bitwarden RS", - "version": "0.6.2", + "version": "0.7.0", "slug": "bitwarden", "description": "Open source password management solution", "url": "https://github.com/hassio-addons/addon-bitwarden", @@ -12,9 +12,6 @@ "amd64", "armv7" ], - "boot": "auto", - "hassio_api": true, - "hassio_role": "default", "ports": { "7277/tcp": 7277 }, @@ -36,5 +33,5 @@ "keyfile": "str", "request_size_limit": "int?" }, - "image": "hassioaddons/bitwarden-{arch}" + "image": "ghcr.io/hassio-addons/bitwarden/{arch}" } \ No newline at end of file