Skip to content

Commit e11dea8

Browse files
committed
Prepared version v0.7.13
1 parent 8b575b7 commit e11dea8

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.13] - 2025-11-04
11+
1012
### Added
1113

1214
- Add queryables configuration support using pypgstac load-queryables [#323](https://github.com/developmentseed/eoapi-k8s/pull/323)

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<p>
1010
<a href="https://github.com/developmentseed/eoapi-k8s/actions?query=workflow%3ACI" target="_blank">
11-
<img src="https://github.com/developmentseed/eoapi-k8s/actions/workflows/helm-tests.yml/badge.svg?branch=main" alt="Test">
11+
<img src="https://github.com/developmentseed/eoapi-k8s/actions/workflows/ci.yml/badge.svg?branch=main" alt="Test">
1212
</a>
1313
<a href="https://github.com/developmentseed/eoapi-k8s/blob/main/LICENSE" target="_blank">
1414
<img src="https://img.shields.io/github/license/developmentseed/titiler.svg" alt="License">
@@ -28,14 +28,8 @@
2828

2929
### Get started
3030

31-
* [Quick start guide](./docs/quick-start.md)
32-
33-
### `eoAPI-k8s` documentation
34-
35-
* [Overview of docs](https://eoapi.dev/deployment/kubernetes)
36-
37-
### General eoAPI documentation
38-
* [eoapi.dev](https://eoapi.dev) website.
31+
* [General eoAPI documentation](https://eoapi.dev).
32+
* [eoAPI-k8s documentation](https://eoapi.dev/deployment/kubernetes)
3933

4034
## Contributing
4135

charts/eoapi/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ annotations:
3939
# This is the chart version. This version number should be incremented each time you make changes
4040
# to the chart and its templates, including the app version.
4141
# Versions are expected to follow Semantic Versioning (https://semver.org/)
42-
version: "0.8.0"
42+
version: "0.7.13"
4343

4444
# This is the version number of the application being deployed. This version number should be
4545
# incremented each time you make changes to the application. Versions are not expected to

charts/eoapi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# eoAPI Helm Chart
22

3-
![Version: 0.7.12](https://img.shields.io/badge/Version-0.7.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.0](https://img.shields.io/badge/AppVersion-6.0.0-informational?style=flat-square)
3+
![Version: 0.7.13](https://img.shields.io/badge/Version-0.7.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.0](https://img.shields.io/badge/AppVersion-6.0.0-informational?style=flat-square)
44

55
A Helm chart for deploying Earth Observation APIs with integrated STAC, raster, vector, and multidimensional services.
66

0 commit comments

Comments
 (0)