Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.3.z] Bump Quarkus and Quarkus config version to 3.2.12.Final, remove helm and disable CLI test #1095

Merged
merged 3 commits into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,6 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
cache: 'maven'
- name: Install Helm client
uses: azure/setup-helm@v3
with:
version: v3.9.0
id: install
- name: Setup helmfile
uses: mamezou-tech/[email protected]
with:
helmfile-version: "v0.145.2"
install-helm: no
- name: Download Maven Repo
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -132,16 +122,6 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
cache: 'maven'
- name: Install Helm client
uses: azure/setup-helm@v3
with:
version: v3.9.0
id: install
- name: Setup helmfile
uses: mamezou-tech/[email protected]
with:
helmfile-version: "v0.145.2"
install-helm: no
- name: Download Maven Repo
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -195,16 +175,6 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
cache: 'maven'
- name: Install Helm client
uses: azure/setup-helm@v3
with:
version: v3.9.0
id: install-helm
- name: Setup helmfile
uses: mamezou-tech/[email protected]
with:
helmfile-version: "v0.145.2"
install-helm: no
- name: Download Maven Repo
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -243,17 +213,6 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
cache: 'maven'
- name: Install Helm client
uses: azure/setup-helm@v3
with:
version: v3.9.0
id: install
- uses: MinoruSekine/setup-scoop@main
with:
add_extras_bucket: 'true'
- name: Install helmfile
shell: bash
run: scoop install helmfile
- name: Download Maven Repo
uses: actions/download-artifact@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ Main features:
- JDK 11+
- Maven 3+
- Docker
- Helm
- Helmfiles
- OCP/K8s client

# Getting Started
Expand Down
2 changes: 0 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
<packaging>pom</packaging>
<modules>
<module>quarkus-cli</module>
<!-- TODO: uncomment helm when we use version adapted to https://github.com/quarkusio/quarkus/pull/34956 -->
<!-- <module>quarkus-helm</module> -->
<module>pingpong</module>
<module>restclient</module>
<module>greetings</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import jakarta.inject.Inject;

import org.apache.http.HttpStatus;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

Expand All @@ -22,6 +23,7 @@

@Tag("quarkus-cli")
@QuarkusScenario
@Disabled("https://github.com/quarkusio/quarkus/pull/37808")
public class QuarkusCliClientIT {

static final String RESTEASY_REACTIVE_EXTENSION = "quarkus-resteasy-reactive";
Expand Down
169 changes: 0 additions & 169 deletions examples/quarkus-helm/pom.xml

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions examples/quarkus-helm/src/main/resources/application.properties

This file was deleted.

Loading
Loading