v0.0.61
What's Changed
- Use structpb.Value as internal storage of Property by @jhrozek in #4250
- Connect reminder service to minder server to dispatch reminders by @Vyom-Yadav in #3630
- build(deps): bump github.com/charmbracelet/bubbletea from 0.27.0 to 0.27.1 by @dependabot in #4256
- build(deps): bump github.com/bufbuild/buf from 1.37.0 to 1.38.0 in /tools by @dependabot in #4258
- build(deps): bump github.com/golangci/golangci-lint from 1.60.2 to 1.60.3 in /tools by @dependabot in #4257
- Handle int64 and uint64 in properties by wrapping it by @jhrozek in #4253
- Add an Iterator over Properties by @jhrozek in #4254
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.28 to 1.27.29 by @dependabot in #4255
- GetEntityByName must accept the type, too by @jhrozek in #4260
- Introduce a ruletype state field in the minder proto by @rdimitrov in #4261
- Add
release_phase
column torule_type
table. by @blkt in #4249 - Auto-generated DB schema update - 2024-08-23 17:38:01 by @github-actions in #4264
- build(deps): bump github/codeql-action from 3.26.4 to 3.26.5 by @dependabot in #4268
- Change the Provider's FetchProperty/FetchAllProperties interface methods to look up by Properties, not just a name by @jhrozek in #4266
- Add database helpers for managing entity properties by @jhrozek in #4267
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.29 to 1.27.30 by @dependabot in #4270
- build(deps): bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 by @dependabot in #4271
- build(deps): bump go.opentelemetry.io/otel/exporters/prometheus from 0.50.0 to 0.51.0 by @dependabot in #4272
- build(deps): bump github.com/ThreeDotsLabs/watermill-sql/v3 from 3.0.1 to 3.0.2 by @dependabot in #4273
- build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.53.0 to 0.54.0 by @dependabot in #4269
- build(deps): bump micromatch from 4.0.5 to 4.0.8 in /docs by @dependabot in #4274
- Property service for saving properties to database by @jhrozek in #4248
- Remove temporary migrations and unused queries by @JAORMX in #4277
- build(deps): bump github.com/ThreeDotsLabs/watermill from 1.3.5 to 1.3.7 by @dependabot in #4280
- build(deps): bump github.com/fergusstrange/embedded-postgres from 1.28.0 to 1.29.0 by @dependabot in #4284
- build(deps): bump github.com/zitadel/oidc/v3 from 3.28.1 to 3.28.2 by @dependabot in #4283
- build(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.30 to 1.27.31 by @dependabot in #4282
- build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.28.0 to 1.29.0 by @dependabot in #4281
- Add general entity protobuf by @JAORMX in #4178
- Populate the release_phase response to the related APIs by @rdimitrov in #4278
- Show rule type release phase. by @blkt in #4275
- Decouple minder core from entities. by @blkt in #4276
- CodeQL: Specify manual build by @JAORMX in #4288
- Use 25.0 keycloak tag instead of patch-specific one by @JAORMX in #4290
- Checkpoint: Add HTTP URL and Method to HTTP/REST ingester by @JAORMX in #4289
- Show can_remediate: false for the ruletype cli commands by @rdimitrov in #4291
- build(deps): bump github.com/stacklok/frizbee from 0.1.1 to 0.1.2 by @dependabot in #4294
- build(deps): bump github.com/docker/cli from 27.1.2+incompatible to 27.2.0+incompatible by @dependabot in #4293
- build(deps): bump github.com/bufbuild/buf from 1.38.0 to 1.39.0 in /tools by @dependabot in #4297
- build(deps): bump webpack from 5.90.3 to 5.94.0 in /docs by @dependabot in #4296
- EEA: Rely solely on entity instances table by @JAORMX in #4287
- Revert "EEA: Rely solely on entity instances table (#4287)" by @JAORMX in #4298
- build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.53.0 to 0.54.0 by @dependabot in #4295
- Add rule display name to profile status table by @eleftherias in #4300
- Validate rule type
guidance
as markdown. by @blkt in #4292 - EEA: Rely solely on entity instances table by @JAORMX in #4301
- Auto-generated DB schema update - 2024-08-28 13:30:41 by @github-actions in #4302
- Add experimental NATS messaging channel by @evankanderson in #4075
Full Changelog: v0.0.60...v0.0.61