Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"6.4.1"}
{".":"6.4.2"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [6.4.2](https://github.com/MapColonies/pycsw/compare/v6.4.1...v6.4.2) (2026-05-27)


### Helm Changes

* upgrade nginx version and refactor configuration files tosupport nginx extensions( MAPCO-10120) ([#113](https://github.com/MapColonies/pycsw/issues/113)) ([8d97c67](https://github.com/MapColonies/pycsw/commit/8d97c6743053821ad451a5cf3ee6e3482200e28d))

## [6.4.1](https://github.com/MapColonies/pycsw/compare/v6.4.0...v6.4.1) (2026-01-19)


Expand Down
4 changes: 2 additions & 2 deletions helm/3d/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pycsw
description: A Helm chart for 3d pycsw deployment
type: application
version: 6.4.1
appVersion: 6.4.1
version: 6.4.2
appVersion: 6.4.2
dependencies:
- name: nginx
version: 1.1.0
Expand Down
4 changes: 2 additions & 2 deletions helm/dem/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pycsw
description: A Helm chart for pycsw service
type: application
version: 6.4.1
appVersion: 6.4.1
version: 6.4.2
appVersion: 6.4.2
dependencies:
- name: nginx
version: 1.1.0
Expand Down
4 changes: 2 additions & 2 deletions helm/raster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pycsw
description: A Helm chart for pycsw service
type: application
version: 6.4.1
appVersion: 6.4.1
version: 6.4.2
appVersion: 6.4.2
dependencies:
- name: nginx
version: 2.1.6
Expand Down
Loading