Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(deps): Bump github.com/qdm12/ss-server from 0.5.0-rc1 to 0.5.0 #1935

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps github.com/qdm12/ss-server from 0.5.0-rc1 to 0.5.0.

Release notes

Sourced from github.com/qdm12/ss-server's releases.

v0.5.0

Features

  • Main program
    • Uses github.com/qdm12/log v0.1.0
    • Allow to use PORT=0 to pick any available port
    • Log information using github.com/qdm12/gosplash
    • Log out settings tree at start using github.com/qdm12/gotree
  • Libraries
    • Log out connection origin IP address when encoutering an error

Breaking changes

  • Change environment variable PORT to be LISTENING_ADDRESS. PORT will no longer work.
  • pkg/validation package removed, in favor of using github.com/qdm12/gosettings and github.com/qdm12/govalid for settings in packages pkg/tcp, pkg/udp and pkg/tcpudp
  • pkg/tcp, pkg/udp and pkg/tcpudp settings MergeWith methods now return the merged result instead of modifying the receiver struct
  • pkg/tcp, pkg/udp and pkg/tcpudp settings can now have the listening address as the empty string, so the settings fields Address is now a string pointer.

Fixes

  • pkg/tcp, pkg/udp and pkg/tcpudp: Listening address logged is obtained from listener, which fixes the case where the listening port would be 0.
  • pkg/tcp: do not close TCP connection twice
  • pkg/udp: log reading error and continue
  • pkg/tcpudp: log fatal sub-server error

Documentation

  • Readme: update Docker image size from 3MB to 6MB
  • Add runnable docker-compose.yml file

Maintenance

  • Upgrade Go from 1.17 to 1.20
  • Upgrade Alpine from 3.15 to 3.18
  • Upgrade golang.org/x/crypto to v0.12.0
  • Dockefile: use build platform for non-final stages so it cross builds faster
  • Update devcontainer definitions
  • Code health:
    • pkg/udp: review error wrapping strings in handleIncomingData
    • Package local interfaces only
    • Rework settings reading and validation, using github.com/qdm12/gosettings v0.3.0-rc10
    • Upgrade linter to v1.52.2 and fix lint errors
    • Update linters list and fix lint errors
    • Rework main shutdown logic
    • Use generic ptrTo function to replace stringPtr and boolPtr in tests
    • Upgrade stretchr/testify to v1.8.4
  • CI:
    • Entire workflow configuration reworked
    • Add dependabot configuration
    • Add reviewdog/action-misspell verify step

... (truncated)

Commits
  • b5d8fc3 chore(deps): bump crazy-max/ghaction-github-labeler from 1 to 5 (#28)
  • bc01ef1 chore(pkg/tcpudp): log fatal sub-server error
  • d2aba5f fix(pkg/udp): log reading error and continue
  • 7eca345 chore(deps): bump peter-evans/dockerhub-description from 3.4.1 to 3.4.2 (#25)
  • c9e4cf4 chore(deps): bump golang.org/x/crypto from 0.9.0 to 0.12.0 (#27)
  • 621e956 chore(pkg/tcp): fix unit test
  • 9314478 fix(ci): install mockgen in base stage Docker image
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/qdm12/ss-server](https://github.com/qdm12/ss-server) from 0.5.0-rc1 to 0.5.0.
- [Release notes](https://github.com/qdm12/ss-server/releases)
- [Commits](qdm12/ss-server@v0.5.0-rc1...v0.5.0)

---
updated-dependencies:
- dependency-name: github.com/qdm12/ss-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@qdm12
Copy link
Owner

qdm12 commented Nov 1, 2023

No longer needed

@qdm12 qdm12 closed this Nov 1, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/qdm12/ss-server-0.5.0 branch November 1, 2023 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant