Releases: upbound/function-openai
Releases · upbound/function-openai
v0.3.1
Summary
This release includes security fixes and dependency updates.
Highlights
- Updated Go toolchain to 1.24.11 to address multiple CVEs (CVE-2025-61723, CVE-2025-61725, CVE-2025-61729, CVE-2025-58187, CVE-2025-58188, CVE-2025-58185, CVE-2025-47912, CVE-2025-58186, CVE-2025-61724, CVE-2025-58189, CVE-2025-58183, CVE-2025-61727)
- Updated golang.org/x/crypto to v0.45.0 to address GHSA-j5w8-q4qc-rx2x and GHSA-f6x5-jh6r-wrfv
v0.2.1
Summary
This release includes security fixes and dependency updates.
Highlights
- Security vulnerability remediation addressing 14 CVEs
- Updated Go version to 1.24.11 (fixes CVE-2025-61723, CVE-2025-61725, CVE-2025-58188, CVE-2025-61729, CVE-2025-58187, CVE-2025-58185, CVE-2025-47912, CVE-2025-58186, CVE-2025-61724, CVE-2025-58189, CVE-2025-58183, CVE-2025-61727)
- Updated golang.org/x/crypto to v0.45.0 (fixes GHSA-j5w8-q4qc-rx2x, GHSA-f6x5-jh6r-wrfv)
- CI improvements for Go version and up CLI stability
v0.1.1
Summary
This release includes security fixes and dependency updates.
Highlights
- Security vulnerability remediation addressing 14 CVEs/GHSAs
- Updated Go version to 1.24.11 to address 12 stdlib vulnerabilities (including 5 High severity)
- Updated golang.org/x/crypto to v0.45.0 to address 2 security advisories
Security Fixes
| Severity | Count | Component |
|---|---|---|
| High | 5 | Go stdlib |
| Medium | 9 | Go stdlib, golang.org/x/crypto |
v0.3.0
What's Changed
- Add some Upbound Marketplace metadata to the package.yaml to crosslink by @tnthornton in #14
- Remove version pinning by @tnthornton in #16
- config for local models, switch to NewOpenAIFunctionsAgent by @jaymiracola in #15
New Contributors
- @jaymiracola made their first contribution in #15
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.1.0
What's Changed
- Changes to make this function "functional" with openai invocations by @tnthornton in #2
- Add composition tests for asserting the result of render by @tnthornton in #3
- Add slack badge and link to crossplane slack by @tnthornton in #4
- Add bootcheck based on upbound/provider-vault#96 by @tnthornton in #6
- Move system and user prompts out of the function by @tnthornton in #5
- Add license header and tooling by @tnthornton in #8
- add package assets by @jastang in #7
- feat(bump): use meta.pkg v1 for launch by @haarchri in #9
- Add support for tools by @tnthornton in #10
- Add release machinery by @tnthornton in #11
- Add gate for the release branch on push by @tnthornton in #12
New Contributors
- @tnthornton made their first contribution in #2
- @jastang made their first contribution in #7
- @haarchri made their first contribution in #9
Full Changelog: https://github.com/upbound/function-openai/commits/v0.1.0