Skip to content

Releases: m-mizutani/octovy

v0.3.3

08 Jul 23:55
bfa7955
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

16 Jun 03:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

10 Jun 07:51
9b7cea9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

09 Jun 00:59
f1410dc
Compare
Choose a tag to compare

Caution

Breaking Change

Octovy has undergone a re-architecture from v0.2.0. Previously, it used a Relational Database to store scan results, allowing for vulnerability checks and searches. In version 0.3.0, we have shifted to leveraging cloud resources for these operations. Scan results are now stored in Google Cloud Storage for comparison purposes. Additionally, to enable package and vulnerability searches, results are also saved in BigQuery. This transition allows for more cost-effective and flexible data utilization.

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

18 Sep 04:33
f8384eb
Compare
Choose a tag to compare

⚠️ Breaking Changes

Octovy's v0.1.x series has evolved into a feature-heavy application, which has complicated its ongoing maintenance. Here are some of the challenges we're facing:

  • The user interface (UI) has many implementations that are not well-understood by our development team.
  • The database schema has grown increasingly complex in an effort to support a wide range of use cases.

Recognizing these issues, we've decided to undertake a substantial revamp of Octovy's features in the upcoming v0.2.0 release. This will unfortunately result in a significant number of breaking changes. What this means is that some of the functions you were used to in the v0.1.x series may behave differently, or may not be available at all in the v0.2.0 release. We understand that this can be disruptive, but we believe that this step is essential to streamline the application and make it more maintainable in the long run. Please bear with us during this transition period, and do not hesitate to reach out if you have any questions or concerns.

What's Changed

Full Changelog: v0.1.11...v0.2.0

v0.1.11

04 Jan 05:34
Compare
Choose a tag to compare

News

New features

  • Move login page automatically if not log in
  • Callback feature in frontend for redirect to previous page after logging in

Refactoring

  • Changed directory structure under ./assets according to Next.js manner

v0.1.10

22 Dec 06:06
fe1c644
Compare
Choose a tag to compare

New features

  • Add /webhook/trivy endpoint to import a result of trivy scan directly
  • Add options to control exposed endpoint
    • --disable-webhook-github
    • --disable-webhook-trivy
    • --disable-frontend

v0.1.9

13 Dec 01:04
Compare
Choose a tag to compare

Bug fix

Fix import path

v0.1.8

13 Dec 00:54
e2d2811
Compare
Choose a tag to compare

New feature

Add a button to copy raw report data
Screen Shot 2021-12-13 at 9 52 57

v0.1.7

07 Dec 14:26
d0969b2
Compare
Choose a tag to compare

Features

  • Update repository page UI #34

Screen Shot 2021-12-07 at 23 23 08