Skip to content

Tags: AlaudaDevops/git-clone

Tags

v1.1.1-alauda-23

Toggle v1.1.1-alauda-23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update module golang.org/x/net to v0.53.0 [security] (#19)

* chore(deps): update module golang.org/x/net to v0.53.0 [security]

* chore(image/git-init): update vendored Go dependencies

- bump indirect Go module versions in go.mod and go.sum
- refresh vendored x/net, x/sys, x/term, and x/text sources
- align module metadata with the updated dependency set

---------

Co-authored-by: alaudaa-renovate[bot] <219066560+alaudaa-renovate[bot]@users.noreply.github.com>
Co-authored-by: qingliu <qingliu@alauda.io>

v1.1.1-alauda-22

Toggle v1.1.1-alauda-22's commit message
chore(git-init): bump Go directive to 1.26.3

- update the module Go version from 1.26.2 to 1.26.3
- keep dependency metadata and vendored content unchanged after tidy
- align the local module directive with the latest stable Go release

v1.1.1-alauda-21

Toggle v1.1.1-alauda-21's commit message
fix(image/git-init): use patched Tekton pipeline fork

- Replace the upstream pipeline module with the Alauda fork
- Bump the module version to the fixed release
- Refresh go.sum entries for the new dependency source

v1.1.1-alauda-20

Toggle v1.1.1-alauda-20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(image/git-init): bump Go toolchain to 1.26.2 (#18)

- Update the git-init module to use Go 1.26.2

v1.1.1-alauda-19

Toggle v1.1.1-alauda-19's commit message
chore(vendor): update vendored dependencies

- Refresh vendored Kubernetes and Tekton dependencies
- Remove outdated protobuf and exp slices sources
- Add updated CEL, CBOR, and compression support files

v1.1.1-alauda-18

Toggle v1.1.1-alauda-18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(image): bump git-init Go indirect dependencies (#15)

- Update indirect module versions in image/git-init/go.mod for newer upstream releases.
- Refresh image/git-init/go.sum to record checksums for updated transitive dependencies.
- Keep dependency metadata aligned between go.mod and go.sum for reproducible builds.

v1.1.1-alauda-17

Toggle v1.1.1-alauda-17's commit message
chore(deps): update dependency go to v1.26.1

- Bump go directive in image/git-init/go.mod from 1.25.7 to 1.26.1
- Run go mod tidy to sync dependencies
- Update vendor directory to match new module requirements

v1.1.1-alauda-16

Toggle v1.1.1-alauda-16's commit message
chore(deps): update dependency go to v1.25.7

- Upgrade Go version from 1.25.6 to 1.25.7
- Update go.mod with latest stable release
- Verify build and tests pass successfully

v1.1.1-alauda-15

Toggle v1.1.1-alauda-15's commit message
chore(deps): update dependency go to v1.25.6

v1.1.1-alauda-14

Toggle v1.1.1-alauda-14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: resolve clone failure when HEAD file exists in repository (#13)

add -- separator to git show commands to prevent command injection