Skip to content

Commit

Permalink
artifacts: ugrade gcloud for 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs committed Oct 29, 2024
1 parent b38377b commit e25cf80
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
# NOTE keep versions in sync with version in TOSCA templates
TERRAFORM_VERSION: 1.1.4 # sync with tosca_plugins/artifacts.yaml
HELM_VERSION: 3.7.1 # sync with configurators/helm-template.yaml
GCLOUD_VERSION: 398.0.0 # sync with tosca_plugins/artifacts.yaml and Dockerfile
GCLOUD_VERSION: 499.0.0 # sync with tosca_plugins/artifacts.yaml and Dockerfile
KOMPOSE_VERSION: v1.26.1 # sync with Dockerfile
KUBECTL_VERSION: v1.24.2
K3D_VERSION: v4.4.6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.8, 3.9, "3.10", "3.11.0", "3.12"]
python: [3.8, 3.9, "3.10", "3.11.0", "3.12", "3.13"]
env:
TOX_SKIP_ENV: .+(docker|lock)
UNFURL_LOGGING: info
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get -qq update && \

ARG TERRAFORM_VERSION=1.1.4
ARG HELM_VERSION=3.7.1
ARG GCLOUD_VERSION=398.0.0
ARG GCLOUD_VERSION=499.0.0
ARG KOMPOSE_VERSION=v1.26.1
ENV PATH="${PATH}:/google-cloud-sdk/bin:$HOME/.cargo/bin" \
PYTHONFAULTHANDLER=1 \
Expand Down
2 changes: 1 addition & 1 deletion unfurl/tosca_plugins/artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def default(self, **kw: Any) -> Any:
configurator_artifacts.terraform = __configurator_artifacts_terraform # type: ignore[attr-defined]
__configurator_artifacts_gcloud: ArtifactEntity = artifact_AsdfTool(
"gcloud",
version="398.0.0",
version="499.0.0",
file="gcloud",
)
configurator_artifacts.gcloud = __configurator_artifacts_gcloud # type: ignore[attr-defined]
Expand Down
2 changes: 1 addition & 1 deletion unfurl/tosca_plugins/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ topology_template:
type: artifact.AsdfTool
file: gcloud
properties:
version: 398.0.0
version: 499.0.0

kompose:
type: artifact.AsdfTool
Expand Down

0 comments on commit e25cf80

Please sign in to comment.