Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 15, 2025. It is now read-only.
/vulcanizerPublic archive

Releases: github/vulcanizer

v0.14.4

30 Dec 17:32
de513db
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Changelog

  • a2e50be Adding contents: write to allow this to create artifacts.
  • 1b91a3e Adding explicit permissions for workflow
  • 554a729 Fixing a messed up commit hash
  • c03609c Merge pull request#117 from github/improving-posture
  • de513db Merge pull request#118 from github/elasticsearch/SnapshotAllIndices-additional-query-params
  • 07a5b44 Pinning repositories to specific commit hashes.
  • 309cd67 chore: added additional test to see if map[string]bool works correctly
  • aef7e71 feature: added SnapshotAllIndicesWithBodyParams function
  • 026716e fix: added docstring
  • 0c26877 fix: added gitignore
  • 3eaed8f fix: added test to test if snapshot all indices works as intended
  • 7aa74a5 fix: allowed nil values
  • 903b29b fix: changed bytes to string
  • bf45fdc fix: linting
Assets11
Loading

v0.14.3

20 Nov 14:58
9c7fa78
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

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
Loading

v0.14.2

13 Feb 18:55
df49acb
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

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 addressCVE-2023-37788
Loading

v0.14.1

20 Dec 17:18
061c97d
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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
Loading

v0.14.0

07 Dec 07:56
a7e2e17
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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
Loading

v0.13.1

26 Oct 18:04
2b93a65
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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
Loading

v0.13.0

25 Oct 10:31
7dd653d
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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
Loading

v0.12.1

17 Oct 18:35
e471a00
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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
Loading

v0.12.0

17 Oct 18:32

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
Loading

v0.11.1

12 Aug 17:51
d0d3dd7
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
GPG key ID:4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

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
Loading
Previous13
Previous

[8]ページ先頭

©2009-2025 Movatter.jp