Skip to content
Closed
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,3 +1,3 @@
{

Check failure on line 1 in .release-please-manifest.json

View workflow job for this annotation

GitHub Actions / Prettier

.release-please-manifest.json#L1

There are issues with this file's formatting, please run Prettier to fix the errors
".": "1.2.0"
".": "1.3.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.3.0](https://github.com/MapColonies/k8s-services-list/compare/v1.2.0...v1.3.0) (2025-07-31)


### Features

* values schemas integration ([3b35870](https://github.com/MapColonies/k8s-services-list/commit/3b3587042ff07cc14c886afea1ad6e6c24bab361))
* values schemas integration ([946eb5c](https://github.com/MapColonies/k8s-services-list/commit/946eb5c18de9852efaa9e59def3c38abd71faa9c))


### Bug Fixes

* helm artifacts ([f56a5e4](https://github.com/MapColonies/k8s-services-list/commit/f56a5e4e3eb173c624c8270fec9724ac07e50b39))
* ingress ([2c523ca](https://github.com/MapColonies/k8s-services-list/commit/2c523cacd93f86df59d259df3a4601bbf07d8ba0))
* readme updated ([9637fbd](https://github.com/MapColonies/k8s-services-list/commit/9637fbdfa1a3f3ecfdce7363eca7d16f4b753467))
* support specific and official routes ([45440ee](https://github.com/MapColonies/k8s-services-list/commit/45440ee7d9e9369cdea2dd96494c4580defcd099))
* update values ([86e17fa](https://github.com/MapColonies/k8s-services-list/commit/86e17fa113accc8a87e0edecf7558a585cf5fdf4))

## [1.2.0](https://github.com/MapColonies/k8s-services-list/compare/v1.1.4...v1.2.0) (2024-09-19)


Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: k8s-services-list
description: A Helm chart for service-discovery service
type: application
version: 1.2.0
appVersion: 1.2.0
version: 1.3.0
appVersion: 1.3.0
dependencies:
- name: helm-common
version: 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.1
info:
title: k8s-services-list
description: Service to discover inner kubernetes cluster services.
version: 1.2.0
version: 1.3.0
license:
name: MIT
url: https://opensource.org/licenses/MIT
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "k8s-services-list",
"version": "1.2.0",
"version": "1.3.0",
"description": "This is template for map colonies typescript service",
"main": "./src/index.ts",
"scripts": {
Expand Down
Loading