Skip to content

Commit

Permalink
Release 1.0.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Oct 1, 2024
1 parent 1ddacfe commit 438d821
Show file tree
Hide file tree
Showing 16 changed files with 79 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
!.vscode
scripts
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# Changelog

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

### Backend


#### Feature

- Initial version of kitconcept.intranet [@tisto] [#1](https://github.com/kitconcept/kitconcept.intranet/issue/1)
- Make public workflow the default workflow for new Intranets [@ericof] [#2](https://github.com/kitconcept/kitconcept.intranet/issue/2)
- Provide two options of workflow: One for public intranets, the other one for intranets that require authentication [@ericof] [#48](https://github.com/kitconcept/kitconcept.intranet/issue/48)


#### Bugfix

- Fix dos_protection error [@reebalazs] [#9](https://github.com/kitconcept/kitconcept.intranet/issue/9)


#### Internal

- Apply plone/meta [@ericof] [#7](https://github.com/kitconcept/kitconcept.intranet/issue/7)
- Upgrade backend to use ruff, hatch and uv [@ericof] [#49](https://github.com/kitconcept/kitconcept.intranet/issue/49)



### Frontend

#### Feature

- Initial version of kitconcept.intranet [@tisto] [#1](https://github.com/kitconcept/kitconcept.intranet/issue/1)



20 changes: 20 additions & 0 deletions backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,23 @@
-->

<!-- towncrier release notes start -->

## 1.0.0a0 (2024-10-01)


### Feature

- Initial version of kitconcept.intranet [@tisto] [#1](https://github.com/kitconcept/kitconcept.intranet/issue/1)
- Make public workflow the default workflow for new Intranets [@ericof] [#2](https://github.com/kitconcept/kitconcept.intranet/issue/2)
- Provide two options of workflow: One for public intranets, the other one for intranets that require authentication [@ericof] [#48](https://github.com/kitconcept/kitconcept.intranet/issue/48)


### Bugfix

- Fix dos_protection error [@reebalazs] [#9](https://github.com/kitconcept/kitconcept.intranet/issue/9)


### Internal

- Apply plone/meta [@ericof] [#7](https://github.com/kitconcept/kitconcept.intranet/issue/7)
- Upgrade backend to use ruff, hatch and uv [@ericof] [#49](https://github.com/kitconcept/kitconcept.intranet/issue/49)
1 change: 0 additions & 1 deletion backend/news/1.feature

This file was deleted.

1 change: 0 additions & 1 deletion backend/news/2.feature

This file was deleted.

1 change: 0 additions & 1 deletion backend/news/48.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion backend/news/9.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.0a0"
__version__ = "1.0.0a1"
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.0a0
image: ghcr.io/kitconcept/kitconcept-intranet-frontend:1.0.0a1
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.0a0
image: ghcr.io/kitconcept/kitconcept-intranet-backend:1.0.0a1
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
15 changes: 15 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

<!-- You should *NOT* be adding new change log entries to this file.
You should create a file in the news directory instead.
For helpful instructions, please see:
https://6.docs.plone.org/volto/developer-guidelines/contributing.html#create-a-pull-request
-->

<!-- towncrier release notes start -->

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

### Feature

- Initial version of kitconcept.intranet [@tisto] [#1](https://github.com/kitconcept/kitconcept.intranet/issue/1)
6 changes: 6 additions & 0 deletions frontend/packages/volto-intranet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@
-->

<!-- towncrier release notes start -->

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

### Feature

- Initial version of kitconcept.intranet [@tisto] [#1](https://github.com/kitconcept/kitconcept.intranet/issue/1)
1 change: 0 additions & 1 deletion frontend/packages/volto-intranet/news/1.feature

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.0",
"version": "1.0.0-alpha.1",
"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.0a0
1.0.0a1

0 comments on commit 438d821

Please sign in to comment.