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
Uh oh!
There was an error while loading. Please reload this page.
-
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
rolefield for managing permissions in the upcoming GraphQL APIProjectInviteandClientInvitemodels to support role-based access controls in the GraphQL APIChanged
L10Nby default in favor of usingDATE_FORMATfor managing the server's preferred date format (closes Error: Encountered an error generating the document: time datafév. 4, 2022does not match format%b. %d, %Y(french language) #193)categorizationJSON field dataauto_renewset toFalseeven if status is set to "Available"format_datetimefilterM d, Y) instead of values translated to Python's standard (e.g.,%b %d, %Y)add_saysfilterDeprecated
.envs/are no longer used and will be ignored by v3.x.x and laterformat_datetimeandadd_daysfilters is deprecated in v2.3.0strftimestringscurrent_formatandformat_strparametersRemoved
HistoryandServerHistorytables used for tracking domain and server checkoutsFixed
django-bleachdependency to fix error with latestpython-bleach(Fixes Template error when viewing clients in v2.2.3 #208)BlockQuotestyle in the report template<em>tags could cause report generation to faildjangorestframework-api-keyto 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