freezing-pharmacist-34446
05/12/2023, 12:14 PMswift-garage-61180
05/13/2023, 1:38 PMpurple-oyster-28927
05/14/2023, 1:41 PM0.13
branch are setting edge
tag instead of edge-bonsai
.
https://app.circleci.com/pipelines/github/garden-io/garden/17174/workflows/4b24087c-684e-4868-a2e1-7c8fd7727d93/jobs/294754
Also, seems like both main
and 0.13
branches are playing ping-pong with the edge
tag based on which branch gets the latest merge.
for now, I manually SSH'd into a CircleCI runner corresponding the main
branch's latest commit and ran the edge-prelease
script to fix it. However the edge release gets replaced as soon as we have new merge in 0.13
branch
(probably related to recent changes/introduction of edge-bonsai release(?))swift-garage-61180
05/15/2023, 8:19 AMcurved-intern-91221
05/15/2023, 8:20 AMpurple-oyster-28927
05/16/2023, 10:42 AMgarden-0.13 cleanup namespace <env-name>
gives me the expected result similar to what garden-0.12 delete env <env-name>
would result?curved-intern-91221
05/16/2023, 11:10 AMexec
plugin? It looks like we have, and this example is no longer relevant: https://github.com/garden-io/garden/blob/0.13/docs/other-plugins/exec.md?plain=1#L84-L101
cc @calm-family-29323 @alert-helicopter-61082 @swift-garage-61180calm-family-29323
05/16/2023, 12:55 PMts
export const accessModesSchema = createSchema({
name: "accessModesSchema",
keys: {
accessModes: joi
.sparseArray()
... // other joi stuff here
),
},
})
export const baseVolumeSpecSchema = () =>
baseModuleSpecSchema().keys({
...accessModesSchema(),
})
This results me with Error: Schema can only contain plain objects
when attempting to render the docsancient-diamond-80011
05/17/2023, 11:54 AMterraform
provider on an arm-based mac?alert-helicopter-61082
05/17/2023, 4:20 PMancient-diamond-80011
05/17/2023, 4:22 PMkind-france-89777
05/18/2023, 4:22 PMfreezing-pharmacist-34446
05/19/2023, 8:35 AMkind: Workflow
name: test-outputs
steps:
- name: build-images
command: [build]
- name: foo
script: |
echo ${steps.build-images.outputs.builds.api.version}"
But does not in bonsai because build now only has the outputs described here https://docs.garden.io/v/bonsai-release/reference/commands#outputs
Is there an alternative way to get to this data now or did we decide to remove it entirely?calm-family-29323
05/19/2023, 10:34 AMbig-spring-14945
05/19/2023, 10:41 AMchilly-gigabyte-83853
05/19/2023, 1:43 PMββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ Running sync start frontend... ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β garden-enterprise β Ready (in 0.1 sec)
βΉ providers β Getting status...
β providers β Cached (in 0.1 sec)
βΉ providers β Run with --force-refresh to force a refresh of provider statuses.
βΉ graph β Resolving actions and modules...
β graph β Done (in 1 sec)
β deploy.frontend β Ignoring replicas config on container service frontend while in sync mode
β deploy.frontend β Resource Deployment/frontend is not deployed in sync mode, cannot start sync.
β deploy.frontend β Resource Deployment/frontend is not deployed in sync mode, cannot start sync.
Done!
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β sync start command completed successfully! βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
icy-furniture-17516
05/19/2023, 2:57 PMancient-diamond-80011
05/19/2023, 3:16 PMicy-furniture-17516
05/19/2023, 3:28 PMbig-spring-14945
05/19/2023, 3:30 PMbig-spring-14945
05/19/2023, 3:31 PMcalm-family-29323
05/20/2023, 2:11 PMCould not find key actions.
swift-garage-61180
05/22/2023, 3:11 PMicy-furniture-17516
05/22/2023, 3:17 PMcalm-family-29323
05/22/2023, 3:21 PMdeploy
with latest 13 in the remote-sources example after deleting .garden dir and report back if it works π
It works perfectly on my end but e2e is failing, maybe I have the sources caches somewhere idkquaint-dress-831
05/22/2023, 3:22 PMquaint-dress-831
05/22/2023, 3:42 PMgarden create module
but is there no scaffolding available for actions?swift-garage-61180
05/22/2023, 4:02 PMe2e-remote-sources-modules
started failing recentlyβany ideas what might be causing this, @alert-helicopter-61082?ancient-diamond-80011
05/22/2023, 4:03 PMalert-librarian-72557
05/22/2023, 6:35 PMUnexpected error handling request ID f22385ff-c69f-4671-8056-a1f74e773dab: Unable to process request: Lock file is already being held
. Other than that, logs are streamed and I don't see an actual error. Not sure what other context I can provide, but it's easy to reproduce on my end