Skip to content

Commit

Permalink
fix: config not loaded for clustermapping
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Sep 14, 2023
1 parent ebf740e commit ab647a1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [23.06/1.7.2] 2023-09-14
### fixed
- cluster mapping does not use new rerun-cluster-mapping-with-env env

## [23.06/1.7.1] 2023-09-13
### fixed
- error on insert when no tagpacks are loaded

## [23.06/1.7.0] 2023-09-12
### Added
- parallel tagpack insert (-n-workers parameter, default 1 worker)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL := /bin/bash
PROJECT := tagpack-tool
VENV := .venv
RELEASE := 'v23.06'
RELEASESEM := 'v1.7.1'
RELEASESEM := 'v1.7.2'

all: format lint test build

Expand Down
3 changes: 2 additions & 1 deletion src/tagpack/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,8 @@ def sync_repos(args):
"-u",
args.url,
"--use-gs-lib-config-env",
args.run_cluster_mapping_with_env,
args.run_cluster_mapping_with_env
or args.rerun_cluster_mapping_with_env,
"--update" if args.rerun_cluster_mapping_with_env else "",
]
)
Expand Down

0 comments on commit ab647a1

Please sign in to comment.