Bump io.opentelemetry.semconv:opentelemetry-semconv from 1.34.0 to 1.40.0 in /agentic-net-executor - #1
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [io.opentelemetry.semconv:opentelemetry-semconv](https://github.com/open-telemetry/semantic-conventions-java) from 1.34.0 to 1.40.0. - [Release notes](https://github.com/open-telemetry/semantic-conventions-java/releases) - [Changelog](https://github.com/open-telemetry/semantic-conventions-java/blob/main/CHANGELOG.md) - [Commits](open-telemetry/semantic-conventions-java@v1.34.0...v1.40.0) --- updated-dependencies: - dependency-name: io.opentelemetry.semconv:opentelemetry-semconv dependency-version: 1.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
alexejsailer
added a commit
that referenced
this pull request
Jul 11, 2026
…main + ignore rules for majors Applied directly to main (equivalent to or newer than the dependabot PRs, which auto-close once main satisfies them): - All four services: spring-boot-starter-parent 3.5.13 -> 3.5.16 - opentelemetry-instrumentation-bom 2.18.1 -> 2.29.0, opentelemetry-semconv 1.34.0 -> 1.43.0, opentelemetry-sdk-testing 1.52.0 -> 1.63.0 (PRs #36, #13, #11, #4, #19, #16, #1, #12, #8, #5) - wiremock-standalone 3.3.1 -> 3.13.2 (#9, #6), awaitility 4.3.0 (#2) - mockwebserver 4.12.0 -> 5.3.2: required follow-up — sdk-testing 1.63 pulls okhttp-jvm 5.3.2, whose internals break mockwebserver 4.x (NoSuchMethodError in TaskRunner); the 5.x artifact keeps the classic okhttp3.mockwebserver API - cli: form-data 4.0.6 (CRLF injection, GHSA-hmw2-7cc7-3qxx), ollama 0.6.3 (#21), commander 14 (#25), @anthropic-ai/sdk 0.91 (#22) — tsc + tsup clean - chat: form-data 4.0.6, grammy 1.44 (#35) - ci.yml: checkout@v7 (#34), setup-java@v5 (#27), setup-node@v6 (#28), upload-artifact@v7 (#26) Declined via dependabot.yml ignore rules (dependabot closes those PRs on its next run): Spring Boot 4.x (#33, #17, #14), spring-vault 4 (#32), springdoc 3 (#15), hibernate-validator 9 (#18) — all gated on a deliberate Boot 4 migration; typescript 6 (#23) and @types/node 25 (#24) — blocked by tooling peer ranges and the Node 22 runtime. Suites green: gateway 102, executor 186, vault 47, blobstore 50. Remaining accepted: esbuild low-severity dev-only Windows-only advisory (pinned by tsup). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UEMvAWnBeMFuQjcmpquRQA
alexejsailer
added a commit
that referenced
this pull request
Aug 30, 2026
…ng, install_net MCP tools Introduces capabilities/ — versioned, installable units of skill defined as reviewable files — plus the full authoring/install lifecycle, all e2e-proven on staging (2026-08-29): - capabilities/CONTRACT.md: Capability Pack Contract v1 (runtime shape, on-disk format incl. the compact net source B1a, distribution via NetHub or git+https remotes, lockfile/upgrade semantics, conformance + smoke CI). - capabilities/token-janitor/: pack #1, exported from the live staging pack (nets + inscriptions + session links + runtime manifest + policy seed + 4-case smoke suite). Round-trip proven: export -> suffixed reinstall -> find_capabilities discovery -> smoke 4/4 on both copies. - capabilities/place-inspector/: pack #2, authored files-first (never built interactively): compact source + markdown charter compile into the pair that passed smoke 4/4 on first run; export-back diffs deep-equal. Proves the multi-strategy dispatch pattern (count/sample behind one route field). - capabilities/tools/pack.mjs: build | export | install | uninstall | verify against any installation's MCP HTTP endpoint. Install normalizes hosts + agent modelId to the target --model, skips seeding non-empty places, replaces (not re-creates) the agent-manifest leaf. - agentic-net-cli: new shared compiler export @agenticos/cli/net/compile (pure, typed; charters injected as strings) — one implementation for the repo tooling, the MCP server, a future CLI command, and m-flag agents. - agentic-net-mcp: curated install_net / uninstall_net tools (whole designed net + seeds + manifest + tags injected in ONE call, verify guidance in the response), knowledge doc agenticnets://docs/net-source teaching design -> install_net -> verify, tests 287/287 incl. a deep-equal pin of the compiler against the live-verified place-inspector artifacts. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QdTGRMvxuUxJQBGK8MdrMe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps io.opentelemetry.semconv:opentelemetry-semconv from 1.34.0 to 1.40.0.
Release notes
Sourced from io.opentelemetry.semconv:opentelemetry-semconv's releases.
... (truncated)
Changelog
Sourced from io.opentelemetry.semconv:opentelemetry-semconv's changelog.
Commits
c7c3cc7Prepare release 1.40.0 (#419)3086d67Update the semantic conventions version to 1.40.0 (#418)e9dd703Fix executable permission on update-semconv-version.sh (#417)b7a09adchore(deps): update github/codeql-action action to v4.32.3 (#416)0aa5028fix(deps): update dependency usejunitjupiter to v5.14.3 (#415)82c6ba0chore(deps): update dependency lychee to v0.23.0 (#414)26bcddaAlign generate-release-contributors.sh with contrib (#412)9d3dc5cchore(deps): update github actions (#413)4bd75f2fix(deps): update dependency checkstyle to v13.2.0 (#411)d0bec65chore(deps): update otel/weaver docker tag to v0.21.2 (#410)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)