network-observability-operator
network-observability-operator copied to clipboard
fix(deps): update go modules
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| cel.dev/expr | indirect | minor | v0.20.0 -> v0.24.0 |
| github.com/bpfman/bpfman-operator | require | digest | cd81bc6 -> 4bd625b |
| github.com/google/cel-go | indirect | minor | v0.22.0 -> v0.25.0 |
| github.com/google/pprof | indirect | digest | 337e5dd -> c008609 |
| github.com/netobserv/flowlogs-pipeline | require | patch | v1.9.0-crc0.0.20250502080315-db59695ae6de -> v1.9.0-crc1 |
| github.com/netobserv/netobserv-ebpf-agent | require | digest | 0cd2534 -> 2e30e79 |
| github.com/openshift/api | require | digest | e577b4d -> b7d0ca2 |
| github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring | require | minor | v0.81.0 -> v0.82.1 |
| go.opentelemetry.io/proto/otlp | indirect | minor | v1.5.0 -> v1.6.0 |
| golang.org/x/exp | indirect | digest | 7e4ce0a -> ce4c2cf |
| golang.org/x/net | indirect | minor | v0.39.0 -> v0.40.0 |
| golang.org/x/oauth2 | indirect | minor | v0.29.0 -> v0.30.0 |
| golang.org/x/sync | indirect | minor | v0.13.0 -> v0.14.0 |
| golang.org/x/sys | indirect | minor | v0.32.0 -> v0.33.0 |
| golang.org/x/term | indirect | minor | v0.31.0 -> v0.32.0 |
| golang.org/x/text | indirect | minor | v0.24.0 -> v0.25.0 |
| golang.org/x/tools | indirect | minor | v0.32.0 -> v0.33.0 |
| google.golang.org/genproto/googleapis/api | indirect | digest | 7b38467 -> f936aa4 |
| google.golang.org/genproto/googleapis/rpc | indirect | digest | 7b38467 -> f936aa4 |
| k8s.io/api | require | minor | v0.32.3 -> v0.33.0 |
| k8s.io/apiextensions-apiserver | require | minor | v0.32.3 -> v0.33.0 |
| k8s.io/apimachinery | require | minor | v0.32.3 -> v0.33.0 |
| k8s.io/apiserver | indirect | minor | v0.32.3 -> v0.33.0 |
| k8s.io/client-go | require | minor | v0.32.3 -> v0.33.0 |
| k8s.io/component-base | indirect | minor | v0.32.3 -> v0.33.0 |
| k8s.io/kube-aggregator | require | minor | v0.32.3 -> v0.33.0 |
| k8s.io/utils | require | digest | 1f6e0b7 -> 0f33e8f |
[!WARNING] Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
google/cel-spec (cel.dev/expr)
v0.24.0
What's Changed
- Add/update missing function documentation by @TristonianJones in https://github.com/google/cel-spec/pull/461
- Add corner test cases related to optional values and maps to codify behavior by @jcking in https://github.com/google/cel-spec/pull/462
- Add tests for type identifiers for time types by @jnthntatum in https://github.com/google/cel-spec/pull/465
- Add typecheck tests for edge cases with free type parameters by @jnthntatum in https://github.com/google/cel-spec/pull/463
- Add tests for repeated enum field accesses by @jnthntatum in https://github.com/google/cel-spec/pull/464
- Add upb build targets for CEL C by @jcking in https://github.com/google/cel-spec/pull/467
- Updated testsuite result_kind to use nested ErrorSet by @ChinmayMadeshi in https://github.com/google/cel-spec/pull/469
- Generated pb.go for eval.proto. by @ChinmayMadeshi in https://github.com/google/cel-spec/pull/470
New Contributors
- @ChinmayMadeshi made their first contribution in https://github.com/google/cel-spec/pull/469
Full Changelog: https://github.com/google/cel-spec/compare/v0.23.1...v0.24.0
v0.23.1
What's Changed
- Restore duration string conversion supported suffixes by @TristonianJones in https://github.com/google/cel-spec/pull/459
- Change optional_string field to be optional string type in test_all_types by @l46kok in https://github.com/google/cel-spec/pull/458
- Revert "Remove Unicode space handling from
.trim()" by @jcking in https://github.com/google/cel-spec/pull/460
Full Changelog: https://github.com/google/cel-spec/compare/v0.23.0...v0.23.1
v0.23.0
What's Changed
- update grammar and tests to differentiate reserved tokens by @hudlow in https://github.com/google/cel-spec/pull/437
- Bzlmod update regen by @TristonianJones in https://github.com/google/cel-spec/pull/451
- Add py_proto_library targets by @ferstlf in https://github.com/google/cel-spec/pull/452
- Remove Unicode space handling from
.trim() by @jcking in https://github.com/google/cel-spec/pull/453 - Extracted context input as a separate oneof out of test input by @aakash070 in https://github.com/google/cel-spec/pull/456
- Add basic conformance tests for some comprehensions v2 macros by @jcking in https://github.com/google/cel-spec/pull/454
- Minor update to the field name and numbering for test suites by @TristonianJones in https://github.com/google/cel-spec/pull/457
New Contributors
- @ferstlf made their first contribution in https://github.com/google/cel-spec/pull/452
Full Changelog: https://github.com/google/cel-spec/compare/v0.22.1...v0.23.0
v0.22.1
What's Changed
- Add a doc field on Function and update content advice by @TristonianJones in https://github.com/google/cel-spec/pull/446
- Upgrade the googleapis repo deps, remove switched_rules by @TristonianJones in https://github.com/google/cel-spec/pull/447
- Add a separate field for expressions under input bindings map by @aakash070 in https://github.com/google/cel-spec/pull/449
- Add java_lite messages to test_all_types messages by @l46kok in https://github.com/google/cel-spec/pull/450
Full Changelog: https://github.com/google/cel-spec/compare/v0.22.0...v0.22.1
v0.22.0
What's Changed
- Add test_suite and test_config under conformance [#441]
New Contributors
- @aakash070 made their first contribution in https://github.com/google/cel-spec/pull/441
Full Changelog: https://github.com/google/cel-spec/compare/v0.21.2...v0.22.0
v0.21.2
What's Changed
- Fix misspellings again by @jcking in https://github.com/google/cel-spec/pull/443
Full Changelog: https://github.com/google/cel-spec/compare/v0.21.1...v0.21.2
v0.21.1
What's Changed
- Fix typeo in string_ext.textproto by @jcking in https://github.com/google/cel-spec/pull/442
Full Changelog: https://github.com/google/cel-spec/compare/v0.21.0...v0.21.1
v0.21.0
What's Changed
- Fix and document string.format by @jcking in https://github.com/google/cel-spec/pull/436
Full Changelog: https://github.com/google/cel-spec/compare/v0.20.0...v0.21.0
google/cel-go (github.com/google/cel-go)
v0.25.0
Features & Enhancements
This release introduces features for richer configuration-based CEL, AI prompt generation from config files, additional documentation, and 3x performance when evaluating traced / state-tracking expressions. This release also introduces a unit test runner framwork.
#1141: Expose extension option factory as a public method
#1143: Add a new compiler tool which can be used to compile CEL expressions and policies using serialized environment
#1151: Lightweight observable evaluation
#1155: Utilities for formatting and parsing documentation strings
#1156: Support for documentation and example strings in CEL environments
#1158: Re-export interpreter.AttributePattern in package cel.
#1159: Document the standard library macros and functions
#1160: Prompt generation for AI-assisted authoring based on a CEL environment
#1117: Add LateFunctionBinding declaration and fix constant folding
#1163: Initialize stateful observers prior to evaluation
#1164: Unparse Expr values to strings
#1149: Add test runner library
#1167: REPL: Add an extension option for two var comprehensions
Fixes
Several fixes were implemented, including updating strings.format to better adhere to the specification, correcting constant folding logic alongside the late binding feature, removing a non-functional check in test code, and adding argument count validation for optFieldSelect.
#1133: Update strings.format to adhere to the specification
#1117: Add LateFunctionBinding declaration and fix constant folding
#1161: Remove non-functional optional check in test-only selection
#1168: Check arg count when validating optFieldSelect
Refactoring & Internal Improvements
General refactoring was performed across the codebase. Coverage and comments for Activation methods were improved. The test runner library was refactored to create options from flags and improve code structure.
#1145: Refactoring changes
#1150: Additional comments and coverage for Activation methods
#1165: Refactoring changes to create a test runner option from passed flags, correct indentation and add package level comment for test
Documentation
Documentation was enhanced, including updates to the NativeTypes documentation regarding the cel tag, adding documentation for the optional library, and documenting the standard library functions/macros as part of the documentation string feature.
#1148: Update NativeTypes doc to reflect how to enable cel tag
#1155: Utilities for formatting and parsing documentation strings
#1156: Support for documentation and example strings in CEL environments
#1159: Document the standard library macros and functions
#1162: Document optional library and increase docs coverage
Build System
Configuration fixes were made for Bzlmod compatibility.
#1146: Bzlmod configuration fixes
Type System
Type formatting was updated to correctly handle type parameters.
#1154: Update type formatting for type params
v0.24.1
Fixes
- Separate unnest optimization from composer to capture type info [#1138]
Full Changelog: https://github.com/google/cel-go/compare/v0.24.0...v0.24.1
v0.24.0
Support for subsetting CEL standard library and serialization of CEL environments to YAML.
CEL is an official Google product [#1122]
Features
- Helper methods for subsetting function overloads [#1120]
- Introduce cel package aliases for Activation [#1123]
- Canonical environment description and stdlib subsetting [#1125]
- Support for cel.Env conversion to YAML-serializable config [#1128]
- Option to configure CEL via env.Config object [#1129]
- Support for feature flags and validators in env.Config [#1132]
- Add k8s custom policy tag handler for test [#1121]
Fixes
- ContextEval support for Unknowns [#1126]
- Fix godoc formatting for Lists and OptionalTypes functions [#1127]
- Default enable DefaultUTCTimeZone [#1130]
- Support for splitting nested branching operators within policies [#1136]
New Contributors
- @chaewonkong made their first contribution in #1127
Full Changelog: https://github.com/google/cel-go/compare/v0.23.2...v0.24.0
v0.23.2
Corrects one remaining issue for cost computations from the v0.23.0 releases
Fixes
- Bump github.com/golang/glog from 1.0.0 to 1.2.4 in /codelab in the go_modules group across 1 directory by @dependabot in https://github.com/google/cel-go/pull/1115
- Minor update on cost order by @TristonianJones in https://github.com/google/cel-go/pull/1119
Full Changelog: https://github.com/google/cel-go/compare/v0.23.1...v0.23.2
v0.23.1
Minor release to address cost tracking and size estimation [#1113]
Full Changelog: https://github.com/google/cel-go/compare/v0.23.0...v0.23.1
v0.23.0
Features
- First and last element in list support [#1067]
- Add support for typed conformance tests. [#1089]
- Add syntax for escaped field selectors. [#1002]
- Add optional.unwrap() / .unwrapOpt() function [#1103]
- Cost tracking for two-variable comprehensions and bindings [#1104]
Fixes
PR #1099 enables a change in the internal variable name used for comprehension result accumulation. This change may break some tests which inspect the AST contents in text form; however, will not break any existing uses of CEL during parse, check, or evaluation.
- Improve policy compiler error message for incompatible outputs. [#1082]
- Fix partial evaluation with the comprehension folder objects [#1084]
- Introduce versioning options to all extensions [#1075]
- Fix a crash in mismatched output check for nested rules [#1086]
- improve debug output to properly quote byte strings [#1088]
- Fix two-variable comprehension pruning [#1083]
- Replace checks for valid UTF-8 in strings with go-maintained calls [#1094]
- Policy nested rule fix [#1092]
- Address non-const format string lint findings [#1096]
- Fix typos in ext/README.md [#1098]
- Add option to use inaccessible accumulator var [#1097]
- Add test cases for
string.formatcovering various edge cases [#1101] - Add base_config and partial_config files under restricted_destination testdata [#1106]
- Default enable using hidden accumulator name [#1099]
- Update PruneAst to support constants of optional type [#1109]
New Contributors
- @bigkevmcd made their first contribution in https://github.com/google/cel-go/pull/1067
- @hudlow made their first contribution in https://github.com/google/cel-go/pull/1088
- @dbuduev made their first contribution in https://github.com/google/cel-go/pull/1098
- @zeitgeist87 made their first contribution in https://github.com/google/cel-go/pull/1101
Full Changelog: https://github.com/google/cel-go/compare/v0.22.1...v0.23.0
v0.22.1
Fixes
- Additional hardening on legacy macros [https://github.com/google/cel-go/pull/1064](https://redirect.github.com/google/cel-go/pull/1064)4]
- Additional nil-safety checks with corresponding test updates [https://github.com/google/cel-go/pull/1073](https://redirect.github.com/google/cel-go/pull/1073)3]
- Add two-variable comprehension support to cel-policy [https://github.com/google/cel-go/pull/1074](https://redirect.github.com/google/cel-go/pull/1074)4]
- Fix optional test to short-circuit [https://github.com/google/cel-go/pull/1076](https://redirect.github.com/google/cel-go/pull/1076)6]
- Fix nil-type when two-var comprehension has a dyn range [https://github.com/google/cel-go/pull/1077](https://redirect.github.com/google/cel-go/pull/1077)7]
New Contributors
- @aakash070 made their first contribution in https://github.com/google/cel-go/pull/1069
Full Changelog: https://github.com/google/cel-go/compare/v0.22.0...v0.22.1
prometheus-operator/prometheus-operator (github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring)
v0.82.1: 0.82.1 / 2025-05-06
- [BUGFIX] Fix ThanosRuler when no remote-write configuration is defined. #7498
v0.82.0: 0.82.0 / 2025-04-17
- [CHANGE] Add more API validations to the ScrapeConfig CRD. #7413
- [CHANGE] Remove web console arguments if Prometheus version >= 3. #7457
- [FEATURE] Add RemoteWrite support for ThanosRuler CRD. Note that when remote write is configured, Thanos Ruler runs in stateless mode. #7444
- [FEATURE] Add
msTeamsV2Configsreceiver to AlertManagerConfig CRD. #7464 - [FEATURE] Add
content,usernameandavatarURLfields todiscordConfigsreceiver in AlertmanagerConfig CRD. #7307 - [FEATURE] Add
convertClassicHistogramsToNHCBfield toServiceMonitor,PodMonitor,ProbeandScrapeConfigCRDs. #7448 - [FEATURE] Add
timeoutfield towebhookConfigsreceiver in AlertManagerConfig CRD. #7310 - [FEATURE] Add
additionalArgsfield to AlertManager CRD. #7385 - [ENHANCEMENT] Add
maxSamplesPerSendfield to RemoteWrite Metadata Config. #7443 - [ENHANCEMENT] Add the
terminationGracePeriodSecondsto the Alertmanager, Prometheus, PrometheusAgent and ThanosRuler CRDs. #7439 - [ENHANCEMENT] Validate
proxyURLfield in AlertManagerConfig CRD. #6876 - [BUGFIX] Fix
nameValidationSchemesupport for Prometheus and PrometheusAgent CRDs. #7414 - [BUGFIX] Support
socks5scheme inproxyUrlfield for all CRDs. #7460 #7466
open-telemetry/opentelemetry-proto-go (go.opentelemetry.io/proto/otlp)
v1.6.0
Overview
Generated Go code for the v1.6.0 version of the OTLP
OTLP Changelog
Added
Changed
- logs: Stabilize
event_namefield inLogRecordmessage. #643- profiles: Move the lookup tables to ProfilesData. #644
- profiles: Move default sample_type from the string table to sample_type. #620
- general: remove comment on each service about keeping the RPC alive #637
- metrics: clarify when bucket_counts array may be empty #619
Full Changelog: https://github.com/open-telemetry/opentelemetry-proto/compare/v1.5.0...v1.6.0
What's Changed
- chore(deps): update google.golang.org/genproto/googleapis/api digest to
5f5ef82by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/239 - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to
5f5ef82by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/240 - chore(deps): update module golang.org/x/net to v0.34.0 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/241
- fix(deps): update module google.golang.org/protobuf to v1.36.2 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/242
- fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.16.0 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/243
- fix(deps): update module google.golang.org/grpc to v1.69.4 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/244
- chore(deps): update google.golang.org/genproto/googleapis/api digest to
1a7da9eby @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/245 - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to
1a7da9eby @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/246 - fix(deps): update module google.golang.org/protobuf to v1.36.3 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/247
- fix(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.26.0 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/249
- fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.17.0 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/253
- chore(deps): update google.golang.org/genproto/googleapis/api digest to
138b5a5by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/251 - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to
138b5a5by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/252 - fix(deps): update module google.golang.org/grpc to v1.70.0 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/254
- fix(deps): update module google.golang.org/protobuf to v1.36.4 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/255
- chore(deps): update google.golang.org/genproto/googleapis/api digest to
65684f5by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/256 - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to
65684f5by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/257 - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to
29210b9by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/259 - chore(deps): update google.golang.org/genproto/googleapis/api digest to
29210b9by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/258 - chore(deps): update module golang.org/x/sys to v0.30.0 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/260
- chore(deps): update google.golang.org/genproto/googleapis/api digest to
7023788by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/261 - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to
7023788by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/262 - chore(deps): update module golang.org/x/text to v0.22.0 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/263
- fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.18.0 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/264
- fix(deps): update module google.golang.org/protobuf to v1.36.5 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/265
- fix(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.26.1 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/266
- chore(deps): update google.golang.org/genproto/googleapis/api digest to
e9438eaby @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/267 - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to
e9438eaby @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/268 - chore(deps): update module golang.org/x/net to v0.35.0 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/269
- chore(deps): update google.golang.org/genproto/googleapis/api digest to
5a70512by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/270 - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to
5a70512by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/271 - chore(deps): update google.golang.org/genproto/googleapis/api digest to
56aae31by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/273 - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to
56aae31by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/274 - Add FOSSA scanning workflow by @opentelemetrybot in https://github.com/open-telemetry/opentelemetry-proto-go/pull/272
- chore(deps): update module github.com/google/go-cmp to v0.7.0 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/277
- chore(deps): update fossas/fossa-action action to v1.6.0 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/285
- fix(deps): update module google.golang.org/protobuf to v1.36.6 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/286
- Add ossf-scorecard scanning workflow by @opentelemetrybot in https://github.com/open-telemetry/opentelemetry-proto-go/pull/287
- Bump golang.org/x/crypto from 0.32.0 to 0.35.0 in /internal/tools by @dependabot in https://github.com/open-telemetry/opentelemetry-proto-go/pull/288
- Bump golang.org/x/net from 0.34.0 to 0.36.0 in /internal/tools by @dependabot in https://github.com/open-telemetry/opentelemetry-proto-go/pull/291
- chore(deps): update github/codeql-action action to v3.28.15 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/290
- fix(deps): update module google.golang.org/grpc to v1.71.1 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/281
- Upgrade Go version support by @MrAlias in https://github.com/open-telemetry/opentelemetry-proto-go/pull/289
- chore(deps): update module golang.org/x/net to v0.36.0 [security] by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/284
- chore(deps): update google.golang.org/genproto/googleapis/rpc digest to
207652eby @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/276 - chore(deps): update google.golang.org/genproto/googleapis/api digest to
207652eby @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/275 - fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.22.0 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/278
- fix(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to v2.26.3 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/279
- chore(deps): update module golang.org/x/sys to v0.32.0 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/282
- chore(deps): update module golang.org/x/text to v0.24.0 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/283
- chore(deps): update module golang.org/x/net to v0.39.0 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/292
- fix(deps): update module google.golang.org/grpc to v1.72.0 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/293
- chore(deps): update google.golang.org/genproto/googleapis/api digest to
61c742aby @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/294 - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to
61c742aby @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/295 - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to
2d3770cby @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/297 - chore(deps): update google.golang.org/genproto/googleapis/api digest to
2d3770cby @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/296 - chore(deps): update google.golang.org/genproto/googleapis/api digest to
7b38467by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/299 - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to
7b38467by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/300 - chore(deps): update github/codeql-action action to v3.28.16 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/298
- chore(deps): update google.golang.org/genproto/googleapis/api digest to
10db94cby @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/301 - chore(deps): update google.golang.org/genproto/googleapis/rpc digest to
10db94cby @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/302 - fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.23.0 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/306
- Use renovate-friendly definition of Docker image for
otel/build-protobufby @MrAlias in https://github.com/open-telemetry/opentelemetry-proto-go/pull/305 - chore(deps): update otel/build-protobuf docker tag to v0.25.0 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/308
- fix(deps): update module go.opentelemetry.io/build-tools/multimod to v0.23.1 by @renovate in https://github.com/open-telemetry/opentelemetry-proto-go/pull/307
- Release v1.6.0 by @MrAlias in https://github.com/open-telemetry/opentelemetry-proto-go/pull/304
Full Changelog: https://github.com/open-telemetry/opentelemetry-proto-go/compare/v1.5.0...v1.6.0
Configuration
📅 Schedule: Branch creation - "after 5am on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
To execute skipped test pipelines write comment /ok-to-test.
This PR has been generated by MintMaker (powered by Renovate Bot).
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign oliviercazade for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Hi @red-hat-konflux[bot]. Thanks for your PR.
I'm waiting for a netobserv member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.