Skip to content

Releases: PeCoReT/pecoret

v0.3.0-rc1

23 Nov 13:18
edeb08c
Compare
Choose a tag to compare
v0.3.0-rc1 Pre-release
Pre-release

This release changes the way we handle the frontend.
The following steps can be used for migration:

  • remove .env* from frontend (not needed anymore)
  • remove frontend/dist (not needed anymore)
cd server
python3 manage.py collectstatic --no-input
cd ../frontend
npm run build
  • fix nginx static files /opt/pecoret/server/static files e.g.
    location /static/ {
        alias /opt/pecoret/server/static/;
    }

    location / {
        proxy_pass http://127.0.0.1:8000;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Forwarded-Proto 'https';
        proxy_set_header Host $host;
    }
  • delete legacy groups (not in use anymore)
    • Advisory Management
    • Vendor

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0-rc1

v0.2.0

23 Sep 16:07
ba664f8
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.5...v0.2.0

v0.2.0-rc1

20 Jul 10:41
ec4f0b3
Compare
Choose a tag to compare
v0.2.0-rc1 Pre-release
Pre-release

What's Changed

Breaking Change

Full Changelog: v0.1.6-rc1...v0.2.0-rc1

v0.1.6-rc1

31 Jan 16:35
Compare
Choose a tag to compare
v0.1.6-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.5...v0.1.6-rc1

v0.1.5

10 Jan 16:39
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.5-rc1

06 Jan 07:49
Compare
Choose a tag to compare
v0.1.5-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.4...v0.1.5-rc1

v0.1.4

07 Dec 11:28
5a8801d
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

22 Nov 04:59
76a0e29
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Breaking

  • Drop OWASP Risk Rating support

What's Changed

Full Changelog: v0.1.2-rc1...v0.1.3

v0.1.2-rc1

04 Nov 11:17
8a013a2
Compare
Choose a tag to compare
v0.1.2-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.1...v0.1.2-rc1