Skip to content

Commit

Permalink
Merge pull request #485 from rbino/prepare-0.8.0
Browse files Browse the repository at this point in the history
Prepare v0.8.0
  • Loading branch information
szakhlypa committed Mar 29, 2024
2 parents d5a65f7 + 4a2b0ab commit 4e9c0c8
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.8.0] - Unreleased
## [0.8.0] - 2024-03-29
### Changed
- Configure cookie attribute based on protocol.
- Normalize triggers when comparing them for reconciliation to avoid useless reconciliations.
Expand Down
3 changes: 1 addition & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

| Version | Supported |
| ------- | ------------------ |
| < 0.7 | :x: |
| 0.7.x | :white_check_mark: |
| < 0.8 | :x: |
| 0.8.x | :white_check_mark: |

## Reporting a Vulnerability
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.8.0-rc.1",
version: "0.8.0",
elixir: "~> 1.15",
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.8.0-rc.1",
version: "0.8.0",
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.8.0-rc.1
image: edgehogdevicemanager/edgehog-backend:0.8.0
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.8.0-rc.1
image: edgehogdevicemanager/edgehog-frontend:0.8.0
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.8.0-rc.1",
version: "v0.8.0",
url: "https://docs.edgehog.io/0.8"
},
{
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.8.0-rc.1
image: edgehogdevicemanager/edgehog-backend:0.8.0
build:
context: backend
env_file: .env
Expand Down Expand Up @@ -66,7 +66,7 @@ services:
- "traefik.http.services.edgehog-backend.loadbalancer.server.port=4000"

edgehog-frontend:
image: edgehogdevicemanager/edgehog-frontend:0.8.0-rc.1
image: edgehogdevicemanager/edgehog-frontend:0.8.0
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.8.0-rc.1",
"version": "0.8.0",
"bugs": {
"url": "https://github.com/edgehog-device-manager/edgehog/issues"
},
Expand Down

0 comments on commit 4e9c0c8

Please sign in to comment.