Ghostwriter v3.0.0 #224
chrismaddalena
started this conversation in
Release Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
This is the final release for v3.0.0. This release includes all the changes and features of the tagged v2.3.0-rc2 and v3.0.0-rc1 releases. There is a consolidated CHANGELOG below.
For existing installations of v2.x.x, please refer to the updated installation guide and new update guide.
Before building any containers, you will need to migrate your current PostgreSQL username and password. Get your username and password from the old .envs/.production/.postgres file and run these commands:
Note on the API: Until cobalt_sync and mythic_sync are updated, the old REST API keys will still be issued for activity logging. In the near future, these projects will switch to using the GraphQL API and new API tokens, and a v3.x.x release will remove the old REST API endpoints and keys. This will also provide time for any other projects that use the REST API to switch to the GraphQL API.
CHANGELOG
[3.0.0] - 22 June 2022
Added
role
field for managing permissions in the upcoming GraphQL APIProjectInvite
andClientInvite
models to support role-based access controls in the GraphQL APIChanged
L10N
by default in favor of usingDATE_FORMAT
for managing the server's preferred date format (closes Error: Encountered an error generating the document: time datafév. 4, 2022
does not match format%b. %d, %Y
(french language) #193)categorization
JSON field dataauto_renew
set toFalse
even if status is set to "Available"format_datetime
filterM d, Y
) instead of values translated to Python's standard (e.g.,%b %d, %Y
)add_says
filterDeprecated
.envs/
are no longer used and will be ignored by v3.x.x and laterformat_datetime
andadd_days
filters is deprecated in v2.3.0strftime
stringscurrent_format
andformat_str
parametersRemoved
History
andServerHistory
tables used for tracking domain and server checkoutsFixed
django-bleach
dependency to fix error with latestpython-bleach
(Fixes Template error when viewing clients in v2.2.3 #208)BlockQuote
style in the report template<em>
tags could cause report generation to faildjangorestframework-api-key
to v2.2.0 to fix REST API key creation (closes Unable to create oplogs (error in creating a new API key) #197)Security
This discussion was created from the release Ghostwriter v3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions