release: prepare v1.3.0#42
Open
paralta wants to merge 10 commits into
Open
Conversation
Signed-off-by: Catarina Paralta <clouropa@cisco.com>
Signed-off-by: Catarina Paralta <clouropa@cisco.com>
Signed-off-by: Catarina Paralta <clouropa@cisco.com>
Signed-off-by: Catarina Paralta <clouropa@cisco.com>
Signed-off-by: Catarina Paralta <clouropa@cisco.com>
Signed-off-by: Catarina Paralta <clouropa@cisco.com>
Open
Signed-off-by: Catarina Paralta <clouropa@cisco.com>
Signed-off-by: Catarina Paralta <clouropa@cisco.com>
Signed-off-by: Catarina Paralta <clouropa@cisco.com>
Signed-off-by: Catarina Paralta <clouropa@cisco.com>
ramizpolic
approved these changes
May 14, 2026
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.
Prepares the v1.3.0 release of the JavaScript SDK, mirroring the equivalent changes in
dir-sdk-pythonv1.3.0.Changes
v1.3.0and pinned@buf/agntcy_dir.bufbuild_esto the buf SDK generated fromagntcy/dirv1.3.0, including matching updates toCHANGELOG.md,RELEASE.md, the issue template, and lockfiles — required to track the new server release.dirctlimage used in CI tov1.3.0— so integration tests run against the matching server version.README.md— gives users a clear, at-a-glance view of the latest published version.Taskfile.deps.yml,Taskfile.test-env.yml, andTaskfile.vars.ymlinto a singleTaskfile.yml— reduces fragmentation..github/dependabot.ymland.github/pull_request_template.md— Renovate is the only dependency manager used here, and PR templates are not adopted in other repos..github/workflows/lint.ymland.github/linters/(markdownlint + yamllint configs) — the super-linter workflow was permanently disabled and not used..github/workflows/dependency.yml— the dependency-review action was disabled and unused; CodeQL already covers vulnerability scanning..cz.toml— Commitizen is not part of the release process..prettierrc— Prettier was never installed nor invoked by any script; the file had no effect.eslint.config.mjs, thelint/fixnpm scripts, andtypescript-eslintfrom devDependencies — the config imported@eslint/jswhich was never installed (lint was silently broken) and was not run in CI or Taskfile..gitignoredown to only JS-relevant entries — dropped Python, Helm, Go, MCP, and Flutter GUI sections inherited from the parentdirmono-repo that don't apply here.