* Update Squidex Helm chart to version 1.0.4 with appVersion 7.18.0. Enhanced values.yaml with new parameters for deployment strategy, autoscaling, and network policies. Adjusted service port to 8080 and added support for pod disruption budgets. Introduced Horizontal Pod Autoscaler and NetworkPolicy templates for improved resource management and security.
* Enhance Squidex Helm chart README with additional configuration parameters for deployment strategy, autoscaling, pod disruption budgets, affinity, scheduling, ingress, and security context. Updated service port to 8080 and included detailed descriptions for new settings to improve user guidance.
* Update Squidex Helm chart configuration to include optional security contexts for pods and containers. Added commented annotations for ingress settings in values.yaml to enhance user customization options.
* Enhance Squidex Helm chart by adding optional parameters for topology spread constraints and priority class name in values.yaml. Update deployment template to conditionally include these settings, improving deployment flexibility and customization.
* Fix the values.yaml file to allow the README generator to run.
* Update Squidex Helm chart to change default service account name to an empty string in values.yaml and README.md for improved flexibility.
* Update Squidex Helm chart version to 2.0.1 for compatibility with appVersion 7.18.0.
* docs: update README to reflect change from 'skip' to 'param' for priorityClassName, topologySpreadConstraints, annotations, resources, and labels
* Update Squidex Helm chart to increase default replica count from 1 to 3 in both README.md and values.yaml.
* Add sensitive data redaction in log configuration
- Implemented regex patterns to identify sensitive keys and values.
- Redacted sensitive information in logs to enhance security.
- Added methods to check for sensitive keys and values based on defined patterns.
* Refactor sensitive data patterns in log configuration to resolve build warning errors
- Changed the declaration of sensitive patterns from array to array initializer for improved readability.
- Removed unnecessary whitespace for cleaner code formatting.
* PRFL-10747. Added ability to disable OIDC profile scope.
* Added documentation to the appsettings.
* external OIDC "profile" scope must be enabled by default.
---------
Co-authored-by: Osipenko Maksim <MaViOsipenko@beeline.ru>
* PRFL-10747. Added ability to disable OIDC profile scope.
* Added documentation to the appsettings.
---------
Co-authored-by: Osipenko Maksim <MaViOsipenko@beeline.ru>
* Try to run build in parallel.
* Another test
* Adjust release
* Individual docker files.
* Another fix.
* Use correct test flags.
* Also adapt release.yml
* Disable summary.
* Fix warnings.
* Also disable upload.
* Run tests on all servers.
* Revert schema tests.
* T
* t
* Text
* Fix.
* Add migration.
* Update tests.
* Test degrees
* Update test
* Update duration.
* Improvements.
* Add searchable text field.
* Fix whitespaces.