Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@VachaShah VachaShah released this 05 Nov 05:53
6bd2733

Version 1.2.0 Release Notes

Compatible with OpenSearch 1.x and 2.x

Enhancements

  • Add the form-data-file flag to curl post command to send multipart/form-data requests (#77)
  • Implement curl patch command with integration tests

Bug Fixes

  • Fix config file permissions error output (#67)
  • Fix help message of profile create command (#60)

Infrastructure

  • Add build script to generate artifacts
  • Add support for codeowners
  • Add macos package builder
  • Add workflow to run integration tests
  • Add support to run tests only if plugin is installed
  • Create untriaged issue workflow
  • Add latest opensearch versions to integration test matrix (#89)
  • Update build and release script to fix goreleaser issues (#91)

Dependencies

  • Update cobra package
  • Upgrade go to 1.18
  • Update codecov version
  • Bump gopkg.in/yaml.v3 from 3.0.0-20200615113413-eeeca48fe776 to 3.0.0

Documentation

  • Update MAINTAINERS.md to match recommended opensearch-project format
  • Update compatibility matrix
  • Update documentation (#85)

Refactoring

  • Remove io/ioutil dependency (#86)

Full Changelog: 1.1.0...v1.2.0