Added Opensearch Scaler#1
Draft
musztardem wants to merge 18 commits intomainfrom
Draft
Conversation
9d64997 to
bbaf9d2
Compare
5d803b9 to
18d9de2
Compare
…re#7680) Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.9.1 to 5.9.2. - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.9.1...v5.9.2) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…edacore#7678) The docs mark authToken as Optional, but Validate() rejected empty tokens unconditionally. InfluxDB 3 Core (OSS) runs without auth by default, and the struct already tags authToken as optional, so the hard-required check was inconsistent. Remove the check and update the test case that asserted empty-token was an error. Fixes kedacore#7616 Signed-off-by: Ali <alliasgher123@gmail.com>
…kedacore#7668) Signed-off-by: Rob Blackman <robbo.blackman@gmail.com>
…acore#7658) Bumps [github.com/moby/spdystream](https://github.com/moby/spdystream) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/moby/spdystream/releases) - [Commits](moby/spdystream@v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: github.com/moby/spdystream dependency-version: 0.5.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
Signed-off-by: Antoni Pstraś <antoni.pstras@sap.com>
Signed-off-by: Antoni Pstraś <antoni.pstras@sap.com>
Signed-off-by: Antoni Pstraś <antoni.pstras@sap.com>
Co-authored-by: semgrep-code-kedacore[bot] <258932899+semgrep-code-kedacore[bot]@users.noreply.github.com> Signed-off-by: Antoni <antek.pstras@gmail.com>
Signed-off-by: Antoni Pstraś <antoni.pstras@sap.com>
Signed-off-by: Antoni Pstraś <antoni.pstras@sap.com>
Signed-off-by: Antoni Pstraś <antoni.pstras@sap.com>
Signed-off-by: Antoni Pstraś <antoni.pstras@sap.com>
Signed-off-by: Antoni Pstraś <antoni.pstras@sap.com>
Signed-off-by: Antoni Pstraś <antoni.pstras@sap.com>
Signed-off-by: Antoni Pstraś <antoni.pstras@sap.com>
18d9de2 to
7ea643d
Compare
Signed-off-by: Antoni Pstraś <antoni.pstras@sap.com>
Signed-off-by: Antoni Pstraś <antoni.pstras@sap.com>
Signed-off-by: Antoni Pstraś <antoni.pstras@sap.com>
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.
Provide a description of what has been changed
Checklist
make generate-scalers-schemahas been run to update any outdated generated filesRelates to kedacore#7456
Docs: kedacore/keda-docs#1718