Skip to content

Commit

Permalink
Update version to 1.0.2
Browse files Browse the repository at this point in the history
Decided to drop +cf version suffix as in fact it doesn't matter so much
for the web UI.
  • Loading branch information
Radiokot committed Jul 21, 2024
1 parent 680e46c commit 6916971
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.2] - 2024-07-21

### Changed
- Updated dependency versions as per vulnerability audit results

## [1.0.1+cf.2023.10.0] - 2023-12-04
Cloudflared version 2023.10.0.

Expand All @@ -15,6 +20,7 @@ Cloudflared version 2023.10.0.
Cloudflared version 2023.10.0.
This is the initial release of the app.

[Unreleased]: https://github.com/Radiokot/umbrel-cloudflared/compare/1.0.1+cf.2023.10.0...HEAD
[Unreleased]: https://github.com/Radiokot/umbrel-cloudflared/compare/1.0.2...HEAD
[1.0.2]: https://github.com/Radiokot/umbrel-cloudflared/compare/1.0.1+cf.2023.10.0...1.0.2
[1.0.1+cf.2023.10.0]: https://github.com/Radiokot/umbrel-cloudflared/compare/1.0.0+cf.2023.10.0...1.0.1+cf.2023.10.0
[1.0.0+cf.2023.10.0]: https://github.com/Radiokot/umbrel-cloudflared/compare/6f17c2e531a30f65ee48ce67ae70e15dd6a778ef...1.0.0+cf.2023.10.0
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ To use this app, you must have a set up Cloudflare account with added domains. O
This web UI for [cloudflared](https://github.com/cloudflare/cloudflared) is intended to be used only in docker-compose deployment under Umbrel. The connector image it uses is [umbrel-cloudflared-connector](https://github.com/Radiokot/umbrel-cloudflared-connector).

### Versioning
This app uses [Semantic Versioning 2.0.0](https://semver.org/#spec-item-11). Hence it is closely connected to [cloudflared](https://github.com/cloudflare/cloudflared), the corresponding version is specified in the build metadata part, after the "+" sign.

This app uses [Semantic Versioning 2.0.0](https://semver.org/#spec-item-11).
All the user-facing changes in the app are listed in the [changelog file](CHANGELOG.md).

### Environment variables
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umbrel-cloudflared",
"version": "1.0.1+cf.2023.10.0",
"version": "1.0.2",
"private": true,
"scripts": {
"prepare": "svelte-kit sync",
Expand Down

0 comments on commit 6916971

Please sign in to comment.