Skip to content

Commit

Permalink
Prepare 0.9.0-rc.2
Browse files Browse the repository at this point in the history
Signed-off-by: Riccardo Binetti <[email protected]>
  • Loading branch information
rbino committed Sep 10, 2024
1 parent a0a7c0a commit 78b8343
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 12 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ 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).

## [0.9.0] - Unreleased
## [0.9.0-rc.2] - 2024-09-10
### Fixed
- Correctly scope Base Image uploads to their Base Image Collection bucket.
- Show a better error when trying to delete a Base Image or Update Channel connected to an existing
Update Campaign.
### Added
- Support redirection to a specific page after successful authentication

## [0.9.0-rc.1] - 2024-07-10
### Fixed
Expand All @@ -19,7 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.9.0-rc.0] - 2024-07-08
### Added
- Allow generating admin JWT using `gen-edgehog-jwt`.
- Support redirection to a specific page after successful authentication
### Changed
- Change logo and brand images with the latest brand revision.
- BREAKING: The Admin API is now JSON-API compliant, which implies a slightly different format,
Expand Down
2 changes: 1 addition & 1 deletion backend/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defmodule Edgehog.MixProject do
def project do
[
app: :edgehog,
version: "0.9.0-rc.1",
version: "0.9.0-rc.2",
elixir: "~> 1.17",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: Mix.compilers(),
Expand Down
2 changes: 1 addition & 1 deletion doc/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defmodule Doc.MixProject do
def project do
[
app: :doc,
version: "0.9.0-rc.1",
version: "0.9.0-rc.2",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down
4 changes: 2 additions & 2 deletions doc/pages/admin/deploying_with_kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ spec:
value: <EDGEHOG-FORWARDER-PORT>
- name: EDGEHOG_FORWARDER_SECURE_SESSIONS
value: <EDGEHOG-FORWARDER-SECURE-SESSIONS>
image: edgehogdevicemanager/edgehog-backend:0.9.0-rc.1
image: edgehogdevicemanager/edgehog-backend:0.9.0-rc.2
imagePullPolicy: Always
name: edgehog-backend
ports:
Expand Down Expand Up @@ -414,7 +414,7 @@ spec:
- env:
- name: BACKEND_URL
value: <BACKEND-HOST>
image: edgehogdevicemanager/edgehog-frontend:0.9.0-rc.1
image: edgehogdevicemanager/edgehog-frontend:0.9.0-rc.2
imagePullPolicy: Always
name: edgehog-frontend
ports:
Expand Down
2 changes: 1 addition & 1 deletion doc/versions.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var versionNodes = [
{
version: "v0.9.0-rc.1",
version: "v0.9.0-rc.2",
url: "https://docs.edgehog.io/0.9"
},
{
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- postgresql-data:/var/lib/postgresql/data

edgehog-backend:
image: edgehogdevicemanager/edgehog-backend:0.9.0-rc.1
image: edgehogdevicemanager/edgehog-backend:0.9.0-rc.2
build:
context: backend
env_file: .env
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
- "traefik.http.services.edgehog-backend.loadbalancer.server.port=4000"

edgehog-frontend:
image: edgehogdevicemanager/edgehog-frontend:0.9.0-rc.1
image: edgehogdevicemanager/edgehog-frontend:0.9.0-rc.2
build:
context: frontend
environment:
Expand Down
4 changes: 2 additions & 2 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edgehog-device-manager-frontend",
"version": "0.9.0-rc.1",
"version": "0.9.0-rc.2",
"bugs": {
"url": "https://github.com/edgehog-device-manager/edgehog/issues"
},
Expand Down

0 comments on commit 78b8343

Please sign in to comment.