Skip to content

Releases: github/vulcanizer

v0.14.3

20 Nov 14:58
9c7fa78
Compare
Choose a tag to compare

Changelog

  • d3e80c1 Add ES8 tests, add test data for breaking change
  • fc21e7f Add new method and tests for ClusterAllocationExplainWithQueryParams
  • 2f62b1b Adding a license cluster command
  • 4c40fa7 Adding unit tests and updating docstrings for functions.
  • c7fca61 Bump golang.org/x/net from 0.17.0 to 0.23.0
  • 40a2451 Merge pull request #112 from github/hoenn/add-options-for-alloc-explain
  • f113346 Merge pull request #113 from github/hoenn/run-es8-ci
  • 3dce9a2 Merge pull request #114 from github/dependabot/go_modules/golang.org/x/net-0.23.0
  • 9c7fa78 Merge pull request #116 from github/dtaivpp/license-cluster
  • 8fc22a2 Remove deprecated docker-compose usage

v0.14.2

13 Feb 18:55
df49acb
Compare
Choose a tag to compare

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

20 Dec 17:18
061c97d
Compare
Choose a tag to compare

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

07 Dec 07:56
a7e2e17
Compare
Choose a tag to compare

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

26 Oct 18:04
2b93a65
Compare
Choose a tag to compare

Changelog

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

v0.13.0

25 Oct 10:31
7dd653d
Compare
Choose a tag to compare

Changelog

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

v0.12.1

17 Oct 18:35
e471a00
Compare
Choose a tag to compare

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

17 Oct 18:32
Compare
Choose a tag to compare

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

12 Aug 17:51
d0d3dd7
Compare
Choose a tag to compare

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

11 Aug 19:34
Compare
Choose a tag to compare

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