Skip to content

Releases: tech10/nvdaRemoteServer

v1.1.13

21 Jul 17:37
v1.1.13
4786d3a

Choose a tag to compare

Changelog

  • e482353 Use GitHub actions token for goreleaser job. This protects against things such as, I haven't uploaded a new release in over one year and the job failed because of it.

v1.1.12

21 Jul 17:11
v1.1.12
3b51e78

Choose a tag to compare

Changelog

  • 4787aa6 Alter deprecated snapshot.name_template to snapshot.version_template within goreleaser config.
  • 6d0d8d8 Bump actions/checkout from 3 to 4 (#17)
  • 0a6545e Bump actions/setup-go from 4 to 5 (#25)
  • 32eccd5 Bump crazy-max/ghaction-import-gpg from 5 to 6 (#18)
  • 5904da6 Bump docker/build-push-action from 4 to 5 (#20)
  • eb01385 Bump docker/build-push-action from 5 to 6 (#30)
  • 94eff96 Bump docker/login-action from 2 to 3 (#21)
  • 147d3ef Bump docker/metadata-action from 4 to 5 (#22)
  • 82c575a Bump golangci/golangci-lint-action from 3 to 4 (#26)
  • f8280e3 Bump golangci/golangci-lint-action from 4 to 5 (#27)
  • d22c340 Bump golangci/golangci-lint-action from 5 to 6 (#28)
  • 1976a43 Bump golangci/golangci-lint-action from 6 to 7 (#31)
  • c3f2b14 Bump golangci/golangci-lint-action from 7 to 8 (#32)
  • 5aa076a Bump goreleaser/goreleaser-action from 4 to 5 (#19)
  • 61bc9b9 Bump goreleaser/goreleaser-action from 5 to 6 (#29)
  • 3ea7af7 Implemented better certificate generation practices.
  • 6a84e2a Remove depguard linter.
  • cb5cf7c Remove goconst linter, not needed.
  • 1593995 Update golangci-lint config file, rename deadline to timeout in the run section.
  • 719389c Update golangci-lint config to version 2 format.
  • 063bdf1 Update goreleaser configuration.
  • bdf50fa Update goreleaser.yml to validate against version 2.6 of goreleaser.
  • f4bb6ea Updated linters and code to pass lint checks.

v1.1.11

04 Sep 00:12
v1.1.11
62f9bff

Choose a tag to compare

Changelog

  • 78f7fc8 Add buildinfo argument.
  • 558c688 Bump actions/setup-go from 3 to 4 (#14)
  • 6230ef8 Combine golangci-lint and build actions into a single file.
  • 3e97384 Enable some useful linters, and correct a couple linting errors.
  • 05e0341 Update GitHub actions to use latest stable builds of go at all times, without defining them.

v1.1.10

24 Feb 17:53
v1.1.10
2cb049b

Choose a tag to compare

Changelog

  • c97a348 Explicitly enable CGO, in case it isn't enabled in a users default configuration.
  • 2fd053e Updates for deprecations in goreleaser.

v1.1.9

24 Feb 14:23
v1.1.9
b3e860c

Choose a tag to compare

Changelog

  • f98a76a Build against Go 1.19.1
  • ca19e0f Bump actions/cache from 2 to 3
  • 47397a6 Bump actions/setup-go from 2 to 3
  • 73030e8 Bump crazy-max/ghaction-import-gpg from 4 to 5 (#11)
  • 638a784 Bump docker/build-push-action from 2 to 3
  • f93bb06 Bump docker/build-push-action from 3 to 4 (#13)
  • 633c12c Bump docker/login-action from 1 to 2
  • 6dc2aa2 Bump docker/metadata-action from 3 to 4
  • deff76a Bump goreleaser/goreleaser-action from 2 to 3
  • 0263ff5 Bump goreleaser/goreleaser-action from 3 to 4 (#12)
  • bb1b96f Merge pull request #5 from tech10/dependabot/github_actions/actions/cache-3
  • 9c3b08d Merge pull request #6 from tech10/dependabot/github_actions/actions/setup-go-3
  • fbcdccb Merge pull request #7 from tech10/dependabot/github_actions/docker/build-push-action-3
  • 096f2fe Merge pull request #8 from tech10/dependabot/github_actions/docker/login-action-2
  • 57a992d Merge pull request #9 from tech10/dependabot/github_actions/docker/metadata-action-4
  • 48a4b48 Update GitHub build action so it doesn't fail.
  • 526b709 Update build GitHub action to run on Go 1.20
  • 29e1586 Update minimum Go version to 1.20
  • a581778 golangci-lint: Remove deprecated linters.

v1.1.8

16 Mar 21:28
v1.1.8
4247d42

Choose a tag to compare

Changelog

  • 4ef62b4 Build against go 1.18
  • a85ec06 Bump actions/checkout from 2 to 3
  • 3a91666 Bump golangci/golangci-lint-action from 2 to 3
  • e6c0f39 Merge pull request #3 from tech10/dependabot/github_actions/golangci/golangci-lint-action-3
  • 98fae24 Merge pull request #4 from tech10/dependabot/github_actions/actions/checkout-3
  • 887bad0 Remove automerge.

v1.1.7

16 Dec 22:46
v1.1.7
694519c

Choose a tag to compare

Changelog

  • 30d11fa Change go mod tidy to go mod download in goreleaser hook.
  • 17a2083 Security fix to correct a vulnerability with password protected channels.

v1.1.6

13 Dec 15:11
v1.1.6
f7a5dc2

Choose a tag to compare

Changelog

  • b229f81 Add dependabot.
  • 01f0d11 Attempt to set the version upon latest download as well as at build time, fall back to development if the version is unset.
  • 25d437b Automatically merge dependabot updates.
  • 80a6810 Bump github.com/tech10/panichandler from 1.6.4 to 1.6.7
  • a42732f Cash automated builds when a push occurs.
  • 36ebab5 Cash goreleaser artifacts.
  • 500aa68 Configure some more go linters.
  • c0fe885 Do not use a matrix build and always use latest version of go for build tests.
  • f92e136 Get go version in goreleaser.
  • a9fc07d GitHub Actions update to go 1.17.5
  • cc2eb82 Go lint and minor code format updates.
  • 0997095 Hopefully allow matrix build to pass.
  • 5d16584 Manually define go version in build action.
  • 3ba11da Merge pull request #2 from tech10/dependabot/go_modules/github.com/tech10/panichandler-1.6.7
  • b81292f Reformat matrix build spec.
  • 28d2963 Rename the script to update the server for more consistency.
  • 0921d92 Revert "Do not use a matrix build and always use latest version of go for build tests."
  • 4a1453c Revert "Get go version in goreleaser."
  • f704a6d Update goreleaser action.
  • 3df17e1 Update to panichandler 1.6.4 from panic_handler 1.6.2.
  • 9a8ff40 Use go 1.17.4 in GitHub actions.
  • 6e03c3c Use golangci-lint GitHub action.
  • ea531d8 Use latest version of go from a secret for automated tasks.

v1.1.5

08 Dec 04:28
v1.1.5
af1c75f

Choose a tag to compare

Changelog

  • 10f1466 Attempt to automatically build for Docker Hub and the GitHub Container Registry.
  • a52eae8 Push to GitHub container registry on a pushed tag.

v1.1.4

08 Dec 01:47
v1.1.4
31a4c56

Choose a tag to compare

Changelog

  • dda5342 Add more compression in docker build.
  • fe96de7 Move goreleaser to GitHub action.
  • 32f05d4 Update documentation slightly to ensure the latest version is installed with Go.
  • fc16797 Use panic_handler v1.6.2