🎉 Release of add-on Bitwarden RS 0.7.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-20 13:32:56 +00:00
parent cc2179f961
commit 0d0dced5cb
5 changed files with 38 additions and 32 deletions

View file

@ -802,10 +802,10 @@ SOFTWARE.
[appdaemon-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[appdaemon-i386-shield]: https://img.shields.io/badge/i386-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-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.7.0
[addon-doc-bitwarden]: https://github.com/hassio-addons/addon-bitwarden/blob/v0.6.2/README.md [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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[bitwarden-amd64-shield]: https://img.shields.io/badge/amd64-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 [bitwarden-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,16 +1,27 @@
[Full Changelog][changelog] ## Whats 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 This add-on ships with the latest BitWarden RS 0.18.0
- 🔨 Implement OCI image specification on labels
- ✏ Split add-on documentation
- 🔨 Add tls 1.3 to protocols (#27)
[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 - Cleanup repository @frenck (#59)
Enjoying my add-ons? Consider supporting my work: - Upgrade Code of Conduct @frenck (#60)
https://github.com/sponsors/frenck or https://patreon.com/frenck - 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)

View file

@ -60,7 +60,7 @@ dealing with an unknown issue. Possible values are:
- `debug`: Shows detailed debug information. - `debug`: Shows detailed debug information.
- `info`: Normal (usually) interesting events. - `info`: Normal (usually) interesting events.
- `warning`: Exceptional occurrences that are not errors. - `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. - `fatal`: Something went terribly wrong. Add-on becomes unusable.
Please note that each level automatically includes log messages from a 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 ## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases] This repository keeps a change log using [GitHub's releases][releases]
functionality. The format of the log is based on functionality.
[Keep a Changelog][keepchangelog].
Releases are based on [Semantic Versioning][semver], and use the format 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: based on the following:
- ``MAJOR``: Incompatible or major changes. - `MAJOR`: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements. - `MINOR`: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates. - `PATCH`: Backwards-compatible bugfixes and package updates.
## Support ## Support
@ -146,7 +145,7 @@ check [the contributor's page][contributors].
MIT License 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal 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 [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-bitwarden-rs/115573?u=frenck
[frenck]: https://github.com/frenck [frenck]: https://github.com/frenck
[issue]: https://github.com/hassio-addons/addon-bitwarden/issues [issue]: https://github.com/hassio-addons/addon-bitwarden/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[reddit]: https://reddit.com/r/homeassistant [reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-bitwarden/releases [releases]: https://github.com/hassio-addons/addon-bitwarden/releases
[semver]: http://semver.org/spec/v2.0.0.htm [semver]: http://semver.org/spec/v2.0.0.htm

View file

@ -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 [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-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[github-sponsors]: https://github.com/sponsors/frenck [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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [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-shield]: https://img.shields.io/badge/version-v0.7.0-blue.svg
[release]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.6.2 [release]: https://github.com/hassio-addons/addon-bitwarden/tree/v0.7.0
[screenshot]: https://github.com/hassio-addons/addon-bitwarden/raw/master/images/screenshot.png [screenshot]: https://github.com/hassio-addons/addon-bitwarden/raw/main/images/screenshot.png

View file

@ -1,6 +1,6 @@
{ {
"name": "Bitwarden RS", "name": "Bitwarden RS",
"version": "0.6.2", "version": "0.7.0",
"slug": "bitwarden", "slug": "bitwarden",
"description": "Open source password management solution", "description": "Open source password management solution",
"url": "https://github.com/hassio-addons/addon-bitwarden", "url": "https://github.com/hassio-addons/addon-bitwarden",
@ -12,9 +12,6 @@
"amd64", "amd64",
"armv7" "armv7"
], ],
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"ports": { "ports": {
"7277/tcp": 7277 "7277/tcp": 7277
}, },
@ -36,5 +33,5 @@
"keyfile": "str", "keyfile": "str",
"request_size_limit": "int?" "request_size_limit": "int?"
}, },
"image": "hassioaddons/bitwarden-{arch}" "image": "ghcr.io/hassio-addons/bitwarden/{arch}"
} }