Skip to content

Releases: joshbeard/web-indexer

0.4.2

26 Jun 01:47
fd836d1
Compare
Choose a tag to compare
  • build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 @dependabot (#46)
  • build(deps): bump golang.org/x/vuln from 1.1.0 to 1.1.2 @dependabot (#43)
  • build(deps): bump goreleaser/goreleaser-action from 5.0.0 to 6.0.0 @dependabot (#41)
  • build(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 @dependabot (#39)
  • build(deps): bump securego/gosec from 2.19.0 to 2.20.0 @dependabot (#33)
  • build(deps): bump github.com/golangci/golangci-lint from 1.58.0 to 1.59.1 @dependabot (#44)
  • build(deps): bump github.com/aws/aws-sdk-go from 1.52.2 to 1.54.6 @dependabot (#47)
  • build(deps): bump github.com/aws/aws-sdk-go from 1.51.25 to 1.52.2 @dependabot (#28)
  • build(deps): bump github.com/golangci/golangci-lint from 1.57.2 to 1.58.0 @dependabot (#27)
  • build(deps): bump golang.org/x/vuln from 1.0.4 to 1.1.0 @dependabot (#24)
  • build(deps): bump github.com/aws/aws-sdk-go from 1.51.16 to 1.51.25 @dependabot (#25)
  • build(deps): bump github.com/aws/aws-sdk-go from 1.51.11 to 1.51.16 @dependabot (#20)
  • build(deps): bump github.com/golangci/golangci-lint from 1.56.2 to 1.57.2 @dependabot (#18)
  • build(deps): bump github.com/aws/aws-sdk-go from 1.51.6 to 1.51.11 @dependabot (#19)
  • build(deps): bump github.com/charmbracelet/log from 0.3.1 to 0.4.0 @dependabot (#16)
  • build(deps): bump github.com/aws/aws-sdk-go from 1.50.35 to 1.51.6 @dependabot (#17)
  • build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 @dependabot (#13)
  • build(deps): bump github.com/aws/aws-sdk-go from 1.50.30 to 1.50.35 @dependabot (#12)
  • build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 @dependabot (#11)
  • build(deps): bump github.com/aws/aws-sdk-go from 1.50.25 to 1.50.30 @dependabot (#10)
  • build(deps): bump github.com/aws/aws-sdk-go from 1.50.20 to 1.50.25 @dependabot (#9)
  • maint: remove unused tools @joshbeard (#8)

0.4.1

25 Feb 06:43
d8c08de
Compare
Choose a tag to compare
  • Update GitHub action for sort, order @joshbeard (#7)
  • build(deps): bump the go_modules group group with 1 update @dependabot (#5)

0.4.0

25 Feb 06:24
Compare
Choose a tag to compare

0.3.1

22 Feb 05:43
Compare
Choose a tag to compare

Changelog

0.3.0

22 Feb 05:31
Compare
Choose a tag to compare

Changelog

  • 5836c0a ci: login to ghcr.io
  • df8dc08 ci: Fix variable casing
  • f911dda ci: set nfpm id to use passphrase
  • ff83dd0 Update changelog
  • da036cd GPG signing, other package types
  • b098b31 Merge pull request #3 from joshbeard/dependabot/go_modules/github.com/aws/aws-sdk-go-1.50.20
  • a4e3ead build(deps): bump github.com/aws/aws-sdk-go from 1.50.15 to 1.50.20

0.2.2

18 Feb 19:51
Compare
Choose a tag to compare

Changelog

0.2.1

18 Feb 07:32
Compare
Choose a tag to compare

Changelog

  • 0d18041 docker: pass extra args to entrypoint

0.2.0

17 Feb 19:04
Compare
Choose a tag to compare

Changelog

  • cfc85c6 Fix Docker/Action parameters
  • 6451a1b Update CHANGELOG for 0.2.0
  • cc47a6c Merge branch 'refactor'
  • a91a026 Fix name
  • 0c23f90 Merge pull request #2 from joshbeard/refactor
  • b260238 Refactor: support local paths, restruture
  • d2aecb7 Merge pull request #1 from joshbeard/dependabot/go_modules/github.com/aws/aws-sdk-go-1.50.15
  • 6f30d2b build(deps): bump github.com/aws/aws-sdk-go from 1.50.10 to 1.50.15
  • e542d7f ci: revert publish to github registry

0.1.0

05 Feb 07:03
Compare
Choose a tag to compare

Changelog

  • a44464b docs: Use full URL for image
  • d1586b8 ci: fix needs reference
  • fff8ded Push README to Docker Hub
  • 8ba3b9c Copy entrypoint into Dockerfile
  • a37c552 Add Docker image and GitHub action
  • 9e93a21 Initial commit