From 5b366a5ef93d801cdc25919084b17e18ffc75171 Mon Sep 17 00:00:00 2001 From: fritz-astronomer <80706212+fritz-astronomer@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:50:52 -0400 Subject: [PATCH 1/3] pass state.isAstro to env var page --- astronomer_starship/src/pages/EnvVarsPage.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/astronomer_starship/src/pages/EnvVarsPage.jsx b/astronomer_starship/src/pages/EnvVarsPage.jsx index c10788e..2c17dad 100644 --- a/astronomer_starship/src/pages/EnvVarsPage.jsx +++ b/astronomer_starship/src/pages/EnvVarsPage.jsx @@ -120,6 +120,7 @@ EnvVarMigrateButton.propTypes = { route: PropTypes.string.isRequired, headers: PropTypes.objectOf(PropTypes.string), existsInRemote: PropTypes.bool, + isAstro: PropTypes.bool.isRequired, // eslint-disable-next-line react/forbid-prop-types sendData: PropTypes.object.isRequired, deploymentId: PropTypes.string, @@ -189,6 +190,7 @@ export default function EnvVarsPage({ state, dispatch }) { value: info.row.getValue('value'), isSecret: false }} + isAstro={state.isAstro} deploymentId={state.deploymentId} releaseName={state.releaseName} /> From 711d12f2b2367b1cdc99863636bfbf831757f822 Mon Sep 17 00:00:00 2001 From: fritz-astronomer <80706212+fritz-astronomer@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:54:43 -0400 Subject: [PATCH 2/3] bump version --- astronomer_starship/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astronomer_starship/__init__.py b/astronomer_starship/__init__.py index ea2396a..bd39b2e 100644 --- a/astronomer_starship/__init__.py +++ b/astronomer_starship/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.0.4" +__version__ = "2.0.4-1" def get_provider_info(): From 8782e13274627ee0a7651c822f8fe6357d14d800 Mon Sep 17 00:00:00 2001 From: fritz-astronomer <80706212+fritz-astronomer@users.noreply.github.com> Date: Fri, 7 Jun 2024 18:57:46 -0400 Subject: [PATCH 3/3] hotfix bump version --- astronomer_starship/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astronomer_starship/__init__.py b/astronomer_starship/__init__.py index bd39b2e..c8ac9c0 100644 --- a/astronomer_starship/__init__.py +++ b/astronomer_starship/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.0.4-1" +__version__ = "2.0.5" def get_provider_info():