feat(aws): Add more Elastic Search resources#5867
Merged
kodiakhq[bot] merged 5 commits intomainfrom Dec 21, 2022
Merged
Conversation
This PR has the following changes to source plugin(s) tables:
|
c52b3d6 to
8eb42ba
Compare
hermanschaaf
suggested changes
Dec 20, 2022
plugins/source/aws/resources/services/elasticsearch/versions_fetch.go
Outdated
Show resolved
Hide resolved
plugins/source/aws/resources/services/elasticsearch/vpc_endpoints_fetch.go
Outdated
Show resolved
Hide resolved
8eb42ba to
4eaea17
Compare
4eaea17 to
9015cb6
Compare
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
421fdc5 to
714742b
Compare
plugins/source/aws/resources/services/elasticsearch/vpc_endpoints_fetch.go
Show resolved
Hide resolved
plugins/source/aws/resources/services/elasticsearch/vpc_endpoints_fetch.go
Outdated
Show resolved
Hide resolved
940f09c to
b6b60df
Compare
de4e0f8 to
48e464b
Compare
48e464b to
4355628
Compare
hermanschaaf
approved these changes
Dec 21, 2022
kodiakhq bot
pushed a commit
that referenced
this pull request
Dec 27, 2022
🤖 I have created a release *beep* *boop* --- ## [9.0.0](plugins-source-aws-v8.1.0...plugins-source-aws-v9.0.0) (2022-12-27) ### ⚠ BREAKING CHANGES * **aws:** Organizational Unit (OU) IDs are now validated to match either `ou-` or `r-` formats ### Features * **aws:** Add AWS Managed Service for Prometheus ([#5875](#5875)) ([8cad8e4](8cad8e4)) * **aws:** Add more Elastic Search resources ([#5867](#5867)) ([0762a59](0762a59)) * **aws:** Fetch tags for aws_elasticache_clusters ([#5911](#5911)) ([65b5093](65b5093)), closes [#5899](#5899) * **aws:** Paginate Ec2 Describe Images ([#5878](#5878)) ([9a37b52](9a37b52)) * **aws:** Support Custom endpoints ([#5942](#5942)) ([746ba65](746ba65)) * **aws:** Support recursive listing of AWS orgs and skipping of OUs and accounts ([7908fd4](7908fd4)) ### Bug Fixes * **deps:** Update module github.com/aws/aws-sdk-go-v2/config to v1.18.7 ([#5879](#5879)) ([c2c082e](c2c082e)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/credentials to v1.13.7 ([#5811](#5811)) ([135427a](135427a)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/feature/s3/manager to v1.11.46 ([#5880](#5880)) ([a4e8c81](a4e8c81)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 to v1.13.24 ([#5881](#5881)) ([741b48b](741b48b)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.77.0 ([#5883](#5883)) ([e3dcb98](e3dcb98)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/service/fsx to v1.27.0 ([#5950](#5950)) ([f9e542d](f9e542d)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/service/identitystore to v1.15.10 ([#5904](#5904)) ([3a49662](3a49662)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/service/inspector2 to v1.10.0 ([#5951](#5951)) ([9586d36](9586d36)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/service/rds to v1.37.0 ([#5932](#5932)) ([bc04b3e](bc04b3e)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/service/route53domains to v1.13.0 ([#5884](#5884)) ([06acf5a](06acf5a)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/service/sagemaker to v1.59.0 ([#5819](#5819)) ([7ee4849](7ee4849)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/service/sagemaker to v1.60.0 ([#5885](#5885)) ([ba72fd8](ba72fd8)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/service/sagemaker to v1.61.0 ([#5906](#5906)) ([5f12d55](5f12d55)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/service/secretsmanager to v1.16.11 ([#5931](#5931)) ([f0bdd7f](f0bdd7f)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/service/ssm to v1.33.4 ([#5905](#5905)) ([8977bb6](8977bb6)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/service/ssoadmin to v1.15.16 ([#5882](#5882)) ([be860f3](be860f3)) * **deps:** Update module github.com/aws/aws-sdk-go-v2/service/transfer to v1.26.0 ([#5907](#5907)) ([fa63d48](fa63d48)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.13.1 ([#5897](#5897)) ([ad15915](ad15915)) * Update endpoints ([#5876](#5876)) ([3a62218](3a62218)) * Update endpoints ([#5903](#5903)) ([6979d07](6979d07)) * Update endpoints ([#5929](#5929)) ([2b8e6a1](2b8e6a1)) * Update endpoints ([#5948](#5948)) ([8829544](8829544)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements part of #5788.