Tags give the ability to mark specific points in history as being important
-
v1.0.2
protected1cfc0172 · ·Release Notes v1.0.2 New Features - External Elasticsearch Support - Added ability to connect to external Elasticsearch clusters instead of only using in-cluster deployments - Admin Emails Configuration - Added support for configuring admin email addresses for entitlements bootstrap - Namespace Prefix - Added namespace prefix support to avoid conflicts with Kubernetes default namespaces Helm & Deployment - New Partition Config Helm Chart - Added partition-config Helm chart (devops/partition-config/) for simplified partition resource deployment and configuration Testing - E2E Test Automation - Added comprehensive end-to-end test suite (e2e-operator-tests/) with Cucumber-based integration tests covering partition creation, K8s verification, and OSDU service interactions - Parameterized Test Admin Account - Made test admin account configurable for better test flexibility Code Quality - Package Restructuring - Reorganized codebase with meaningful package names: - a1 → namespace - a2 → bucket - a5 → sql - a9 → elasticsearch - Added Secret Comparator - New utility for comparing Kubernetes secrets - Improved Elasticsearch Client Architecture - Introduced ElasticsearchClientRouter and IElasticsearchClientProvider interfaces for better extensibility Bug Fixes - Fixed partition status update issues - Added LICENSE file -
v1.0.1
protected0e41f6ac · ·Updated README, added how to, use cases, etc. Remove data bootstrap config from the spec. Added status reporting via patching CR. Updated retry and timeout configs. Updated logs to use json. Added validation for data-partition-id. Added ElasticSearch k8s secret force sync and service reload to pick them up. Added Optional Partition properties support