Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 28, 2022

Bumps github.com/elastic/package-registry from 1.5.0 to 1.7.0.

Release notes

Sourced from github.com/elastic/package-registry's releases.

Release v1.7.0

Breaking changes

  • Packages with major version 0 or with prerelease labels are only returned by search requests when they include prerelease=true or experimental=true. #785
  • Release level of a package without release tag is based on its semantic versioning now, previously it was experimental. #785
  • Release level of a data stream without release tag is the same as the package that contains it, previously it was experimental. #785

Bugfixes

Added

  • Add the prerelease parameter in search requests to include in-development versions of packages. #785

Deprecated

  • experimental parameter in search requests is deprecated. #785

Known Issues

Release v1.6.0

Breaking changes

  • Ignore the internal parameter in packages and /search requests. #765

Bugfixes

  • Fix panic when opening specially crafted Zip file. #764
  • Fix unbounded memory issue when handling HTTP/2 requests. #788

Added

  • Update APM Go Agent to 1.14.0. #759
  • Update Gorilla to 1.8.0. #759
  • Support package signatures. #760
  • Update Go runtime to 1.17.6. #788
  • Use Ubuntu LTS as base image instead of CentOS #787

Deprecated

Known Issues

Release v1.5.1

Breaking changes

Bugfixes

  • Properly handle modification headers (If-Modified-Since, Last-Modified) for static resources. #756

Added

Deprecated

Known Issues

Changelog

Sourced from github.com/elastic/package-registry's changelog.

v1.7.0

Breaking changes

  • Packages with major version 0 or with prerelease labels are only returned by search requests when they include prerelease=true or experimental=true. #785
  • Release level of a package without release tag is based on its semantic versioning now, previously it was experimental. #785
  • Release level of a data stream without release tag is the same as the package that contains it, previously it was experimental. #785

Bugfixes

Added

  • Add the prerelease parameter in search requests to include in-development versions of packages. #785

Deprecated

  • experimental parameter in search requests is deprecated. #785

Known Issues

v1.6.0

Breaking changes

  • Ignore the internal parameter in packages and /search requests. #765

Bugfixes

  • Fix panic when opening specially crafted Zip file. #764
  • Fix unbounded memory issue when handling HTTP/2 requests. #788

Added

  • Update APM Go Agent to 1.14.0. #759
  • Update Gorilla to 1.8.0. #759
  • Support package signatures. #760
  • Update Go runtime to 1.17.6. #788
  • Use Ubuntu LTS as base image instead of CentOS #787

Deprecated

Known Issues

1.5.1

Breaking changes

Bugfixes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/elastic/package-registry](https://github.com/elastic/package-registry) from 1.5.0 to 1.7.0.
- [Release notes](https://github.com/elastic/package-registry/releases)
- [Changelog](https://github.com/elastic/package-registry/blob/main/CHANGELOG.md)
- [Commits](elastic/package-registry@v1.5.0...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/package-registry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 28, 2022

The following labels could not be found: automation.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 5, 2022

Superseded by #9.

@dependabot dependabot bot closed this Apr 5, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/elastic/package-registry-1.7.0 branch April 5, 2022 16:37
efd6 pushed a commit that referenced this pull request Oct 18, 2023
* [azure_app_service] - removed dotted YAML keys from manifest

The format_version in the package manifest changed from 2.8.0 to 3.0.0. Removed
dotted YAML keys from package manifest. Added 'owner.type: elastic' to package
manifest.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -v -format-version=3.0.0 -fix-dotted-yaml-keys -add-owner-type packages/azure_app_service

* [citrix_adc] - removed dotted YAML keys from manifest

The format_version in the package manifest changed from 2.0.0 to 3.0.0. Removed
dotted YAML keys from package manifest. Added 'owner.type: elastic' to package
manifest.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -v -format-version=3.0.0 -fix-dotted-yaml-keys -add-owner-type packages/citrix_adc

* [redis]: migration with yq

* [redis] - removed dotted YAML keys from manifest

The format_version in the package manifest changed from 1.0.0 to 3.0.0. Removed
dotted YAML keys from package manifest. Added 'owner.type: elastic' to package
manifest.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -v -format-version=3.0.0 -fix-dotted-yaml-keys -add-owner-type packages/redis

* [tomcat]: migration with yq

* [tomcat] - removed dotted YAML keys from manifest

The format_version in the package manifest changed from 1.0.0 to 3.0.0. Removed
dotted YAML keys from package manifest. Added 'owner.type: elastic' to package
manifest.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -v -format-version=3.0.0 -fix-dotted-yaml-keys -add-owner-type packages/tomcat

* Add validation.yml

* Fix PR number in changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants