Skip to content

Commit f99dcde

Browse files
victorvarzaVictor Varza
and
Victor Varza
authored
Bump version to v1.5.6 (#136)
* bump version for app and helm chart * remove bumb helm chart --------- Co-authored-by: Victor Varza <[email protected]>
1 parent afdc94d commit f99dcde

File tree

4 files changed

+52
-3
lines changed

4 files changed

+52
-3
lines changed

CHANGELOG.md

+49
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,61 @@
1+
# 1.5.6
2+
3+
## cluster-registry-api
4+
5+
- dependabot(deps): bump golang.org/x/net from 0.22.0 to 0.24.0 (#131)
6+
- dependabot(deps): bump github.com/aws/aws-sdk-go from 1.51.11 to 1.51.16 (#132)
7+
8+
## cluster-registry-client
9+
10+
- Fix extra metrics handler (#135)
11+
- dependabot(deps): bump golang.org/x/net from 0.22.0 to 0.24.0 (#131)
12+
- dependabot(deps): bump github.com/aws/aws-sdk-go from 1.51.11 to 1.51.16 (#132)
13+
114
# 1.5.5
215

316
## cluster-registry-api
417

518
- Add NamespaceProfileInfraType field (#130)
19+
- dependabot(deps): bump github.com/aws/aws-sdk-go from 1.51.6 to 1.51.11 (#129)
20+
- dependabot(deps): bump github.com/coreos/go-oidc/v3 from 3.9.0 to 3.10.0 (#128)
21+
- dependabot(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 (#127)
22+
- dependabot(deps): bump github.com/aws/aws-sdk-go from 1.51.1 to 1.51.6 (#126)
23+
- dependabot(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 (#124)
24+
- dependabot(deps): bump github.com/aws/aws-sdk-go from 1.50.30 to 1.51.1 (#125)
25+
- dependabot(deps): bump github.com/go-jose/go-jose/v3 from 3.0.2 to 3.0.3 (#123)
26+
- dependabot(deps): bump github.com/testcontainers/testcontainers-go (#121)
27+
- dependabot(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#120)
28+
- dependabot(deps): bump github.com/prometheus/client_golang (#119)
29+
- dependabot(deps): bump github.com/aws/aws-sdk-go from 1.50.25 to 1.50.30 (#118)
30+
- dependabot(deps): bump github.com/aws/aws-sdk-go from 1.50.18 to 1.50.25 (#117)
31+
- dependabot(deps): bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.2 (#116)
32+
- Update dependencies (#110)
33+
- dependabot(deps): bump github.com/testcontainers/testcontainers-go (#114)
34+
- dependabot(deps): bump github.com/swaggo/swag from 1.16.1 to 1.16.3 (#113)
35+
- dependabot(deps): bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (#112)
36+
- dependabot(deps): bump github.com/coreos/go-oidc/v3 from 3.6.0 to 3.9.0 (#111)
637

738
## cluster-registry-client
839

940
- Add NamespaceProfileInfraType field (#130)
41+
- dependabot(deps): bump github.com/aws/aws-sdk-go from 1.51.6 to 1.51.11 (#129)
42+
- dependabot(deps): bump github.com/coreos/go-oidc/v3 from 3.9.0 to 3.10.0 (#128)
43+
- dependabot(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 (#127)
44+
- dependabot(deps): bump github.com/aws/aws-sdk-go from 1.51.1 to 1.51.6 (#126)
45+
- dependabot(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 (#124)
46+
- dependabot(deps): bump github.com/aws/aws-sdk-go from 1.50.30 to 1.51.1 (#125)
47+
- dependabot(deps): bump github.com/go-jose/go-jose/v3 from 3.0.2 to 3.0.3 (#123)
48+
- dependabot(deps): bump github.com/testcontainers/testcontainers-go (#121)
49+
- dependabot(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#120)
50+
- dependabot(deps): bump github.com/prometheus/client_golang (#119)
51+
- dependabot(deps): bump github.com/aws/aws-sdk-go from 1.50.25 to 1.50.30 (#118)
52+
- dependabot(deps): bump github.com/aws/aws-sdk-go from 1.50.18 to 1.50.25 (#117)
53+
- dependabot(deps): bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.2 (#116)
54+
- Update dependencies (#110)
55+
- dependabot(deps): bump github.com/testcontainers/testcontainers-go (#114)
56+
- dependabot(deps): bump github.com/swaggo/swag from 1.16.1 to 1.16.3 (#113)
57+
- dependabot(deps): bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (#112)
58+
- dependabot(deps): bump github.com/coreos/go-oidc/v3 from 3.6.0 to 3.9.0 (#111)
1059

1160
# 1.5.4
1261

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.5
1+
1.5.6

charts/cluster-registry-client/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ maintainers:
1616
1717

1818
version: 0.2.4
19-
appVersion: v1.5.5
19+
appVersion: v1.5.6

charts/cluster-registry-client/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cluster-registry-client
22

3-
![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.5.5](https://img.shields.io/badge/AppVersion-v1.5.5-informational?style=flat-square)
3+
![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.5.6](https://img.shields.io/badge/AppVersion-v1.5.6-informational?style=flat-square)
44

55
Cluster Registry is a Rest API representing the source of record for all Kubernetes clusters in the infrastructure fleet. All clusters are automatically registered, and the information is accurately reflected in the Cluster Registry using a client-server architecture.
66

0 commit comments

Comments
 (0)