From 98efb5fee387a48d5593668f3efe72670861de01 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 3 Oct 2024 10:02:10 +0000 Subject: [PATCH] Sync working groups --- _data/wg.yaml | 74 +++++++++++++++++++++++++-------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/_data/wg.yaml b/_data/wg.yaml index 6c9cf0f741a..b22b005f640 100644 --- a/_data/wg.yaml +++ b/_data/wg.yaml @@ -1,5 +1,42 @@ --- working-groups: + - title: "Quarkus Config and IDEs" + board-url: "https://github.com/orgs/quarkusio/projects/32" + short-description: Let's define a format for the files containing the config model we will include in the jars for IDE consumption. + readme: | +

Let's define a format for the files containing the config model we will include in the jars for IDE consumption.

+

See https://github.com/quarkusio/quarkus/discussions/42671 for more details.

+

Point of contact: @gsmet (Zulip: @_Guillaume Smet )

+ status: on track + completed: false + last-activity: 2024-10-03 + - title: "Docker file generation" + board-url: "https://github.com/orgs/quarkusio/projects/27" + short-description: A working group focusing on the generation of Dockerfile / ContainerFile + readme: | +

At the moment, when you create a Quarkus project (from code.quarkus.io or the CLI), a set of Dockerfiles is generated. However,

+
    +
  1. Not all these files are used by the user
  2. +
  3. These files are very quickly outdated
  4. +
  5. It does not allow extensions to customize the content
  6. +
+

This working group aims to replace these `Dockerfiles' with a CLI command that generates an up-to-date Dockerfile and includes extension customization.

+

The goal is not to allow updating these files once generated but to provide a one-off generation that the user can consult and use. It will use the recommended and up-to-date FROM image to improve security and, depending on the generated variant (JVM, native, native-micro...), follow good practices (such as using run-java for the JVM one).

+

You can find more details about this working group on this discussion. + Once completed, this working group will be followed by other initiatives focusing on generating the Github Action and Tekton pipelines.

+

Point of contact: @iocanel (Ioannis Canelloson Zulip)

+ status: on track + completed: false + last-activity: 2024-10-03 + last-update: | + There is a first draft https://github.com/quarkusio/quarkus/pull/42316 + The PR introduces a CLI plugin that generates a Dockerfile. + At the moment one can configure: + - base image + - falvor (jdk or native) + + With more features to be added in future pull requests. + The pull request is on hold due to some concerns raised by @ia3andy. A meeting has been scheduled to discuss those concerns. - title: "Roq :: Quarkus SSG" board-url: "https://github.com/orgs/quarkiverse/projects/6" short-description: Allow Static Site Generation with Quarkus. @@ -47,16 +84,6 @@ working-groups: last-update: | 3.15 has been cut. The 3.15.x is the new LTS, starting with 3.15.1 - - title: "Quarkus Config and IDEs" - board-url: "https://github.com/orgs/quarkusio/projects/32" - short-description: Let's define a format for the files containing the config model we will include in the jars for IDE consumption. - readme: | -

Let's define a format for the files containing the config model we will include in the jars for IDE consumption.

-

See https://github.com/quarkusio/quarkus/discussions/42671 for more details.

-

Point of contact: @gsmet (Zulip: @_Guillaume Smet )

- status: on track - completed: false - last-activity: 2024-09-30 - title: "Enhanced TLS support" board-url: "https://github.com/orgs/quarkusio/projects/24" short-description: Track the progress around the new TLS configuration centralization and new features (like Let's Encrypt, Cert-Manager, and local experience...) @@ -123,33 +150,6 @@ working-groups: Since we don't have a target date, and progress is being made, I can declare this on track, with only a slightly murky conscience. This is a big change, and one which doesn't lend itself well to dividing into smaller chunks. I'm keeping a spreadsheet of build results. In the CI runs, the number of failing jobs was 31 at the last update, and it is now 25. A number of suites, such as `integration-tests/devtools` were failing, and are now passing. - - title: "Docker file generation" - board-url: "https://github.com/orgs/quarkusio/projects/27" - short-description: A working group focusing on the generation of Dockerfile / ContainerFile - readme: | -

At the moment, when you create a Quarkus project (from code.quarkus.io or the CLI), a set of Dockerfiles is generated. However,

-
    -
  1. Not all these files are used by the user
  2. -
  3. These files are very quickly outdated
  4. -
  5. It does not allow extensions to customize the content
  6. -
-

This working group aims to replace these `Dockerfiles' with a CLI command that generates an up-to-date Dockerfile and includes extension customization.

-

The goal is not to allow updating these files once generated but to provide a one-off generation that the user can consult and use. It will use the recommended and up-to-date FROM image to improve security and, depending on the generated variant (JVM, native, native-micro...), follow good practices (such as using run-java for the JVM one).

-

You can find more details about this working group on this discussion. - Once completed, this working group will be followed by other initiatives focusing on generating the Github Action and Tekton pipelines.

-

Point of contact: @iocanel (Ioannis Canelloson Zulip)

- status: on track - completed: false - last-activity: 2024-09-10 - last-update: | - There is a first draft https://github.com/quarkusio/quarkus/pull/42316 - The PR introduces a CLI plugin that generates a Dockerfile. - At the moment one can configure: - - base image - - falvor (jdk or native) - - With more features to be added in future pull requests. - The pull request is on hold due to some concerns raised by @ia3andy. A meeting has been scheduled to discuss those concerns. - title: "WebSocket Next" board-url: "https://github.com/orgs/quarkusio/projects/26" short-description: WebSocket-Next related tasks