Vulcanizer Versions Save

GitHub's ops focused Elasticsearch library

v0.14.2

3 months ago

Changelog

  • c24a8d6 Bump golang.org/x/net from 0.0.0-20200927032502-5d4f70055728 to 0.17.0
  • 2ff43b6 Merge pull request #105 from github/dependabot/go_modules/golang.org/x/net-0.17.0
  • 3a9d57f Merge pull request #109 from github/hoenn/upgrade-go-versions
  • 8824981 Merge pull request #110 from github/hoenn/upgrade-goproxy-for-cve
  • df49acb Merge pull request #111 from github/hoenn/set-gomod-ver-to-min
  • 07bce4a Set go mod min to 1.17, add workflow to run tests against min
  • 5aa4c1f Update go version in mod and workflows
  • 4c3ac58 Upgrade goproxy to address CVE-2023-37788

v0.14.1

5 months ago

Changelog

  • 20875d3 Add a GetShardRecovery with query params function to the ES client
  • 26713a0 Merge pull request #106 from github/hoenn/add-get-shard-recovery-with-params
  • 061c97d Merge pull request #107 from github/hoenn/set-goreleaser-version
  • c983f69 Preallocate querystrings
  • af4946c Remove deprecated linters, specify go version in lint workflow
  • a2dff1b Set goreleaser version explicitly
  • a3cbe49 Update action versions

v0.14.0

1 year ago

Changelog

  • 6a3677b Changes based on review comments
  • b0aeb1f ILM history indices are removed during policy removal
  • c5cb835 Implements delete index with query parameters
  • a99df93 Merge pull request #102 from github/uyumazhakan/remove-ilm
  • a7e2e17 Merge pull request #103 from github/uyumazhakan/add-delete-index-with-query-params
  • 9a37509 Removing ILM Policy from Index is added

v0.13.1

1 year ago

Changelog

  • 2b93a65 Merge pull request #101 from github/uyumazhakan/reroute
  • 9ca417d Renaming after review
  • 86507f5 Reroute failed shards command is added

v0.13.0

1 year ago

Changelog

  • d2dba4b Allocate stale primary shard functionality is added
  • 7dd653d Merge pull request #100 from github/uyumazhakan/allocate-stale-primary-shard

v0.12.1

1 year ago

Changelog

  • 6aa0f3e Add get index mappings
  • a586335 Add hotthreads cmd to cli
  • 2111da6 Add recovery cmd to cli
  • e471a00 Merge pull request #99 from github/add-more-cmds-to-cli
  • 4058dbb Remove unnecessary recovery cmd, shards has a subcmd for this
  • dca3b7b Standardize optional help text in new commands
  • cdef137 Update README with new usage

v0.12.0

1 year ago

Changelog

  • 6aa0f3e Add get index mappings
  • a586335 Add hotthreads cmd to cli
  • 2111da6 Add recovery cmd to cli
  • 4058dbb Remove unnecessary recovery cmd, shards has a subcmd for this
  • dca3b7b Standardize optional help text in new commands
  • cdef137 Update README with new usage

v0.11.1

1 year ago

Changelog

  • 102f5bf Merge pull request #97 from github/hugodorea/add-cluster-allocation-explain
  • d0d3dd7 Merge pull request #98 from github/hugodorea/fixes-cluster-allocation-explain-shard-type
  • 1fd18dc changes shard field from string to *int in ClusterAllocationExplainRequest struct

v0.11.0

1 year ago

Changelog

  • f7cecaf adds ClusterAllocationExplain method
  • 71e8a46 adds elastic.co documentation link to comment
  • 58a9be9 adds global path for golangci-lint in test script
  • 8b68523 adds prettyOutput argument to ClusterAllocationExplain method
  • 694de6e removes global path to golangci-lint
  • 7bd3420 reverts from URL.String to URL.EscapedPath
  • 97c0921 small punctuation fix

v0.10.0

1 year ago

Changelog

  • c2e152c Merge pull request #95 from github/hugodorea/get-hot-threads-per-node
  • 924bd8a Merge pull request #96 from github/hugodorea/addresses-linter
  • de90c9e addresses ioutil deprecation
  • 229a57a adds GetNodesHotThreads method to es client
  • fcac58d changes golangci-lint version to 1.46.2
  • 019302f first batch of linter fixes
  • 013b184 fixes tests
  • 6980eee lints pkg/cli/entrypoint.go
  • 286f72a lints util.go
  • 9075c59 moves errors to variables
  • 532081a updates golang.org/x/sys