cryostatio / cryostat

Secure JDK Flight Recorder management for containerized JVMs
https://cryostat.io
Other
19 stars 10 forks source link

chore(quarkus): upgrade to 3.8 LTS #687

Closed andrewazores closed 2 days ago

andrewazores commented 1 month ago

Welcome to Cryostat! 👋

Before contributing, make sure you have:

To recreate commits with GPG signature git fetch upstream && git rebase --force --gpg-sign upstream/main


Fixes: #688

Description of the change:

This change allows an environment variable to be configured so that...

Motivation for the change:

This change is helpful because users may want to...

How to manually test:

  1. Run CRYOSTAT_IMAGE=quay.io... bash smoketest.bash...
  2. ...
andrewazores commented 1 month ago

/build_test

github-actions[bot] commented 1 month ago

Workflow started at 10/8/2024, 4:23:37 PM. View Actions Run.

github-actions[bot] commented 1 month ago

No GraphQL schema changes detected.

github-actions[bot] commented 1 month ago

OpenAPI schema change detected:

diff --git a/schema/openapi.yaml b/schema/openapi.yaml
index ebb0470..207ef13 100644
--- a/schema/openapi.yaml
+++ b/schema/openapi.yaml
@@ -352,21 +352,21 @@ components:
 info:
   contact:
     email: cryostat-development@googlegroups.com
     name: Cryostat Community
     url: https://cryostat.io
   description: Cloud-Native JDK Flight Recorder
   license:
     name: Apache 2.0
     url: https://github.com/cryostatio/cryostat3/blob/main/LICENSE
   title: Cryostat API
-  version: 3.0.1-snapshot
+  version: 3.0.2-snapshot
 openapi: 3.0.3
 paths:
   /api/beta/credentials/{connectUrl}:
     post:
       parameters:
         - in: path
           name: connectUrl
           required: true
           schema:
             type: string
github-actions[bot] commented 1 month ago

Schema changes committed by the CI.

github-actions[bot] commented 1 month ago

CI build and push: All tests pass ✅ https://github.com/cryostatio/cryostat/actions/runs/11243153143

andrewazores commented 1 month ago

Manually smoketested with smoketest.bash and things look good. Also checked in OpenShift using the Helm chart:

$ cd cryostat-helm
$ git checkout cryostat-v3.0
$ helm install cryostat --set authentication.openshift.enabled=true --set core.route.enabled=true --set core.image.repository=quay.io/andrewazores/cryostat --set core.image.tag=302-quarkus-38-1 ./charts/cryostat/