Václav Muzikář
f7803ae041
Update minikube ( #43069 )
...
Closes #43075
Signed-off-by: Václav Muzikář <vmuzikar@redhat.com>
2025-10-02 14:46:34 -03:00
dependabot[bot]
ea6eb43023
Bump docker/login-action from 3.5.0 to 3.6.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](184bdaa072...5e57cd1181 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-02 07:06:03 -03:00
dependabot[bot]
45ffef5c96
Bump github/codeql-action from 3.30.3 to 3.30.5
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.30.3 to 3.30.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](192325c861...3599b3baa1 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.30.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 16:11:00 -03:00
Stian Thorgersen
1b789f1703
Sync kind/* labels from issue types automatically
...
Closes #43111
Signed-off-by: stianst <stianst@gmail.com>
2025-10-01 14:28:21 +02:00
Stian Thorgersen
346b1821c3
Add type to issue templates ( #43051 )
...
Signed-off-by: stianst <stianst@gmail.com>
2025-10-01 07:11:14 +02:00
Václav Muzikář
b65a60e40d
Support for EDB 17 ( #42341 )
...
Closes #42742
Closes #42293
Signed-off-by: Václav Muzikář <vmuzikar@redhat.com>
2025-09-26 16:04:47 +02:00
dependabot[bot]
2ae84362ab
Bump actions/cache from 4.2.4 to 4.3.0
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.4 to 4.3.0.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](0400d5f644...0057852bfa )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 4.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-25 13:54:50 -03:00
Martin Bartoš
e511e6c538
Use JDK 25 Temurin in GHA CI ( #42857 )
...
Closes #42955
Signed-off-by: Martin Bartoš <mabartos@redhat.com>
2025-09-25 17:49:29 +02:00
Sebastian Łaskawiec
a1c66829db
Kubernetes Signed JWT Authenticator UI ( #42853 )
...
* Kubernetes Signed JWT Authenticator UI
Signed-off-by: Sebastian Łaskawiec <sebastian.laskawiec@defenseunicorns.com>
* Test and lint fix
Signed-off-by: Sebastian Łaskawiec <sebastian.laskawiec@defenseunicorns.com>
* Optimized imports
Signed-off-by: Sebastian Łaskawiec <sebastian.laskawiec@defenseunicorns.com>
---------
Signed-off-by: Sebastian Łaskawiec <sebastian.laskawiec@defenseunicorns.com>
2025-09-25 12:15:00 +02:00
Stian Thorgersen
d301ace334
Update teams.yml ( #42854 )
...
Signed-off-by: Stian Thorgersen <stianst@gmail.com>
2025-09-23 09:23:52 +02:00
Steven Hawkins
e789e3213f
fix: limiting what fields are hashed to identify compatible update jobs ( #42623 )
...
closes : #41014
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2025-09-22 19:03:06 +02:00
dependabot[bot]
2789d62e3a
Bump github/codeql-action from 3.30.0 to 3.30.3
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.30.0 to 3.30.3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v3.30.0...192325c86100d080feab897ff886c34abd4c83a3 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.30.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-19 08:32:32 -03:00
forkimenjeckayang
f3bd3dcd2e
[OID4VCI] Extend realm UI configuration by OID4VCI attributes ( #41757 )
...
* Extend realm UI configuration by OID4VCI attributes
Closes #39533
Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
* update: adjust tests in oid4vci-attributes.spec.ts based on feature availability
Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
* update: directly check OID4VCI feature from server info in tests before running
Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
* update: address comment(s) by @IngridPuppet
Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
* update: skip tests when oid4vci feature is not enabled
Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
* update: move oid4vc realm attributes setting to token tab
Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
* update: refactor tokens tab and restructure oid4vci attributes tests
Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
* update: apply review comments by @jonkoops
Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
* update: refactored tests to use createTestBed()
Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
* update: apply changes by @jonkoops
Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
* update: address review comments
Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
* update: change test format
Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
* update: enable oid4vc feature in worfklows
Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
* Update .github/workflows/stability-js-ci.yml
Co-authored-by: Jon Koops <jonkoops@gmail.com>
Signed-off-by: forkimenjeckayang <104195313+forkimenjeckayang@users.noreply.github.com>
* fix: included required fields in tokens.ts as fix for CI tests
Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
* update: address more review comments
Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
---------
Signed-off-by: forkimenjeckayang <forkimenjeckayang@gmail.com>
Signed-off-by: forkimenjeckayang <104195313+forkimenjeckayang@users.noreply.github.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2025-09-18 13:30:34 -04:00
Alexander Schwartz
15223f298f
Exclude invalid JavaScript files from CodeQL
...
Closes #42664
Signed-off-by: Alexander Schwartz <alexander.schwartz@gmx.net>
2025-09-18 09:18:06 -03:00
Martin Bartoš
1b7709bfa2
Test JDK 25 in CI ( #42447 )
...
Closes #42733
Signed-off-by: Martin Bartoš <mabartos@redhat.com>
2025-09-18 12:13:45 +00:00
Stian Thorgersen
34c9b47414
Update issue templates ( #42612 )
...
* Update issue templates
Closes #42611
Signed-off-by: stianst <stianst@gmail.com>
* Update .github/ISSUE_TEMPLATE/milestone.yml
Signed-off-by: Stian Thorgersen <stian@redhat.com>
---------
Signed-off-by: stianst <stianst@gmail.com>
Signed-off-by: Stian Thorgersen <stian@redhat.com>
2025-09-17 13:58:53 +02:00
Alexander Schwartz
b918270a3a
Adding CodeQL for GitHub Actions
...
Closes #42661
Signed-off-by: Alexander Schwartz <alexander.schwartz@gmx.net>
2025-09-17 08:46:39 -03:00
Ryan Emerson
6e7a836c96
Create default ServiceMonitor with Operator
...
Closes #40406
Signed-off-by: Ryan Emerson <remerson@ibm.com>
2025-09-16 10:57:35 +02:00
Lukas Hanusovsky
0aff081946
Keycloak CI - Refactoring ci.yml, removing surefire reports and jvm heapdump actions ( #42425 )
...
Signed-off-by: Lukas Hanusovsky <lhanusov@redhat.com>
2025-09-15 14:53:45 +02:00
dependabot[bot]
df478a8a8f
Bump github/codeql-action from 3.30.1 to 3.30.3
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.30.1 to 3.30.3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](f1f6e5f6af...192325c861 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.30.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-11 14:27:38 -03:00
Stian Thorgersen
22cccdd1db
Update Admin UI for SPIFFE Identity Provider ( #42507 )
...
Closes #42464
Signed-off-by: stianst <stianst@gmail.com>
2025-09-11 11:44:44 +02:00
dependabot[bot]
2da0e002e2
Bump github/codeql-action from 3.30.0 to 3.30.1
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.30.0 to 3.30.1.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](2d92b76c45...f1f6e5f6af )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.30.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 16:49:52 -03:00
dependabot[bot]
42ae71f376
Bump aquasecurity/trivy-action from 0.33.0 to 0.33.1
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.33.0 to 0.33.1.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](f9424c10c3...b6643a29fe )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-version: 0.33.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 16:49:02 -03:00
Stian Thorgersen
cbf915c570
Update timeout for Base IT (new) ( #42367 )
...
Signed-off-by: stianst <stianst@gmail.com>
2025-09-05 10:31:09 +02:00
dependabot[bot]
35e6d7512c
Bump actions/cache from 4.2.3 to 4.2.4
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](5a3ec84eff...0400d5f644 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 4.2.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-03 16:22:35 -03:00
dependabot[bot]
28d3b2dd29
Bump actions/checkout from 4.2.2 to 5.0.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](11bd71901b...08c6903cd8 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-03 15:06:15 -03:00
dependabot[bot]
9be42e1681
Bump snyk/actions
...
Bumps [snyk/actions](https://github.com/snyk/actions ) from 28606799782bc8e809f4076e9f8293bc4212d05e to e2221410bff24446ba09102212d8bc75a567237d.
- [Release notes](https://github.com/snyk/actions/releases )
- [Commits](2860679978...e2221410bf )
---
updated-dependencies:
- dependency-name: snyk/actions
dependency-version: e2221410bff24446ba09102212d8bc75a567237d
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-03 15:05:40 -03:00
dependabot[bot]
2237cf3dab
Bump github/codeql-action from 3.29.4 to 3.29.11
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.4 to 3.29.11.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](4e828ff8d4...3c3833e0f8 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-03 15:05:11 -03:00
dependabot[bot]
42693395e1
Bump actions/download-artifact from 4.3.0 to 5.0.0
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4.3.0 to 5.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](d3f86a106a...634f93cb29 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-03 15:04:02 -03:00
Peter Zaoral
fb35439479
Use an OS-specific key for writing for maven cache ( #41735 ) ( #41810 )
...
Closes : #41664
Signed-off-by: Peter Zaoral <pepo48@gmail.com>
2025-09-03 14:52:30 +02:00
dependabot[bot]
c7b787ef1a
Bump aquasecurity/trivy-action from 0.32.0 to 0.33.0
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.32.0 to 0.33.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](dc5a429b52...f9424c10c3 )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-version: 0.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-09-03 08:54:09 -03:00
Jon Koops
9ac33e53e6
Store Corepack tools in GitHub cache ( #42168 )
...
Closes #42165
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2025-08-27 12:52:37 +02:00
Alexander Schwartz
ca1e61047a
Adding TiDB dialect for Quarkus
...
Closes #41897
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Signed-off-by: Dennis Kniep <kniepdennis@gmail.com>
Co-authored-by: Dennis Kniep <kniepdennis@gmail.com>
2025-08-26 17:44:45 -03:00
Jon Koops
32ae5fe100
Collect Playwright reports and server logs on stability runs ( #41976 )
...
Closes #41974
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2025-08-20 08:09:47 +02:00
Martin Bartoš
4526d2d445
Upgrade to Quarkus 3.26.0.CR1
...
Closes #41880
Signed-off-by: Martin Bartoš <mabartos@redhat.com>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
2025-08-15 15:29:19 +02:00
Dennis Kniep
d74a10d87a
Add TiDB as supported db
...
Closes #41455
Signed-off-by: Dennis Kniep <kniepdennis@gmail.com>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
2025-08-14 07:27:21 +00:00
Stian Thorgersen
ddfdbfec6a
Add workflows and utils to review stability of testsuite ( #40268 )
...
Closes #40267
Signed-off-by: stianst <stianst@gmail.com>
2025-08-13 08:33:26 +02:00
Stian Thorgersen
dae1032382
Change teams for UI components ( #41787 )
...
Signed-off-by: Stian Thorgersen <stianst@gmail.com>
2025-08-12 14:46:29 +02:00
Jon Koops
a3591f670f
Isolate account console tests on a per-realm basis ( #41608 )
...
Closes #41606
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2025-08-12 07:43:21 -04:00
Stian Thorgersen
71cd3d5d2f
Update bug.yml
...
Signed-off-by: Stian Thorgersen <stianst@gmail.com>
2025-08-11 08:01:04 -03:00
Bruno Oliveira da Silva
7153d8668d
Automatically assign issues with observability label to SRE and CN teams
...
Signed-off-by: Bruno Oliveira da Silva <bruno@abstractj.com>
Closes #41680
2025-08-07 12:12:25 -03:00
Björn Eickvonder
c7cc162f6b
Support for RSA Key Size of 3072
...
Closes #41551
Signed-off-by: Bjoern Eickvonder <bjoern.eickvonder@inform-software.com>
2025-07-31 13:30:33 +02:00
Jon Koops
f81e42ada5
Align and optimize Playwright configurations ( #41461 )
...
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2025-07-28 10:56:14 -04:00
dependabot[bot]
dac226965e
Bump github/codeql-action from 3.29.3 to 3.29.4
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.3 to 3.29.4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](d6bbdef45e...4e828ff8d4 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-07-28 09:21:40 -03:00
Steven Hawkins
10947d002f
fix: using localtest.me instead of nip.io
...
closes : #40645
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2025-07-26 11:36:01 +02:00
dependabot[bot]
6de8e2d25c
Bump github/codeql-action from 3.29.2 to 3.29.3 ( #41307 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.2 to 3.29.3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](181d5eefc2...d6bbdef45e )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-22 13:49:08 +02:00
Ryan Emerson
52a83509dc
Default jdbc-ping cluster setup for distributed caches fails in Oracle
...
* Add DatabaseConfig to TestDatabase so the underlying DB can be
configured per test
* Allow DB initScripts to be configured by tests
Closes #40784
Closes #41105
Signed-off-by: Ryan Emerson <remerson@redhat.com>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
2025-07-17 15:57:25 +00:00
dependabot[bot]
4fd047c58e
Bump github/codeql-action from 3.29.0 to 3.29.2
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.29.0 to 3.29.2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](ce28f5bb42...181d5eefc2 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 3.29.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-07-14 19:11:54 -03:00
dependabot[bot]
bcde7954eb
Bump aquasecurity/trivy-action from 0.31.0 to 0.32.0
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](76071ef0d7...dc5a429b52 )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-version: 0.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-07-14 18:58:21 -03:00
dependabot[bot]
80a2b4401b
Bump snyk/actions
...
Bumps [snyk/actions](https://github.com/snyk/actions ) from cdb760004ba9ea4d525f2e043745dfe85bb9077e to 28606799782bc8e809f4076e9f8293bc4212d05e.
- [Release notes](https://github.com/snyk/actions/releases )
- [Commits](cdb760004b...2860679978 )
---
updated-dependencies:
- dependency-name: snyk/actions
dependency-version: 28606799782bc8e809f4076e9f8293bc4212d05e
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-07-14 18:57:25 -03:00