Skip to content

Commit

Permalink
2.14 Update minimum supported versions (#9586)
Browse files Browse the repository at this point in the history
* renovate: keep two minor versions only

Signed-off-by: Vladimir Varankin <[email protected]>

* integration: update versions

Signed-off-by: Vladimir Varankin <[email protected]>

---------

Signed-off-by: Vladimir Varankin <[email protected]>
  • Loading branch information
narqo authored Oct 11, 2024
1 parent 14bc627 commit f78fc76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions integration/backward_compatibility.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ import "github.com/grafana/mimir/integration/e2emimir"
// DefaultPreviousVersionImages is used by `tools/pre-pull-images` so it needs
// to be in a non `_test.go` file.
var DefaultPreviousVersionImages = map[string]e2emimir.FlagMapper{
"grafana/mimir:2.11.0": e2emimir.ChainFlagMappers(
removePartitionRingFlags,
),
"grafana/mimir:2.12.0": e2emimir.ChainFlagMappers(
removePartitionRingFlags,
),
"grafana/mimir:2.13.0": e2emimir.ChainFlagMappers(
removePartitionRingFlags,
),
"grafana/mimir:2.14.0": e2emimir.ChainFlagMappers(
removePartitionRingFlags,
),
}

// Always remove this flag so that it's not a pain to run GEM integration tests.
Expand Down
4 changes: 2 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"extends": [
"config:base"
],
"baseBranches": ["main", "release-2.14", "release-2.13", "release-2.12"],
"baseBranches": ["main", "release-2.14", "release-2.13"],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
],
"schedule": ["before 9am on Monday"],
"packageRules": [
{
"matchBaseBranches": ["release-2.14", "release-2.13", "release-2.12"],
"matchBaseBranches": ["release-2.14", "release-2.13"],
"packagePatterns": ["*"],
"enabled": false
},
Expand Down

0 comments on commit f78fc76

Please sign in to comment.