All notable changes to this project will be documented in this file.
- bump ginkgo/v2 v2.28.2, gosec v2.26.1, vuln v1.3.0
- bump anthropic-sdk-go v1.38.0, openai-go v3.32.0, genai v1.54.0
- add bahlo/generic-list-go, buger/jsonparser, invopop/jsonschema, mailru/easyjson, wk8/go-ordered-map deps
- remove anthropic-sdk-go replace directive
- bump golang.org/x/crypto, net, mod, tools, text, term, telemetry
- bump go-git/go-git v5.18.0
- bump golang.org/x/vuln v1.2.0
- add cache mounts for go-build and golangci-lint in dark-factory config
- bump Go toolchain to 1.26.2
- update counterfeiter to v6.12.2 and golang.org/x/sys to v0.43.0
- add OSV/Trivy ignores for new CVEs with no available fixes
- Update dependencies to fix security vulnerabilities (go-git/v5 v5.17.2)
- Update go-git/go-git to v5.17.1 (fix security vulnerabilities)
- Bump Go base image from 1.24.2 to 1.26.1
- Bump Alpine base image from 3.21 to 3.23
- Update addlicense, goimports-reviser, counterfeiter dependencies
- Add opencontainers/runtime-spec replace directive
- Enable parallel golangci-lint runners
- align Makefile with service pattern (lint, osv-scanner, gosec, trivy, golines, go-modtool)
- update tools.go with new tools, remove obsolete gogen-avro and golint
- add .golangci.yml
- fix lint issues: callbackUrl → callbackURL, handle stdin.Close error
- fix buildkit vulnerability (v0.23.2 → v0.28.1)
- fix: Preserve proxy environment variables in system test to allow git clone via container proxy
Please choose versions by Semantic Versioning.
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards-compatible manner, and
- PATCH version when you make backwards-compatible bug fixes.
- remove vendor
- go mod update
- go mod update
- go mod update
- go mod update
- go mod update
- go mod update
- go mod upgrade
- Upload golang and alpine
- Upload golang and alpine
- Use go modules
- Add multi Docker tags
- Change build to multistage Dockerfile
- Read callback-url from env CALLBACK_URL
- Add Parameter callback-url will be called after each git-sync
- Add Ginkgo
- Use Deps
- Update Alpine to 3.7
- add missign ssh_config
- Use Go 1.10
- Refactoring
- Use deps instead glide
- Add Dockerfiles
- Add vendor
- Update readme
- Initial Version