-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: umatare5/telee
Releases · umatare5/telee
v1.10.1
@github-actions
github-actions
a974bef
This commit was created on GitHub.com and signed with GitHub’s verified signature.
telee v1.10.1
This release contains the CLI for executing commands on network devices.
🐳 Container Images
# Latest version docker run --rm ghcr.io/umatare5/telee:latest --help # Specific version docker run --rm ghcr.io/umatare5/telee:v1.10.1 --help # With environment variables docker run --rm -e TELEE_USERNAME -e TELEE_PASSWORD ghcr.io/umatare5/telee:v1.10.1 -H host.example.net -C "show version"
📦 Binary Installation
go install github.com/umatare5/telee@v1.10.1
Changelog
- fix(build): correct goreleaser build flags (#86) (@umatare5)
- chore(deps): update actions/setup-go action to v5.5.0 by @renovate[bot] in #34
- fix(deps): update module golang.org/x/crypto to v0.39.0 by @renovate[bot] in #33
- fix(deps): update module github.com/urfave/cli/v3 to v3.3.8 by @renovate[bot] in #26
- chore(deps): update alpine docker tag to v3.22.0 by @renovate[bot] in #35
- fix(deps): update module golang.org/x/crypto to v0.40.0 by @renovate[bot] in #36
- chore(deps): update alpine docker tag to v3.22.1 by @renovate[bot] in #37
- Potential fix for code scanning alert no. 2: Workflow does not contain permissions by @umatare5 in #38
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @umatare5 in #39
- chore(deps): update docker/login-action action to v3.5.0 by @renovate[bot] in #41
- copilot: Initialization for using GitHub Copilot Agent Mode by @umatare5 in #43
- Potential fix for code scanning alert no. 3: Use of insecure HostKeyCallback implementation by @umatare5 in #40
- fix(deps): update module golang.org/x/crypto to v0.41.0 by @renovate[bot] in #42
- chore(deps): update goreleaser/goreleaser-action action to v6.4.0 by @renovate[bot] in #50
- chore(deps): update umatare5/common action to v0.13.0 by @renovate[bot] in #48
- chore(deps): update actions/checkout action to v4.3.0 by @renovate[bot] in #45
- fix(deps): update module github.com/urfave/cli/v3 to v3.4.1 by @renovate[bot] in #47
- chore(deps): update dependency go to 1.25 by @renovate[bot] in #49
- Update README.md by @umatare5 in #51
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #46
- chore(deps): update actions/setup-go action to v6 by @renovate[bot] in #53
- fix(deps): update module golang.org/x/crypto to v0.42.0 by @renovate[bot] in #54
- chore(deps): update alpine docker tag to v3.22.2 by @renovate[bot] in #58
- fix(deps): update module golang.org/x/crypto to v0.43.0 by @renovate[bot] in #57
- chore(deps): update docker/login-action action to v3.6.0 by @renovate[bot] in #55
- chore(deps): update alpine docker tag to v3.23.2 by @renovate[bot] in #64
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #63
- chore(deps): update actions/setup-go action to v6.1.0 by @renovate[bot] in #62
- fix(deps): update module github.com/urfave/cli/v3 to v3.6.1 by @renovate[bot] in #59
- chore(deps): update docker/login-action action to v4 by @renovate[bot] in #77
- chore(deps): update goreleaser/goreleaser-action action to v7 by @renovate[bot] in #76
- chore(deps): update dependency go to 1.26 by @renovate[bot] in #75
- chore(deps): update alpine docker tag to v3.23.3 by @renovate[bot] in #73
- chore(deps): update actions/checkout action to v6.0.2 by @renovate[bot] in #72
- fix(deps): update module github.com/urfave/cli/v3 to v3.7.0 by @renovate[bot] in #71
- fix(deps): update module golang.org/x/crypto to v0.48.0 by @renovate[bot] in #69
- chore(deps): update actions/setup-go action to v6.3.0 by @renovate[bot] in #70
- chore(deps): update goreleaser/goreleaser-action action to v7.2.1 by @renovate[bot] in #83
- chore(deps): update alpine docker tag to v3.23.4 by @renovate[bot] in #82
- chore(deps): update docker/login-action action to v4.1.0 by @renovate[bot] in #81
- chore(deps): update actions/setup-go action to v6.4.0 by @renovate[bot] in #80
- fix(deps): update module github.com/urfave/cli/v3 to v3.8.0 by @renovate[bot] in #79
- fix(deps): update module golang.org/x/crypto to v0.50.0 by @renovate[bot] in #78
- Implement modern CI/CD workflows and code improvements by @umatare5 in #84
Full Changelog: v1.9.0...v1.10.1
📚 Documentation
Assets 7
v1.9.0
@github-actions
github-actions
ecb7f76
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assets 7
v1.8.0
@github-actions
github-actions
7cb2174
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog
- 19f989b Bump
VERSIONto 1.8.0
Fix
Maintenance
CI/CD
- 883265b Bump tag when
VERSIONis changed - 70eb021 Complete
dockers:in.goreleaser.yml - d1434e0 Release application using goreleaser
- 6d317d6 Support to build using docker
- ce88617 Update renovate.json
- 3bf1109 Add renovate.json
Others
- b945736 Load version from
VERSION