Releases: upbound/function-claude
Releases · upbound/function-claude
v0.4.1
This release includes security fixes addressing multiple CVE vulnerabilities.
Highlights
- Go version upgrade to 1.24.11 addressing 12 CVE vulnerabilities:
- CI configuration updated to use Go 1.24.11
v0.3.1
Summary
This release includes security fixes and dependency updates.
Highlights
- Security vulnerability remediation for Go runtime and dependencies
- Updated Go version from 1.24.4 to 1.24.11, addressing 12 CVEs including CVE-2025-61723, CVE-2025-61725, CVE-2025-61729, and others
- Updated golang.org/x/crypto from v0.41.0 to v0.45.0, fixing GHSA-j5w8-q4qc-rx2x and GHSA-f6x5-jh6r-wrfv
- CI configuration updates to match security patches
v0.2.1
Summary
This release includes security fixes and CI improvements.
Highlights
-
Security vulnerability remediation for Go dependencies and runtime
- Updated
golang.org/x/oauth2to v0.27.0 (fixes GHSA-6v2p-p543-phr9) - Updated
golang.org/x/cryptoto v0.45.0 (fixes GHSA-j5w8-q4qc-rx2x, GHSA-f6x5-jh6r-wrfv) - Updated Go version to 1.24.11 (addresses multiple CVEs including CVE-2025-61723, CVE-2025-61725, CVE-2025-61729)
- Updated
-
CI/CD improvements
- Fixed build configuration to use correct Go version
- Updated to use latest stable up CLI
- Fixed model configuration for Anthropic API compatibility
v0.4.0
What's Changed
- Sanitize LLM output by @ytsarev in #30
- Bump golang.org/x/crypto from 0.41.0 to 0.45.0 in the go_modules group across 1 directory by @dependabot[bot] in #31
New Contributors
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Add package metadata to link back to this repo by @tnthornton in #23
- Bump golang.org/x/oauth2 to 0.27.0 by @tnthornton in #24
- feat(model): add model as input by @haarchri in #27
- Specify a default model as langchain seems to be out of date by @tnthornton in #29
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.0
What's Changed
- Tell Claude to use a tool to submit resources by @RedbackThomson in #3
- add model support to readme by @tnthornton in #4
- Bump golang.org/x/net from 0.29.0 to 0.38.0 in the go_modules group across 1 directory by @dependabot[bot] in #1
- Add slack badge for crossplane slack by @tnthornton in #5
- setup repo for composition tests by @tnthornton in #7
- support build tags and custom preflight checks by @jastang in #10
- FIx linter error in main by @tnthornton in #12
- breaking prompts out to being user supplied via input and add support for operations by @tnthornton in #8
- Wire up MCP Server discovery and pass desired state back to crossplane by @tnthornton in #15
- Support ignoring incoming resources by @tnthornton in #16
- Add license headers and tooling by @tnthornton in #18
- add package assets by @jastang in #17
- Add release machinery by @tnthornton in #19
- Add git fetch --prune --unshallow by @tnthornton in #20
New Contributors
- @RedbackThomson made their first contribution in #3
- @tnthornton made their first contribution in #4
- @dependabot[bot] made their first contribution in #1
- @jastang made their first contribution in #10
Full Changelog: https://github.com/upbound/function-claude/commits/v0.1.0