Releases: finleap-connect/monoskope
Releases · finleap-connect/monoskope
v0.6.0
v0.5.2
Changes
Features
- Cluster aggregate adjustments @jastBytes (#281)
- Implement snapshots creation @HaniAlshikh (#280)
Maintenance
- golang: bump github.com/onsi/gomega from 1.22.1 to 1.23.0 @dependabot (#282)
- golang: bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.10.0 to 1.11.1 @dependabot (#284)
- Cluster aggregate adjustments @jastBytes (#281)
- golang: bump github.com/spf13/cobra from 1.6.0 to 1.6.1 @dependabot (#286)
- golang: bump go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin from 0.36.1 to 0.36.4 @dependabot (#285)
- golang: bump github.com/aws/aws-sdk-go from 1.44.121 to 1.44.126 @dependabot (#283)
- golang: bump github.com/go-pg/pg/extra/pgotel/v10 from 10.10.6 to 10.10.7 @dependabot (#279)
- golang: bump go.opentelemetry.io/contrib/instrumentation/host from 0.36.1 to 0.36.4 @dependabot (#278)
- golang: bump go.opentelemetry.io/otel/sdk/metric from 0.32.1 to 0.33.0 @dependabot (#275)
- golang: bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 0.32.1 to 0.33.0 @dependabot (#273)
- golang: bump go.opentelemetry.io/otel from 1.10.0 to 1.11.1 @dependabot (#276)
- golang: bump github.com/uptrace/opentelemetry-go-extra/otelzap from 0.1.16 to 0.1.17 @dependabot (#277)
- golang: bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.36.1 to 0.36.4 @dependabot (#274)
- golang: bump go.opentelemetry.io/contrib/instrumentation/runtime from 0.36.1 to 0.36.4 @dependabot (#272)
- golang: bump github.com/aws/aws-sdk-go from 1.44.116 to 1.44.121 @dependabot (#271)
v0.5.1
v0.5.0
Changes
Features
- Integrate OpenTelemtry @jastBytes (#252)
Maintenance
- better way to identify cluster url and cert @alesti (#262)
- golang: bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0 @dependabot (#263)
- golang: bump github.com/onsi/gomega from 1.21.1 to 1.22.1 @dependabot (#266)
- golang: bump github.com/spf13/cobra from 1.5.0 to 1.6.0 @dependabot (#269)
- golang: bump k8s.io/cli-runtime from 0.25.2 to 0.25.3 @dependabot (#268)
- golang: bump k8s.io/apimachinery from 0.25.2 to 0.25.3 @dependabot (#267)
- golang: bump google.golang.org/grpc from 1.50.0 to 1.50.1 @dependabot (#265)
- golang: bump github.com/aws/aws-sdk-go from 1.44.114 to 1.44.116 @dependabot (#264)
- golang: bump github.com/open-policy-agent/opa from 0.44.0 to 0.45.0 @dependabot (#257)
- golang: bump google.golang.org/grpc from 1.49.0 to 1.50.0 @dependabot (#256)
- golang: bump github.com/onsi/gomega from 1.20.2 to 1.21.1 @dependabot (#258)
- golang: bump github.com/go-pg/pg/v10 from 10.10.6 to 10.10.7 @dependabot (#261)
- golang: bump github.com/envoyproxy/protoc-gen-validate from 0.6.8 to 0.6.13 @dependabot (#260)
- golang: bump github.com/aws/aws-sdk-go from 1.44.109 to 1.44.114 @dependabot (#259)
- golang: bump github.com/aws/aws-sdk-go from 1.44.105 to 1.44.109 @dependabot (#255)
- ghactions: bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 @dependabot (#254)
v0.4.15
Changes
Bug Fixes
- Add missing GetClusterAccessV2 implementation @HaniAlshikh (#253)
Maintenance
- ghactions: bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 @dependabot (#254)
v0.4.14
Changes
- Make creating a command with data simpler @jastBytes (#245)
Bug Fixes
- Fix QueryHandler doesn't start when K8sAuthz is not configured @HaniAlshikh (#251)
Maintenance
- golang: bump k8s.io/cli-runtime from 0.24.3 to 0.25.2 @dependabot (#248)
- golang: bump github.com/aws/aws-sdk-go from 1.44.100 to 1.44.105 @dependabot (#250)
- golang: bump k8s.io/api from 0.25.0 to 0.25.2 @dependabot (#247)
v0.4.13
Changes
Features
- K8s AuthZ Reactor @jastBytes (#192)
Bug Fixes
- Fix creating system admin rolebinding with no resource is not allowed @HaniAlshikh (#246)
- Change tls cert rotation policy to never and rotation docs @HaniAlshikh (#236)
Maintenance
- golang: bump github.com/aws/aws-sdk-go from 1.44.81 to 1.44.100 @dependabot (#243)
- golang: bump github.com/open-policy-agent/opa from 0.43.0 to 0.44.0 @dependabot (#240)
- golang: bump k8s.io/apimachinery from 0.25.0 to 0.25.1 @dependabot (#242)
- golang: bump github.com/envoyproxy/protoc-gen-validate from 0.6.7 to 0.6.8 @dependabot (#241)
- K8s AuthZ Reactor @jastBytes (#192)
- golang: bump github.com/rabbitmq/amqp091-go from 1.4.0 to 1.5.0 @dependabot (#238)
- golang: bump sigs.k8s.io/controller-runtime from 0.12.3 to 0.13.0 @dependabot (#235)
- golang: bump go.uber.org/zap from 1.22.0 to 1.23.0 @dependabot (#232)
- golang: bump google.golang.org/grpc from 1.48.0 to 1.49.0 @dependabot (#229)
- Change tls cert rotation policy to never and rotation docs @HaniAlshikh (#236)
- golang: bump github.com/onsi/gomega from 1.20.0 to 1.20.2 @dependabot (#234)
- golang: bump k8s.io/client-go from 0.24.3 to 0.25.0 @dependabot (#228)
- golang: bump github.com/aws/aws-sdk-go from 1.44.76 to 1.44.81 @dependabot (#223)
v0.4.12
Changes
- Make CRDB cert pick up renewal and duration
v0.4.11
Changes
Bug Fixes
- Cluster Acccess Bug @jastBytes (#222)
Maintenance
- golang: bump github.com/rabbitmq/amqp091-go from 1.3.4 to 1.4.0 @dependabot (#208)