Skip to content

Commit

Permalink
Release 1.0.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Oct 1, 2024
1 parent 634dc14 commit 45b8167
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 10 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Changelog

<!-- towncrier release notes start -->
## 1.0.0a2 (2024-10-01)

### Backend


#### Bugfix

- Generate Docker images on tag creation [@ericof] [#51](https://github.com/kitconcept/kitconcept.intranet/issue/51)


#### Internal

- Fixes a warning in the Acceptance tests docker image creation [@ericof]
- Improve GHA to generate the backend Docker image [@ericof]
- Release ghcr.io/kitconcept/kitconcept-intranet-backend image with tags [@ericof]



### Frontend

#### Internal

- Release ghcr.io/kitconcept/kitconcept-intranet-frontend image with tags [@ericof]



## 1.0.0a0 (2024-10-01)

### Backend
Expand Down
14 changes: 14 additions & 0 deletions backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@

<!-- towncrier release notes start -->

## 1.0.0a3 (2024-10-01)


### Bugfix

- Generate Docker images on tag creation [@ericof] [#51](https://github.com/kitconcept/kitconcept.intranet/issue/51)


### Internal

- Fixes a warning in the Acceptance tests docker image creation [@ericof]
- Improve GHA to generate the backend Docker image [@ericof]
- Release ghcr.io/kitconcept/kitconcept-intranet-backend image with tags [@ericof]

## 1.0.0a0 (2024-10-01)


Expand Down
1 change: 0 additions & 1 deletion backend/news/+docker copy.internal

This file was deleted.

1 change: 0 additions & 1 deletion backend/news/+docker.internal

This file was deleted.

1 change: 0 additions & 1 deletion backend/news/+gha.internal

This file was deleted.

1 change: 0 additions & 1 deletion backend/news/51.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion backend/src/kitconcept/intranet/about.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0a2"
__version__ = "1.0.0a3"
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
- --api

frontend:
image: ghcr.io/kitconcept/kitconcept-intranet-frontend:1.0.0a2
image: ghcr.io/kitconcept/kitconcept-intranet-frontend:1.0.0a3
platform: linux/amd64
environment:
RAZZLE_INTERNAL_API_PATH: http://backend:8080/Plone
Expand All @@ -52,7 +52,7 @@ services:
- traefik.http.routers.rt-frontend.middlewares=gzip

backend:
image: ghcr.io/kitconcept/kitconcept-intranet-backend:1.0.0a2
image: ghcr.io/kitconcept/kitconcept-intranet-backend:1.0.0a3
platform: linux/amd64
environment:
RELSTORAGE_DSN: "dbname='${DB_NAME:-plone}' user='${DB_NAME:-plone}' host='${DB_HOST:-db}' password='${DB_PASSWORD:-HxfQYJgHCtjM}' port='${DB_PORT:-5432}'"
Expand Down
6 changes: 6 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

<!-- towncrier release notes start -->

## 1.0.0-alpha.3 (2024-10-01)

### Internal

- Release ghcr.io/kitconcept/kitconcept-intranet-frontend image with tags [@ericof]

## 1.0.0-alpha.2 (2024-10-01)

### Bugfix
Expand Down
6 changes: 6 additions & 0 deletions frontend/packages/volto-intranet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

<!-- towncrier release notes start -->

## 1.0.0-alpha.3 (2024-10-01)

### Internal

- Release ghcr.io/kitconcept/kitconcept-intranet-frontend image with tags [@ericof]

## 1.0.0-alpha.2 (2024-10-01)

### Bugfix
Expand Down
1 change: 0 additions & 1 deletion frontend/packages/volto-intranet/news/+docker.internal

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/packages/volto-intranet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitconcept/volto-intranet",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "A Plone distribution for Intranets with Plone. Created by kitconcept.",
"main": "src/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0a2
1.0.0a3

0 comments on commit 45b8167

Please sign in to comment.