Skip to content

v0.7.0

Compare
Choose a tag to compare
@emmanuelmathot emmanuelmathot released this 30 Apr 13:56
· 4 commits to main since this release
c3da3af

The v0.7.0 release introduces a unified database deployment strategy, redesigned ingress system, modernized service architecture, and several new integrations that make the platform more adaptable to different deployment scenarios while maintaining robust operational standards.

Major Changes

  1. Unified Database Architecture

    • Flexible PostgreSQL deployment supporting both integrated PGO operator and self-managed deployments
    • Enhanced PgSTAC bootstrap process using Helm hooks for reliable database initialization
  2. Ingress System Improvements

    • New controller-agnostic ingress configuration that works seamlessly with both NGINX and Traefik
    • Streamlined path management and routing that reduces configuration complexity
  3. Service Architecture Enhancements

    • Refactored service-specific templates for better modularity and maintenance
    • Improved service organization and dependency management
  4. New Features

    • Integrated STAC Browser for intuitive data exploration and visualization
    • Azure Secret Vault integration enabling secure credential management
    • ArtifactHub.io integration for simplified package discovery and installation
    • Upgraded stac-fastapi-pgstac to v5.0.2 with latest STAC improvements

Breaking Changes Notice

Users upgrading from previous versions should note several breaking changes:

Please refer to our migration guides in the documentation for detailed upgrade instructions. These changes, while requiring some migration effort, provide a more robust and maintainable foundation for your Earth Observation API deployments.

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0