You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/12/25 04:09:06 UTC

[GitHub] [iceberg] dependabot[bot] opened a new pull request, #6494: Build: Bump moto from 4.0.11 to 4.0.12 in /python

dependabot[bot] opened a new pull request, #6494:
URL: https://github.com/apache/iceberg/pull/6494

   Bumps [moto](https://github.com/spulec/moto) from 4.0.11 to 4.0.12.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/spulec/moto/blob/master/CHANGELOG.md">moto's changelog</a>.</em></p>
   <blockquote>
   <h2>4.0.12</h2>
   <p>Docker Digest for 4.0.12: <em>sha256:06916d3f310c68fd445468f06d6d4ae6f855e7f2b80e007a90bd11eeb421b5ed</em></p>
   <pre><code>General:
       * Fixes our Kinesis-compatibility with botocore&gt;=1.29.31 - earlier Moto-versions will connect to AWS when using this botocore-version 
   <p>New Methods:
   * Athena:
   * get_query_results()
   * list_query_executions()
   * RDS:
   * promote_read_replica()
   * Sagemaker:
   * create_pipeline()
   * delete_pipeline()
   * list_pipelines()</p>
   <p>Miscellaneous:
   * AWSLambda: publish_function() and update_function_code() now only increment the version if the source code has changed
   * CognitoIDP: Passwords are now validated using the PasswordPolicy (either supplied, or the default)
   * CloudFormation: create_stack() now propagates parameters StackPolicyBody and TimeoutInMinutes
   * CloudFormation: create_stack_instances() now returns the actual OperationId
   * CloudFormation: create_stack_set() now validates the provided name
   * CloudFormation: create_stack_set() now supports the DeploymentTargets-parameter
   * CloudFormation: create_stack_set() now actually creates the provided resources
   * CloudFormation: create_stack_set() now propagates parameters AdministrationRoleARN and ExecutionRoleName
   * CloudFormation: describe_stack_set() now returns the attributes Description, PermissionModel
   * CloudFormation: delete_stack_set() now validates that no instances are present before deleting the set
   * CloudWatch: get_metric_data() now supports the Label-parameter
   * EC2: allocate_address() now has improved behaviour for the Domain-parameter
   * EC2: create_volume() now supports the Iops-parameter
   * ECR: Improved ImageManifest support
   * KMS: describe_key() now returns an AccessDeniedException if the supplied policy does not allow this action
   * Route53: change_resource_record_sets() has additional validations
   * Route53: create_hosted_zone() now also creates a SOA-record by default
   * S3: put_object() now returns the ChecksumAlgorithm-attribute if supplied
   * SSM: describe_parameters() now has improved support for filtering by tags
   </code></pre></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spulec/moto/commit/626803a78e028878bf2df8ca17372170b6958bd9"><code>626803a</code></a> Prepare release 4.0.12 (<a href="https://github-redirect.dependabot.com/spulec/moto/issues/5781">#5781</a>)</li>
   <li><a href="https://github.com/spulec/moto/commit/42d8216623b720b267fdb0b54a9b178e164728a1"><code>42d8216</code></a> Techdebt: KMS: Mock RSA calls in some tests (<a href="https://github-redirect.dependabot.com/spulec/moto/issues/5782">#5782</a>)</li>
   <li><a href="https://github.com/spulec/moto/commit/f67abbe1f3e0050b2bbacf0abd1098ea5273dce9"><code>f67abbe</code></a> Add sagemaker mock call: delete_pipeline (<a href="https://github-redirect.dependabot.com/spulec/moto/issues/5780">#5780</a>)</li>
   <li><a href="https://github.com/spulec/moto/commit/137f06b55e6ae0dcaddd18f833b193a71a739169"><code>137f06b</code></a> KMS: Basic key policy enforcement (<a href="https://github-redirect.dependabot.com/spulec/moto/issues/5777">#5777</a>)</li>
   <li><a href="https://github.com/spulec/moto/commit/ee6e8dd35997d542c153f045ce9e8a9cdcc2215a"><code>ee6e8dd</code></a> Fix some Batch error message typos (<a href="https://github-redirect.dependabot.com/spulec/moto/issues/5779">#5779</a>)</li>
   <li><a href="https://github.com/spulec/moto/commit/52891e1641de017dcab26373ae9cecc3a02632eb"><code>52891e1</code></a> EC2: Add iops to volume (<a href="https://github-redirect.dependabot.com/spulec/moto/issues/5776">#5776</a>)</li>
   <li><a href="https://github.com/spulec/moto/commit/e5d40f63f89bbe7b4c91a575d5608ec9c7bda301"><code>e5d40f6</code></a> SageMaker: create_pipeline, list_pipelines (<a href="https://github-redirect.dependabot.com/spulec/moto/issues/5771">#5771</a>)</li>
   <li><a href="https://github.com/spulec/moto/commit/2cf770f6974b716682d5430ac9f2ebd355467be8"><code>2cf770f</code></a> ECR Manifest List Support (<a href="https://github-redirect.dependabot.com/spulec/moto/issues/5753">#5753</a>)</li>
   <li><a href="https://github.com/spulec/moto/commit/16f9ff56a33857373a0e0c3548889e115600079e"><code>16f9ff5</code></a> Kinesis: Support new endpoint for botocore 1.29.31 (<a href="https://github-redirect.dependabot.com/spulec/moto/issues/5778">#5778</a>)</li>
   <li><a href="https://github.com/spulec/moto/commit/07a8d6f0099f8365d0709a2800236aed7e02dcdc"><code>07a8d6f</code></a> Add Athena: get_query_results, list_query_executions (<a href="https://github-redirect.dependabot.com/spulec/moto/issues/5648">#5648</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/spulec/moto/compare/4.0.11...4.0.12">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=moto&package-manager=pip&previous-version=4.0.11&new-version=4.0.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] Fokko merged pull request #6494: Build: Bump moto from 4.0.11 to 4.0.12 in /python

Posted by GitBox <gi...@apache.org>.
Fokko merged PR #6494:
URL: https://github.com/apache/iceberg/pull/6494


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org