Skip to content

Commit

Permalink
chore(master): release kukkuu 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 27, 2024
1 parent f6ee5b6 commit c4203ab
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.10.0"
".": "3.11.0"
}
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,46 @@
<!-- REMINDER: While updating changelog, also remember to update
the version in kukkuu/__init.py__ -->

## [3.11.0](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.10.0...kukkuu-v3.11.0) (2024-12-27)


### Features

* **auditlog-extra:** Add request path to additional data in LogEntry ([59c3d46](https://github.com/City-of-Helsinki/kukkuu/commit/59c3d4685e65808a399d7b58d85280d7e35145de))
* **auditlog-extra:** Admin mixin ([8f4e56a](https://github.com/City-of-Helsinki/kukkuu/commit/8f4e56a4f394769741f6d61607c1e5a36bd8d550))
* **auditlog-extra:** Configuration helper ([00165e6](https://github.com/City-of-Helsinki/kukkuu/commit/00165e6ad89bf0a1bca6f83b55d65597808c0cde))
* **auditlog-extra:** Decorator ([e7b9257](https://github.com/City-of-Helsinki/kukkuu/commit/e7b92579e3fc08e5ac6ea7b851bb144a8e3b6bad))
* **auditlog-extra:** Middleware ([0e63451](https://github.com/City-of-Helsinki/kukkuu/commit/0e63451fc9771c7c39d81bb5b6e658e9e353407b))
* **auditlog:** Installed django-auditlog ([e0f2f04](https://github.com/City-of-Helsinki/kukkuu/commit/e0f2f04b837d9561576659b67304fe043db7dbd7))
* **auditlog:** Write access log of restricted graphene nodes ([9ba8fad](https://github.com/City-of-Helsinki/kukkuu/commit/9ba8fad2c93d1454500d1d3eb2864c2739aa6786))
* **auditlog:** Write access logs of restricted admin models ([e4fa72d](https://github.com/City-of-Helsinki/kukkuu/commit/e4fa72daa683d73dc7f1a4c29bbb8c2a39765385))
* **csp:** Install and configure django-csp ([8c6bb7d](https://github.com/City-of-Helsinki/kukkuu/commit/8c6bb7d5f8b251da5cd048630f273a709e9950dc))
* **devops:** Liveness probe to test the database connection ([1dcc0ff](https://github.com/City-of-Helsinki/kukkuu/commit/1dcc0ff2ba76819fd3e8235da0a07e622a573c1b))
* **devops:** Readiness probe to give build and release info ([f8db348](https://github.com/City-of-Helsinki/kukkuu/commit/f8db34822e3d94ef85f0ca112354982d48abc3a8))


### Bug Fixes

* "The USE_L10N setting is deprecated" deprecation warning ([9f0abc1](https://github.com/City-of-Helsinki/kukkuu/commit/9f0abc17873af8d26657c7abf64a7628701ce328))
* **auditlog-extra:** Duplicated log creation prevention in admin mixin ([a427992](https://github.com/City-of-Helsinki/kukkuu/commit/a427992e21f969825f520badd426a646e84b320f))
* **auditlog-extra:** Explicitly define app_label for DummyTestModel ([551eb46](https://github.com/City-of-Helsinki/kukkuu/commit/551eb4616c65d3b426317bffa4f3b20f337bd89b))
* **csp:** Circular import in settings ([38ff1b5](https://github.com/City-of-Helsinki/kukkuu/commit/38ff1b5e6a60154cb8b7b82b9cf98f4e23bf81af))
* **csp:** Spectacular redoc view ([f6ee5b6](https://github.com/City-of-Helsinki/kukkuu/commit/f6ee5b62eebc3a698e21c293b667f4c5c3f0cde5))
* DEFAULT_FILE_STORAGE deprecation warning by using STORAGES instead ([808d500](https://github.com/City-of-Helsinki/kukkuu/commit/808d500b0a3f30e79d20e19e7adaffc24346e068))
* Graphene-django warning that DjangoObjectType needs fields/exclude ([8be20af](https://github.com/City-of-Helsinki/kukkuu/commit/8be20afc9b63898f4fe3c890e0b0a00c4a0bcbd4))
* Remove ChildNode deprecation warnings and document fields' behavior ([00846ec](https://github.com/City-of-Helsinki/kukkuu/commit/00846ecc65240fd7b58ee4c8ca171687dd842ee7))
* Sentry_sdk deprecation warning by using current scope ([ebc5d65](https://github.com/City-of-Helsinki/kukkuu/commit/ebc5d6563aade650907139dd362390d82a8a0e9f))


### Documentation

* **auditlog-extra:** Add a note to test schema ([cfcc44b](https://github.com/City-of-Helsinki/kukkuu/commit/cfcc44bfc0e8b3c003903d2a1569a05b4e280f32))
* **auditlog-extra:** Add toc, refactor the api section, improve ([a5f4c81](https://github.com/City-of-Helsinki/kukkuu/commit/a5f4c81d4385d771b5688e1d211c7a111d33c942))
* **auditlog-extra:** Audit logging principles ([0398b3a](https://github.com/City-of-Helsinki/kukkuu/commit/0398b3a26fa479c65936b320e0019f547486c8b4))
* **auditlog-extra:** Readme and FAQ ([4804965](https://github.com/City-of-Helsinki/kukkuu/commit/480496504c12d6ea0328f59a48b7050e1ebcd31c))
* **auditlog:** Add audit logging to the project readme ([fefcfb5](https://github.com/City-of-Helsinki/kukkuu/commit/fefcfb5f979873e283fd96c2176edb2234055cc1))
* Correct the facts in readme ([caf2fbc](https://github.com/City-of-Helsinki/kukkuu/commit/caf2fbccef27943dd74ac39dfdb311bb61c9f384))

## [3.10.0](https://github.com/City-of-Helsinki/kukkuu/compare/kukkuu-v3.9.0...kukkuu-v3.10.0) (2024-11-25)


Expand Down
2 changes: 1 addition & 1 deletion kukkuu/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.10.0"
__version__ = "3.11.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kukkuu"
version = "3.10.0"
version = "3.11.0"
requires-python = ">=3.11"

[tool.ruff]
Expand Down

0 comments on commit c4203ab

Please sign in to comment.