|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | | -## [1.1.2] - Current |
| 5 | +## [1.1.5] - Current |
6 | 6 |
|
7 | 7 | ### Added |
8 | | -- Keycloak integration with modular auth configuration |
| 8 | +- **Plugin metadata auto-generation**: When `dynamic-plugins.yaml` doesn't exist, configuration is automatically generated from `metadata/*.yaml` files |
| 9 | +- **OCI URL generation for PR builds**: When `GIT_PR_NUMBER` is set, local plugin paths are replaced with OCI URLs (e.g., `oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/my-plugin:pr_1234__1.0.0`) |
| 10 | +- Plugin metadata injection into existing `dynamic-plugins.yaml` configurations |
| 11 | +- New utilities: `shouldInjectPluginMetadata()`, `generateDynamicPluginsConfigFromMetadata()`, `loadAndInjectPluginMetadata()`, `extractPluginName()` |
| 12 | +- **Early pod failure detection**: `waitForPodsWithFailureDetection()` in KubernetesClientHelper detects CrashLoopBackOff, ImagePullBackOff, init container failures, etc. within seconds instead of waiting for full timeout |
| 13 | + |
| 14 | +### Changed |
| 15 | +- Plugin versions for OCI URLs are fetched from source repo's `package.json` using `source.json` commit ref |
| 16 | +- Metadata handling disabled for periodic builds (when `JOB_NAME` contains `periodic-`) |
| 17 | +- Strict error handling for PR builds (fails if source files missing or fetch fails) |
| 18 | +- Improved boxen formatting for YAML output |
| 19 | +- RHDH and Keycloak deployments now use early failure detection for faster error reporting |
| 20 | + |
| 21 | +### Environment Variables |
| 22 | +- `GIT_PR_NUMBER`: Enables OCI URL generation for PR builds |
| 23 | +- `RHDH_SKIP_PLUGIN_METADATA_INJECTION`: Disables all metadata handling |
| 24 | + |
| 25 | +## [1.1.4] |
| 26 | + |
| 27 | +### Fixed |
| 28 | +- Keycloak: Use plain HTTP route to avoid certificate issues (#19) |
| 29 | + |
| 30 | +### Security |
| 31 | +- Bump `lodash` from 4.17.21 to 4.17.23 |
| 32 | +- Bump `tar` from 7.5.2 to 7.5.6 |
| 33 | + |
| 34 | +## [1.1.3] |
| 35 | + |
| 36 | +### Added |
| 37 | +- Comprehensive VitePress documentation site (#14) |
| 38 | + |
| 39 | +### Fixed |
| 40 | +- Corepack setup for Yarn 3 in CI workflow (#16) |
| 41 | + |
| 42 | +## [1.1.2] |
| 43 | + |
| 44 | +### Added |
| 45 | +- Keycloak integration with modular auth configuration (#8) |
9 | 46 | - KeycloakHelper class for Keycloak deployment and management |
10 | 47 | - Support for guest and Keycloak authentication providers |
11 | 48 | - Automatic Keycloak deployment in global setup |
12 | 49 | - Default realm, client, groups, and users configuration |
| 50 | +- Keycloak integration documentation (#9) |
13 | 51 |
|
14 | 52 | ### Changed |
15 | 53 | - Improved RHDHDeployment class with `configure()` method |
16 | 54 | - Enhanced configuration merging for auth-specific configs |
17 | 55 | - Better environment variable handling |
18 | 56 |
|
| 57 | +## [1.1.1] |
| 58 | + |
| 59 | +### Added |
| 60 | +- Playwright helpers: UIHelper, LoginHelper, APIHelper (#7) |
| 61 | +- Page objects: CatalogPage, HomePage, CatalogImportPage, ExtensionsPage, NotificationPage |
| 62 | + |
19 | 63 | ## [1.1.0] |
20 | 64 |
|
21 | 65 | ### Added |
22 | 66 | - Initial release of `rhdh-e2e-test-utils` |
23 | 67 | - RHDHDeployment class for RHDH deployment |
24 | 68 | - Playwright test fixtures (rhdh, uiHelper, loginHelper, baseURL) |
25 | 69 | - Base Playwright configuration with `defineConfig` |
26 | | -- UIhelper class for Material-UI interactions |
27 | | -- LoginHelper class for authentication |
28 | | -- APIHelper class for GitHub and Backstage APIs |
29 | | -- Page objects (CatalogPage, HomePage, CatalogImportPage, ExtensionsPage, NotificationPage) |
30 | 70 | - KubernetesClientHelper for Kubernetes operations |
31 | 71 | - YAML merging utilities |
32 | 72 | - Environment variable substitution |
33 | 73 | - ESLint configuration factory |
34 | 74 | - TypeScript base configuration |
35 | 75 | - Support for Helm and Operator deployment methods |
36 | 76 |
|
| 77 | +### Fixed |
| 78 | +- Config file resolution for published package (#6) |
| 79 | + |
37 | 80 | ## [1.0.0] |
38 | 81 |
|
39 | 82 | ### Added |
|
0 commit comments