Skip to content

Latest commit

 

History

History
61 lines (27 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

61 lines (27 loc) · 1.54 KB

Changelog

1.0.0a2 (2024-10-01)

Backend

Bugfix

  • Generate Docker images on tag creation [@ericof] #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

Feature

  • Initial version of kitconcept.intranet [@tisto] #1
  • Make public workflow the default workflow for new Intranets [@ericof] #2
  • Provide two options of workflow: One for public intranets, the other one for intranets that require authentication [@ericof] #48

Bugfix

  • Fix dos_protection error [@reebalazs] #9

Internal

  • Apply plone/meta [@ericof] #7
  • Upgrade backend to use ruff, hatch and uv [@ericof] #49

Frontend

Feature

  • Initial version of kitconcept.intranet [@tisto] #1