{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":222824662,"defaultBranch":"main","name":"dagger","ownerLogin":"dagger","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-11-20T01:31:51.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/78824383?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716391929.0","currentOid":""},"activityList":{"items":[{"before":"417743dd7a085ef6e99faedb4b51b5b0437782bf","after":"643aa617eda6aabb16550dda553824421f06d2c4","ref":"refs/heads/main","pushedAt":"2024-05-23T17:03:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"grouville","name":"Guillaume de Rouville","path":"/grouville","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/31691250?s=80&v=4"},"commit":{"message":"fix: check error on normalizeCallerLoadedSource (#7451)\n\n`normalizeCallerLoadedSource` function can segfault if `withContextDirectory` returns an error, as we do not check for the returned error on the `withContextDirectory`.\r\n\r\nThe following dagql calls can be executed: on the `dagger init`, for example, the `withName` gets called on my tests, and trigger the segfault.\r\n\r\nIt is currently never triggered, as there are two potential edge cases in which we return an error on `withContextDirectory`:\r\n1. when the modulesourcekind is not local\r\n2. when we fail to load the dir\r\n\r\nSigned-off-by: grouville ","shortMessageHtmlLink":"fix: check error on normalizeCallerLoadedSource (#7451)"}},{"before":"aa178584031e01b45df8426fdc4ab45ee01e1fb6","after":"417743dd7a085ef6e99faedb4b51b5b0437782bf","ref":"refs/heads/main","pushedAt":"2024-05-23T08:08:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jedevc","name":"Justin Chadwell","path":"/jedevc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7352848?s=80&v=4"},"commit":{"message":"Improved connection progress (#7385)\n\n* fix: split out connect step to separate steps\r\n\r\nThis improves visibility of what happens at each step, which can really\r\nhelp users if the engine is failing to start for some reason.\r\n\r\nSigned-off-by: Justin Chadwell \r\n\r\n* fix: add timeout of 10 minutes to start engine\r\n\r\nIf the engine can't be provision in 10 minutes, it's likely something is\r\nwrong. 10 minutes is chosen because it might be feasible that on a slow\r\ninternet connection, the image might take several minutes to pull.\r\n\r\nSigned-off-by: Justin Chadwell \r\n\r\n* chore: remove OK! message when starting the engine\r\n\r\nThis is already visually indicated with the wrapping span completing in\r\na progress view - there's no need to show this additional little\r\nmessage.\r\n\r\nSigned-off-by: Justin Chadwell \r\n\r\n* feat: log engine/cloud connection logs\r\n\r\nSigned-off-by: Justin Chadwell \r\n\r\n* fix: trailing newline with combined stdout/stderr\r\n\r\nIf the primary span logs have mixed stdout/stderr, we were accidentally\r\nnot printing out the required trailing newline:\r\n\r\n\t12:35:47 WRN failed to resolve image; falling back to leftover engine error=\"GET https://registry.dagger.io/v2/engine/manifests/dev-fc0a2c7a85e412b1995e2f088571b56415a3d807: MANIFEST_UNKNOWN: manifest unknown\"\r\n\t%\r\n\r\nThis was because we were incorrectly checking for the presence of a\r\nnewline - we should be checking if the last log element has a trailing\r\nnewline, not that *any* log element contains a newline.\r\n\r\nSigned-off-by: Justin Chadwell \r\n\r\n* fix: ensure terminal profile propagates to context/global loggers\r\n\r\nSigned-off-by: Justin Chadwell \r\n\r\n* fix: render messages first to match finalRender style\r\n\r\nSigned-off-by: Justin Chadwell \r\n\r\n---------\r\n\r\nSigned-off-by: Justin Chadwell ","shortMessageHtmlLink":"Improved connection progress (#7385)"}},{"before":"b10a066c0ace35d342caeb49e526e15836ccf96b","after":"e0566815c92ca02fcb67c044354f3a2e4281d0bb","ref":"refs/heads/dependabot/npm_and_yarn/sdk/typescript/sdk-typescript-ca47d659e9","pushedAt":"2024-05-22T16:43:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"---\nupdated-dependencies:\n- dependency-name: \"@lifeomic/axios-fetch\"\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: sdk-typescript\n- dependency-name: execa\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: sdk-typescript\n- dependency-name: graphql-request\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: sdk-typescript\n- dependency-name: \"@eslint/js\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: sdk-typescript\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: sdk-typescript\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: sdk-typescript\n- dependency-name: eslint\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: sdk-typescript\n- dependency-name: typescript-eslint\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: sdk-typescript\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"---"}},{"before":"08fcdd448a7388ac768611734e196734556dab31","after":"aa178584031e01b45df8426fdc4ab45ee01e1fb6","ref":"refs/heads/main","pushedAt":"2024-05-22T16:40:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TomChv","name":"Vasek - Tom C","path":"/TomChv","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61683879?s=80&v=4"},"commit":{"message":"tssdk: disable corepack requirement in TS SDK (#7443)\n\n- remove `packageManger` from `package.json`.\r\n- set `yarn set version stable` on SDK runtime installation.\r\n\r\nSigned-off-by: Tom Chauveau ","shortMessageHtmlLink":"tssdk: disable corepack requirement in TS SDK (#7443)"}},{"before":"599c4c59b80787f9e3f2c9949459dde14560f814","after":null,"ref":"refs/heads/mircubed-patch-1","pushedAt":"2024-05-22T15:32:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gerhard","name":"Gerhard Lazu","path":"/gerhard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3342?s=80&v=4"}},{"before":"f8cfecaa97ca8b321f898bfddc5725f175aabcd4","after":"08fcdd448a7388ac768611734e196734556dab31","ref":"refs/heads/main","pushedAt":"2024-05-22T15:32:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gerhard","name":"Gerhard Lazu","path":"/gerhard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3342?s=80&v=4"},"commit":{"message":"Add Argo workflow demo (#7404)\n\nAdded Kyle's demo to the integration page as an additional resource.\r\n\r\nSigned-off-by: Miranda Carter <101831275+mircubed@users.noreply.github.com>","shortMessageHtmlLink":"Add Argo workflow demo (#7404)"}},{"before":"c2f756ba82c17f3848d016f7b5d83ec8dd53f369","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/sdk/typescript/sdk-typescript-6d7ab9fd76","pushedAt":"2024-05-22T14:33:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"b10a066c0ace35d342caeb49e526e15836ccf96b","ref":"refs/heads/dependabot/npm_and_yarn/sdk/typescript/sdk-typescript-ca47d659e9","pushedAt":"2024-05-22T14:33:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"---\nupdated-dependencies:\n- dependency-name: \"@lifeomic/axios-fetch\"\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: sdk-typescript\n- dependency-name: execa\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: sdk-typescript\n- dependency-name: graphql-request\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: sdk-typescript\n- dependency-name: \"@eslint/js\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: sdk-typescript\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: sdk-typescript\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: sdk-typescript\n- dependency-name: eslint\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: sdk-typescript\n- dependency-name: typescript-eslint\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: sdk-typescript\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"---"}},{"before":"f1cbd7c817dba477b0fc07f741cfe8de0af92fe7","after":"f8cfecaa97ca8b321f898bfddc5725f175aabcd4","ref":"refs/heads/main","pushedAt":"2024-05-22T14:21:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TomChv","name":"Vasek - Tom C","path":"/TomChv","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61683879?s=80&v=4"},"commit":{"message":"feat: improve TS SDK runtime performances (#7096)\n\nImproving overall TypeScript SDK runtime performances:\r\n- Switched from npm to yarn v4 which in theory should make things faster.\r\n- Reorganized the SDK initialization to install the SDK before adding the user's source which should in theory improving the cache.\r\n- Improved the TS SDK code to be more readable and more clear.\r\n- Improved the user's package.json update using npm pkg set instead of a simple npm install which definitely give at least a second of improvement.\r\n- Moved @dagger.io/dagger from devDependencies to dependencies. That allows to use --production flag which in theory is faster than installing all dependencies.\r\n- Deduplicate the TS SDK yarn.lock to remove any no-essential dependencies from the lockfile, it's a way to reduce the overall download time.\r\n\r\nTheses changes seems to gives an average of 10-30% performances improvement.\r\n\r\nSigned-off-by: Tom Chauveau ","shortMessageHtmlLink":"feat: improve TS SDK runtime performances (#7096)"}},{"before":"e955475a6ba4dfd58073540ad56223ed22354570","after":"f1cbd7c817dba477b0fc07f741cfe8de0af92fe7","ref":"refs/heads/main","pushedAt":"2024-05-22T13:15:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gerhard","name":"Gerhard Lazu","path":"/gerhard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3342?s=80&v=4"},"commit":{"message":"ci: Add extra flags for Engine & CLI tests (#7416)\n\n* ci: Add extra flags for Engine & CLI tests\r\n\r\n`--parallel` now defaults to the number of CPUs. Before, this was\r\nhard-coded to `16` which was set the number of CPUs in the larger GitHub\r\nRunners, the `ubuntu-22.04-16c-64g-600gb` instance size specifically. We\r\nstill want `16` in CI - we set this explicitly in the GitHub workflows - but are \r\nlikely to want less locally where some of us only have `8` or `10` CPUs.\r\n\r\n`--timeout` defaults to `30m`. This was changed not that long ago - the\r\nvalue was set to 1h when using race. The bottom line is that none of our\r\ntest suites should take more than 10 minutes. This is something that we\r\nare actively working towards. For now, until the pipeline becomes more\r\nreliable, we will stick with the current 30m default. When running\r\nlocally with fewer CPUs, or when hunting deadlocks, experience\r\nrecommends a value of 180m.\r\n\r\n`--failfast` is a new one. It sets `--max-fails=1` in `gotestsum`. FTR:\r\nhttps://github.com/gotestyourself/gotestsum/blob/e9677fb405a5c0dc0b9d7217a7c73c3a20c5cb66/cmd/testdata/gotestsum-help-text#L20\r\n\r\nSigned-off-by: Gerhard Lazu \r\n\r\n* ci: Default Engine & CLI test parallel to 16 in CI\r\n\r\nIf it defaults to 64 CPUs, as it did here, it's more likely to fail:\r\nhttps://dagger.cloud/dagger/traces/8a089c6b4c74959d5a3aef1d8aeded74#b2d066943ad6dbc4:L1051\r\n\r\nSigned-off-by: Gerhard Lazu \r\n\r\n---------\r\n\r\nSigned-off-by: Gerhard Lazu ","shortMessageHtmlLink":"ci: Add extra flags for Engine & CLI tests (#7416)"}},{"before":"970cedcdd1bc01ec5b042d0ccce792ac4000de0a","after":"e955475a6ba4dfd58073540ad56223ed22354570","ref":"refs/heads/main","pushedAt":"2024-05-22T12:56:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gerhard","name":"Gerhard Lazu","path":"/gerhard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3342?s=80&v=4"},"commit":{"message":"cli: Fix typo (#7436)\n\n* cli: Fix typo\r\n\r\nSigned-off-by: Vikram Vaswani \r\n\r\n* Update reference\r\n\r\nSigned-off-by: Helder Correia <174525+helderco@users.noreply.github.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Vikram Vaswani \r\nSigned-off-by: Helder Correia <174525+helderco@users.noreply.github.com>\r\nCo-authored-by: Helder Correia <174525+helderco@users.noreply.github.com>","shortMessageHtmlLink":"cli: Fix typo (#7436)"}},{"before":"39b49c6645de755bc80ab3445a4526a46ecb8282","after":"970cedcdd1bc01ec5b042d0ccce792ac4000de0a","ref":"refs/heads/main","pushedAt":"2024-05-22T07:27:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gerhard","name":"Gerhard Lazu","path":"/gerhard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3342?s=80&v=4"},"commit":{"message":"Add labels value to Helm Chart (#7412)\n\nSigned-off-by: yibble ","shortMessageHtmlLink":"Add labels value to Helm Chart (#7412)"}},{"before":"51b4f2a62d6a1c71cf5ab3def907ed262949b3b0","after":"39b49c6645de755bc80ab3445a4526a46ecb8282","ref":"refs/heads/main","pushedAt":"2024-05-22T07:04:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gerhard","name":"Gerhard Lazu","path":"/gerhard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3342?s=80&v=4"},"commit":{"message":"fix: throw error on invalid module registration (#7434)\n\n* fix: throw error on invalid module registration\r\n\r\nSigned-off-by: Tom Chauveau \r\n\r\n* chore: remove no-required await\r\n\r\nSigned-off-by: Tom Chauveau \r\n\r\n* chore: add release note\r\n\r\nSigned-off-by: Tom Chauveau \r\n\r\n---------\r\n\r\nSigned-off-by: Tom Chauveau \r\nCo-authored-by: Tom Chauveau ","shortMessageHtmlLink":"fix: throw error on invalid module registration (#7434)"}},{"before":"4a25bd0953bfeda869725ccda738e8820761eea3","after":"51b4f2a62d6a1c71cf5ab3def907ed262949b3b0","ref":"refs/heads/main","pushedAt":"2024-05-21T11:40:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helderco","name":"Helder Correia","path":"/helderco","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/174525?s=80&v=4"},"commit":{"message":"cli: don't show inherited flags in function commands (#7419)\n\n* cli: don't show inherited flags in function commands\r\n\r\nSigned-off-by: Helder Correia <174525+helderco@users.noreply.github.com>\r\n\r\n* Add change log\r\n\r\nSigned-off-by: Helder Correia <174525+helderco@users.noreply.github.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Helder Correia <174525+helderco@users.noreply.github.com>","shortMessageHtmlLink":"cli: don't show inherited flags in function commands (#7419)"}},{"before":"eadf50d80898b0c58b4a2680cc078acd04f9cee4","after":"4a25bd0953bfeda869725ccda738e8820761eea3","ref":"refs/heads/main","pushedAt":"2024-05-21T11:20:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"helderco","name":"Helder Correia","path":"/helderco","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/174525?s=80&v=4"},"commit":{"message":"cli: cleanup on `dagger login` (#7427)\n\nSigned-off-by: Helder Correia <174525+helderco@users.noreply.github.com>","shortMessageHtmlLink":"cli: cleanup on dagger login (#7427)"}},{"before":"e4a11c237c18b1a0c7923559040a66cdaa9ba787","after":"eadf50d80898b0c58b4a2680cc078acd04f9cee4","ref":"refs/heads/main","pushedAt":"2024-05-21T10:58:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vikram-dagger","name":null,"path":"/vikram-dagger","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112123850?s=80&v=4"},"commit":{"message":"docs: Add common runtimes page (#7425)\n\n* docs: Add runtimes page\r\n\r\nSigned-off-by: Vikram Vaswani \r\n\r\n* Fix title\r\n\r\nSigned-off-by: Vikram Vaswani \r\n\r\n* Clarify wording\r\n\r\nSigned-off-by: Vikram Vaswani \r\n\r\n---------\r\n\r\nSigned-off-by: Vikram Vaswani ","shortMessageHtmlLink":"docs: Add common runtimes page (#7425)"}},{"before":"da6897871daf3a599558bd28b5d9745e4f57b496","after":"e4a11c237c18b1a0c7923559040a66cdaa9ba787","ref":"refs/heads/main","pushedAt":"2024-05-20T17:51:51.000Z","pushType":"pr_merge","commitsCount":14,"pusher":{"login":"sipsma","name":"Erik Sipsma","path":"/sipsma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30126853?s=80&v=4"},"commit":{"message":"core: cleanup from shim removal PR feedback\n\nA few misc cleanups that were a pain to squash into the commit history:\n* Use consistent file names\n* Remove outdated comment about meta mount shim permissions (the meta\n mount doesn't actually get mounted into the final container anymore,\n it's just an LLB mount so its cache key is tied to the exec op).\n* Reuse existing method for getting port rather than duplicating.\n\nSigned-off-by: Erik Sipsma ","shortMessageHtmlLink":"core: cleanup from shim removal PR feedback"}},{"before":null,"after":"181d23129729d082d38f0826e70768ebaa98b6fc","ref":"refs/heads/dependabot/go_modules/sdk/go/sdk-go-85fafba9d9","pushedAt":"2024-05-20T07:51:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump google.golang.org/grpc in /sdk/go in the sdk-go group\n\nBumps the sdk-go group in /sdk/go with 1 update: [google.golang.org/grpc](https://github.com/grpc/grpc-go).\n\n\nUpdates `google.golang.org/grpc` from 1.63.2 to 1.64.0\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.63.2...v1.64.0)\n\n---\nupdated-dependencies:\n- dependency-name: google.golang.org/grpc\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: sdk-go\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump google.golang.org/grpc in /sdk/go in the sdk-go group"}},{"before":"983caff681a73a2e829adad0eee9f1e8e1ef0459","after":null,"ref":"refs/heads/dependabot/go_modules/engine-a326861c55","pushedAt":"2024-05-20T07:46:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"e9c18c825decf7eef7b0672aa7e3c59b2d5b77bc","ref":"refs/heads/dependabot/go_modules/engine-a6ad967cf9","pushedAt":"2024-05-20T07:46:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump the engine group across 1 directory with 33 updates\n\nBumps the engine group with 24 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) | `0.17.44` | `0.17.47` |\n| [github.com/a-h/templ](https://github.com/a-h/templ) | `0.2.543` | `0.2.697` |\n| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `0.25.0` | `0.26.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.15` | `1.7.17` |\n| [github.com/containernetworking/cni](https://github.com/containernetworking/cni) | `1.1.2` | `1.2.0` |\n| [github.com/creack/pty](https://github.com/creack/pty) | `1.1.18` | `1.1.21` |\n| [github.com/docker/cli](https://github.com/docker/cli) | `26.1.0+incompatible` | `26.1.3+incompatible` |\n| [github.com/docker/distribution](https://github.com/docker/distribution) | `2.8.2+incompatible` | `2.8.3+incompatible` |\n| [github.com/docker/docker](https://github.com/docker/docker) | `26.1.0+incompatible` | `26.1.3+incompatible` |\n| [github.com/dschmidt/go-layerfs](https://github.com/dschmidt/go-layerfs) | `0.1.0` | `0.2.0` |\n| [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.19.0` | `0.19.1` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.1` |\n| [github.com/jackpal/gateway](https://github.com/jackpal/gateway) | `1.0.7` | `1.0.15` |\n| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.4` | `1.17.8` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.15.0` |\n| [github.com/samber/slog-logrus/v2](https://github.com/samber/slog-logrus) | `2.2.0` | `2.3.0` |\n| [github.com/tidwall/gjson](https://github.com/tidwall/gjson) | `1.17.0` | `1.17.1` |\n| [github.com/urfave/cli](https://github.com/urfave/cli) | `1.22.14` | `1.22.15` |\n| [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) | `1.3.9` | `1.3.10` |\n| [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.49.0` | `0.51.0` |\n| [go.opentelemetry.io/otel/log](https://github.com/open-telemetry/opentelemetry-go) | `0.0.1-alpha` | `0.2.0-alpha` |\n| [go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.24.0` | `1.26.0` |\n| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.19.0` | `0.20.0` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.63.2` | `1.64.0` |\n\n\n\nUpdates `github.com/99designs/gqlgen` from 0.17.44 to 0.17.47\n- [Release notes](https://github.com/99designs/gqlgen/releases)\n- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/99designs/gqlgen/compare/v0.17.44...v0.17.47)\n\nUpdates `github.com/a-h/templ` from 0.2.543 to 0.2.697\n- [Release notes](https://github.com/a-h/templ/releases)\n- [Changelog](https://github.com/a-h/templ/blob/main/.goreleaser.yaml)\n- [Commits](https://github.com/a-h/templ/compare/v0.2.543...v0.2.697)\n\nUpdates `github.com/charmbracelet/bubbletea` from 0.25.0 to 0.26.2\n- [Release notes](https://github.com/charmbracelet/bubbletea/releases)\n- [Commits](https://github.com/charmbracelet/bubbletea/compare/v0.25.0...v0.26.2)\n\nUpdates `github.com/containerd/containerd` from 1.7.15 to 1.7.17\n- [Release notes](https://github.com/containerd/containerd/releases)\n- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)\n- [Commits](https://github.com/containerd/containerd/compare/v1.7.15...v1.7.17)\n\nUpdates `github.com/containernetworking/cni` from 1.1.2 to 1.2.0\n- [Release notes](https://github.com/containernetworking/cni/releases)\n- [Commits](https://github.com/containernetworking/cni/compare/v1.1.2...v1.2.0)\n\nUpdates `github.com/creack/pty` from 1.1.18 to 1.1.21\n- [Release notes](https://github.com/creack/pty/releases)\n- [Commits](https://github.com/creack/pty/compare/v1.1.18...v1.1.21)\n\nUpdates `github.com/docker/cli` from 26.1.0+incompatible to 26.1.3+incompatible\n- [Commits](https://github.com/docker/cli/compare/v26.1.0...v26.1.3)\n\nUpdates `github.com/docker/distribution` from 2.8.2+incompatible to 2.8.3+incompatible\n- [Release notes](https://github.com/docker/distribution/releases)\n- [Commits](https://github.com/docker/distribution/compare/v2.8.2...v2.8.3)\n\nUpdates `github.com/docker/docker` from 26.1.0+incompatible to 26.1.3+incompatible\n- [Release notes](https://github.com/docker/docker/releases)\n- [Commits](https://github.com/docker/docker/compare/v26.1.0...v26.1.3)\n\nUpdates `github.com/dschmidt/go-layerfs` from 0.1.0 to 0.2.0\n- [Release notes](https://github.com/dschmidt/go-layerfs/releases)\n- [Commits](https://github.com/dschmidt/go-layerfs/compare/v0.1.0...v0.2.0)\n\nUpdates `github.com/google/go-containerregistry` from 0.19.0 to 0.19.1\n- [Release notes](https://github.com/google/go-containerregistry/releases)\n- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)\n- [Commits](https://github.com/google/go-containerregistry/compare/v0.19.0...v0.19.1)\n\nUpdates `github.com/gorilla/websocket` from 1.5.0 to 1.5.1\n- [Release notes](https://github.com/gorilla/websocket/releases)\n- [Commits](https://github.com/gorilla/websocket/compare/v1.5.0...v1.5.1)\n\nUpdates `github.com/jackpal/gateway` from 1.0.7 to 1.0.15\n- [Release notes](https://github.com/jackpal/gateway/releases)\n- [Commits](https://github.com/jackpal/gateway/compare/v1.0.7...v1.0.15)\n\nUpdates `github.com/klauspost/compress` from 1.17.4 to 1.17.8\n- [Release notes](https://github.com/klauspost/compress/releases)\n- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)\n- [Commits](https://github.com/klauspost/compress/compare/v1.17.4...v1.17.8)\n\nUpdates `github.com/prometheus/procfs` from 0.12.0 to 0.15.0\n- [Release notes](https://github.com/prometheus/procfs/releases)\n- [Commits](https://github.com/prometheus/procfs/compare/v0.12.0...v0.15.0)\n\nUpdates `github.com/rs/cors` from 1.10.0 to 1.11.0\n- [Commits](https://github.com/rs/cors/compare/v1.10.0...v1.11.0)\n\nUpdates `github.com/samber/slog-logrus/v2` from 2.2.0 to 2.3.0\n- [Release notes](https://github.com/samber/slog-logrus/releases)\n- [Commits](https://github.com/samber/slog-logrus/compare/v2.2.0...v2.3.0)\n\nUpdates `github.com/tidwall/gjson` from 1.17.0 to 1.17.1\n- [Commits](https://github.com/tidwall/gjson/compare/v1.17.0...v1.17.1)\n\nUpdates `github.com/urfave/cli` from 1.22.14 to 1.22.15\n- [Release notes](https://github.com/urfave/cli/releases)\n- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)\n- [Commits](https://github.com/urfave/cli/compare/v1.22.14...v1.22.15)\n\nUpdates `github.com/vektah/gqlparser/v2` from 2.5.11 to 2.5.12\n- [Release notes](https://github.com/vektah/gqlparser/releases)\n- [Commits](https://github.com/vektah/gqlparser/compare/v2.5.11...v2.5.12)\n\nUpdates `go.etcd.io/bbolt` from 1.3.9 to 1.3.10\n- [Release notes](https://github.com/etcd-io/bbolt/releases)\n- [Commits](https://github.com/etcd-io/bbolt/compare/v1.3.9...v1.3.10)\n\nUpdates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.49.0 to 0.51.0\n- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)\n- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.49.0...zpages/v0.51.0)\n\nUpdates `go.opentelemetry.io/otel/log` from 0.0.1-alpha to 0.2.0-alpha\n- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)\n- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/log/v0.0.1-alpha...log/v0.2.0-alpha)\n\nUpdates `go.opentelemetry.io/otel/sdk/metric` from 1.24.0 to 1.26.0\n- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)\n- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.24.0...v1.26.0)\n\nUpdates `golang.org/x/crypto` from 0.22.0 to 0.23.0\n- [Commits](https://github.com/golang/crypto/compare/v0.22.0...v0.23.0)\n\nUpdates `golang.org/x/net` from 0.24.0 to 0.25.0\n- [Commits](https://github.com/golang/net/compare/v0.24.0...v0.25.0)\n\nUpdates `golang.org/x/oauth2` from 0.19.0 to 0.20.0\n- [Commits](https://github.com/golang/oauth2/compare/v0.19.0...v0.20.0)\n\nUpdates `golang.org/x/sys` from 0.19.0 to 0.20.0\n- [Commits](https://github.com/golang/sys/compare/v0.19.0...v0.20.0)\n\nUpdates `golang.org/x/term` from 0.19.0 to 0.20.0\n- [Commits](https://github.com/golang/term/compare/v0.19.0...v0.20.0)\n\nUpdates `golang.org/x/text` from 0.14.0 to 0.15.0\n- [Release notes](https://github.com/golang/text/releases)\n- [Commits](https://github.com/golang/text/compare/v0.14.0...v0.15.0)\n\nUpdates `golang.org/x/tools` from 0.20.0 to 0.21.0\n- [Release notes](https://github.com/golang/tools/releases)\n- [Commits](https://github.com/golang/tools/compare/v0.20.0...v0.21.0)\n\nUpdates `google.golang.org/grpc` from 1.63.2 to 1.64.0\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.63.2...v1.64.0)\n\nUpdates `google.golang.org/protobuf` from 1.33.0 to 1.34.1\n\n---\nupdated-dependencies:\n- dependency-name: github.com/99designs/gqlgen\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/a-h/templ\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/charmbracelet/bubbletea\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: github.com/containerd/containerd\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/containernetworking/cni\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: github.com/creack/pty\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/docker/cli\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/docker/distribution\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/docker/docker\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/dschmidt/go-layerfs\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: github.com/google/go-containerregistry\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/gorilla/websocket\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/jackpal/gateway\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/klauspost/compress\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/prometheus/procfs\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: github.com/rs/cors\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: github.com/samber/slog-logrus/v2\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: github.com/tidwall/gjson\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/urfave/cli\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/vektah/gqlparser/v2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: go.etcd.io/bbolt\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: go.opentelemetry.io/otel/log\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: go.opentelemetry.io/otel/sdk/metric\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: golang.org/x/crypto\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: golang.org/x/oauth2\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: golang.org/x/sys\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: golang.org/x/term\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: golang.org/x/text\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: golang.org/x/tools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: google.golang.org/grpc\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: google.golang.org/protobuf\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump the engine group across 1 directory with 33 updates"}},{"before":"44fc14edb9cd10b9d0e293fcd60ffdc4c6d3cd1f","after":"ff32f3478494fee3e66dad5caa2a05993b49bb8b","ref":"refs/heads/dependabot/pip/sdk/python/sdk-python-a9b6e09488","pushedAt":"2024-05-20T07:37:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump the sdk-python group across 1 directory with 5 updates\n\nBumps the sdk-python group with 5 updates in the /sdk/python directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [babel](https://github.com/python-babel/babel) | `2.14.0` | `2.15.0` |\n| [docutils](https://docutils.sourceforge.io) | `0.20.1` | `0.21.2` |\n| [importlib-metadata](https://github.com/python/importlib_metadata) | `7.0.0` | `7.1.0` |\n| [protobuf](https://github.com/protocolbuffers/protobuf) | `4.25.3` | `5.26.1` |\n| [pygments](https://github.com/pygments/pygments) | `2.17.2` | `2.18.0` |\n\n\n\nUpdates `babel` from 2.14.0 to 2.15.0\n- [Release notes](https://github.com/python-babel/babel/releases)\n- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)\n- [Commits](https://github.com/python-babel/babel/compare/v2.14.0...v2.15.0)\n\nUpdates `docutils` from 0.20.1 to 0.21.2\n\nUpdates `importlib-metadata` from 7.0.0 to 7.1.0\n- [Release notes](https://github.com/python/importlib_metadata/releases)\n- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)\n- [Commits](https://github.com/python/importlib_metadata/compare/v7.0.0...v7.1.0)\n\nUpdates `protobuf` from 4.25.3 to 5.26.1\n- [Release notes](https://github.com/protocolbuffers/protobuf/releases)\n- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)\n- [Commits](https://github.com/protocolbuffers/protobuf/compare/v4.25.3...v5.26.1)\n\nUpdates `pygments` from 2.17.2 to 2.18.0\n- [Release notes](https://github.com/pygments/pygments/releases)\n- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)\n- [Commits](https://github.com/pygments/pygments/compare/2.17.2...2.18.0)\n\n---\nupdated-dependencies:\n- dependency-name: babel\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: sdk-python\n- dependency-name: docutils\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: sdk-python\n- dependency-name: importlib-metadata\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: sdk-python\n- dependency-name: protobuf\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: sdk-python\n- dependency-name: pygments\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: sdk-python\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump the sdk-python group across 1 directory with 5 updates"}},{"before":null,"after":"c2f756ba82c17f3848d016f7b5d83ec8dd53f369","ref":"refs/heads/dependabot/npm_and_yarn/sdk/typescript/sdk-typescript-6d7ab9fd76","pushedAt":"2024-05-20T07:20:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump the sdk-typescript group across 1 directory with 8 updates\n\nBumps the sdk-typescript group with 8 updates in the /sdk/typescript directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [@lifeomic/axios-fetch](https://github.com/lifeomic/axios-fetch) | `3.0.1` | `3.1.0` |\n| [execa](https://github.com/sindresorhus/execa) | `8.0.1` | `9.1.0` |\n| [graphql-request](https://github.com/jasonkuhrt/graphql-request) | `6.1.0` | `7.0.1` |\n| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.2.0` | `9.3.0` |\n| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.8.0` | `7.9.0` |\n| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.8.0` | `7.9.0` |\n| [eslint](https://github.com/eslint/eslint) | `9.2.0` | `9.3.0` |\n| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.8.0` | `7.9.0` |\n\n\n\nUpdates `@lifeomic/axios-fetch` from 3.0.1 to 3.1.0\n- [Release notes](https://github.com/lifeomic/axios-fetch/releases)\n- [Commits](https://github.com/lifeomic/axios-fetch/compare/v3.0.1...v3.1.0)\n\nUpdates `execa` from 8.0.1 to 9.1.0\n- [Release notes](https://github.com/sindresorhus/execa/releases)\n- [Commits](https://github.com/sindresorhus/execa/compare/v8.0.1...v9.1.0)\n\nUpdates `graphql-request` from 6.1.0 to 7.0.1\n- [Release notes](https://github.com/jasonkuhrt/graphql-request/releases)\n- [Commits](https://github.com/jasonkuhrt/graphql-request/compare/6.1.0...7.0.1)\n\nUpdates `@eslint/js` from 9.2.0 to 9.3.0\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/commits/v9.3.0/packages/js)\n\nUpdates `@typescript-eslint/eslint-plugin` from 7.8.0 to 7.9.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/eslint-plugin)\n\nUpdates `@typescript-eslint/parser` from 7.8.0 to 7.9.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/parser)\n\nUpdates `eslint` from 9.2.0 to 9.3.0\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v9.2.0...v9.3.0)\n\nUpdates `typescript-eslint` from 7.8.0 to 7.9.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/typescript-eslint)\n\n---\nupdated-dependencies:\n- dependency-name: \"@lifeomic/axios-fetch\"\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: sdk-typescript\n- dependency-name: execa\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: sdk-typescript\n- dependency-name: graphql-request\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: sdk-typescript\n- dependency-name: \"@eslint/js\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: sdk-typescript\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: sdk-typescript\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: sdk-typescript\n- dependency-name: eslint\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: sdk-typescript\n- dependency-name: typescript-eslint\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: sdk-typescript\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump the sdk-typescript group across 1 directory with 8 …"}},{"before":"12a7a81a81c34e1075dc72982fc00cb3d75584b8","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/sdk/typescript/sdk-typescript-409ce52338","pushedAt":"2024-05-20T07:19:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"294e59865ce8c897629d04250e1f7c9a5d5f3b26","after":"da6897871daf3a599558bd28b5d9745e4f57b496","ref":"refs/heads/main","pushedAt":"2024-05-17T23:33:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"shykes","name":"Solomon Hykes","path":"/shykes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29565?s=80&v=4"},"commit":{"message":"Build the Dagger docs with Dagger (#7396)\n\nExamples:\r\n\r\n- Build the docs site: `dagger call --source=. site export --path=./docs-site`\r\n- Build the docs server: `dagger call --source=. server`\r\n- Run docs locally: `dagger call --source=. server as-service up`\r\n- Run docs for a PR: `dagger call --source=https://github.com/dagger/dagger#pull/7382/head server as-service up`\r\n\r\nSigned-off-by: Solomon Hykes \r\nSigned-off-by: Jeremy Adams \r\nSigned-off-by: Kyle Penfound ","shortMessageHtmlLink":"Build the Dagger docs with Dagger (#7396)"}},{"before":null,"after":"983caff681a73a2e829adad0eee9f1e8e1ef0459","ref":"refs/heads/dependabot/go_modules/engine-a326861c55","pushedAt":"2024-05-17T20:29:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump the engine group across 1 directory with 33 updates\n\nBumps the engine group with 26 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) | `0.17.44` | `0.17.46` |\n| [github.com/a-h/templ](https://github.com/a-h/templ) | `0.2.543` | `0.2.680` |\n| [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `0.25.0` | `0.26.2` |\n| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.15` | `1.7.17` |\n| [github.com/containernetworking/cni](https://github.com/containernetworking/cni) | `1.1.2` | `1.2.0` |\n| [github.com/creack/pty](https://github.com/creack/pty) | `1.1.18` | `1.1.21` |\n| [github.com/docker/cli](https://github.com/docker/cli) | `26.1.0+incompatible` | `26.1.3+incompatible` |\n| [github.com/docker/distribution](https://github.com/docker/distribution) | `2.8.2+incompatible` | `2.8.3+incompatible` |\n| [github.com/docker/docker](https://github.com/docker/docker) | `26.1.0+incompatible` | `26.1.3+incompatible` |\n| [github.com/dschmidt/go-layerfs](https://github.com/dschmidt/go-layerfs) | `0.1.0` | `0.2.0` |\n| [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.19.0` | `0.19.1` |\n| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.1` |\n| [github.com/jackpal/gateway](https://github.com/jackpal/gateway) | `1.0.7` | `1.0.15` |\n| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.4` | `1.17.8` |\n| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.12.0` | `0.15.0` |\n| [github.com/samber/slog-logrus/v2](https://github.com/samber/slog-logrus) | `2.2.0` | `2.3.0` |\n| [github.com/tidwall/gjson](https://github.com/tidwall/gjson) | `1.17.0` | `1.17.1` |\n| [github.com/urfave/cli](https://github.com/urfave/cli) | `1.22.14` | `1.22.15` |\n| [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) | `2.5.11` | `2.5.12` |\n| [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) | `1.3.9` | `1.3.10` |\n| [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.49.0` | `0.51.0` |\n| [go.opentelemetry.io/otel/log](https://github.com/open-telemetry/opentelemetry-go) | `0.0.1-alpha` | `0.2.0-alpha` |\n| [go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.24.0` | `1.26.0` |\n| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.19.0` | `0.20.0` |\n| [golang.org/x/tools](https://github.com/golang/tools) | `0.20.0` | `0.21.0` |\n| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.63.2` | `1.64.0` |\n\n\n\nUpdates `github.com/99designs/gqlgen` from 0.17.44 to 0.17.46\n- [Release notes](https://github.com/99designs/gqlgen/releases)\n- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/99designs/gqlgen/compare/v0.17.44...v0.17.46)\n\nUpdates `github.com/a-h/templ` from 0.2.543 to 0.2.680\n- [Release notes](https://github.com/a-h/templ/releases)\n- [Changelog](https://github.com/a-h/templ/blob/main/.goreleaser.yaml)\n- [Commits](https://github.com/a-h/templ/compare/v0.2.543...v0.2.680)\n\nUpdates `github.com/charmbracelet/bubbletea` from 0.25.0 to 0.26.2\n- [Release notes](https://github.com/charmbracelet/bubbletea/releases)\n- [Commits](https://github.com/charmbracelet/bubbletea/compare/v0.25.0...v0.26.2)\n\nUpdates `github.com/containerd/containerd` from 1.7.15 to 1.7.17\n- [Release notes](https://github.com/containerd/containerd/releases)\n- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)\n- [Commits](https://github.com/containerd/containerd/compare/v1.7.15...v1.7.17)\n\nUpdates `github.com/containernetworking/cni` from 1.1.2 to 1.2.0\n- [Release notes](https://github.com/containernetworking/cni/releases)\n- [Commits](https://github.com/containernetworking/cni/compare/v1.1.2...v1.2.0)\n\nUpdates `github.com/creack/pty` from 1.1.18 to 1.1.21\n- [Release notes](https://github.com/creack/pty/releases)\n- [Commits](https://github.com/creack/pty/compare/v1.1.18...v1.1.21)\n\nUpdates `github.com/docker/cli` from 26.1.0+incompatible to 26.1.3+incompatible\n- [Commits](https://github.com/docker/cli/compare/v26.1.0...v26.1.3)\n\nUpdates `github.com/docker/distribution` from 2.8.2+incompatible to 2.8.3+incompatible\n- [Release notes](https://github.com/docker/distribution/releases)\n- [Commits](https://github.com/docker/distribution/compare/v2.8.2...v2.8.3)\n\nUpdates `github.com/docker/docker` from 26.1.0+incompatible to 26.1.3+incompatible\n- [Release notes](https://github.com/docker/docker/releases)\n- [Commits](https://github.com/docker/docker/compare/v26.1.0...v26.1.3)\n\nUpdates `github.com/dschmidt/go-layerfs` from 0.1.0 to 0.2.0\n- [Release notes](https://github.com/dschmidt/go-layerfs/releases)\n- [Commits](https://github.com/dschmidt/go-layerfs/compare/v0.1.0...v0.2.0)\n\nUpdates `github.com/google/go-containerregistry` from 0.19.0 to 0.19.1\n- [Release notes](https://github.com/google/go-containerregistry/releases)\n- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)\n- [Commits](https://github.com/google/go-containerregistry/compare/v0.19.0...v0.19.1)\n\nUpdates `github.com/gorilla/websocket` from 1.5.0 to 1.5.1\n- [Release notes](https://github.com/gorilla/websocket/releases)\n- [Commits](https://github.com/gorilla/websocket/compare/v1.5.0...v1.5.1)\n\nUpdates `github.com/jackpal/gateway` from 1.0.7 to 1.0.15\n- [Release notes](https://github.com/jackpal/gateway/releases)\n- [Commits](https://github.com/jackpal/gateway/compare/v1.0.7...v1.0.15)\n\nUpdates `github.com/klauspost/compress` from 1.17.4 to 1.17.8\n- [Release notes](https://github.com/klauspost/compress/releases)\n- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)\n- [Commits](https://github.com/klauspost/compress/compare/v1.17.4...v1.17.8)\n\nUpdates `github.com/prometheus/procfs` from 0.12.0 to 0.15.0\n- [Release notes](https://github.com/prometheus/procfs/releases)\n- [Commits](https://github.com/prometheus/procfs/compare/v0.12.0...v0.15.0)\n\nUpdates `github.com/rs/cors` from 1.10.0 to 1.11.0\n- [Commits](https://github.com/rs/cors/compare/v1.10.0...v1.11.0)\n\nUpdates `github.com/samber/slog-logrus/v2` from 2.2.0 to 2.3.0\n- [Release notes](https://github.com/samber/slog-logrus/releases)\n- [Commits](https://github.com/samber/slog-logrus/compare/v2.2.0...v2.3.0)\n\nUpdates `github.com/tidwall/gjson` from 1.17.0 to 1.17.1\n- [Commits](https://github.com/tidwall/gjson/compare/v1.17.0...v1.17.1)\n\nUpdates `github.com/urfave/cli` from 1.22.14 to 1.22.15\n- [Release notes](https://github.com/urfave/cli/releases)\n- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)\n- [Commits](https://github.com/urfave/cli/compare/v1.22.14...v1.22.15)\n\nUpdates `github.com/vektah/gqlparser/v2` from 2.5.11 to 2.5.12\n- [Release notes](https://github.com/vektah/gqlparser/releases)\n- [Commits](https://github.com/vektah/gqlparser/compare/v2.5.11...v2.5.12)\n\nUpdates `go.etcd.io/bbolt` from 1.3.9 to 1.3.10\n- [Release notes](https://github.com/etcd-io/bbolt/releases)\n- [Commits](https://github.com/etcd-io/bbolt/compare/v1.3.9...v1.3.10)\n\nUpdates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.49.0 to 0.51.0\n- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)\n- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.49.0...zpages/v0.51.0)\n\nUpdates `go.opentelemetry.io/otel/log` from 0.0.1-alpha to 0.2.0-alpha\n- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)\n- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/log/v0.0.1-alpha...log/v0.2.0-alpha)\n\nUpdates `go.opentelemetry.io/otel/sdk/metric` from 1.24.0 to 1.26.0\n- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)\n- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.24.0...v1.26.0)\n\nUpdates `golang.org/x/crypto` from 0.22.0 to 0.23.0\n- [Commits](https://github.com/golang/crypto/compare/v0.22.0...v0.23.0)\n\nUpdates `golang.org/x/net` from 0.24.0 to 0.25.0\n- [Commits](https://github.com/golang/net/compare/v0.24.0...v0.25.0)\n\nUpdates `golang.org/x/oauth2` from 0.19.0 to 0.20.0\n- [Commits](https://github.com/golang/oauth2/compare/v0.19.0...v0.20.0)\n\nUpdates `golang.org/x/sys` from 0.19.0 to 0.20.0\n- [Commits](https://github.com/golang/sys/compare/v0.19.0...v0.20.0)\n\nUpdates `golang.org/x/term` from 0.19.0 to 0.20.0\n- [Commits](https://github.com/golang/term/compare/v0.19.0...v0.20.0)\n\nUpdates `golang.org/x/text` from 0.14.0 to 0.15.0\n- [Release notes](https://github.com/golang/text/releases)\n- [Commits](https://github.com/golang/text/compare/v0.14.0...v0.15.0)\n\nUpdates `golang.org/x/tools` from 0.20.0 to 0.21.0\n- [Release notes](https://github.com/golang/tools/releases)\n- [Commits](https://github.com/golang/tools/compare/v0.20.0...v0.21.0)\n\nUpdates `google.golang.org/grpc` from 1.63.2 to 1.64.0\n- [Release notes](https://github.com/grpc/grpc-go/releases)\n- [Commits](https://github.com/grpc/grpc-go/compare/v1.63.2...v1.64.0)\n\nUpdates `google.golang.org/protobuf` from 1.33.0 to 1.34.0\n\n---\nupdated-dependencies:\n- dependency-name: github.com/99designs/gqlgen\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/a-h/templ\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/charmbracelet/bubbletea\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: github.com/containerd/containerd\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/containernetworking/cni\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: github.com/creack/pty\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/docker/cli\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/docker/distribution\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/docker/docker\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/dschmidt/go-layerfs\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: github.com/google/go-containerregistry\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/gorilla/websocket\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/jackpal/gateway\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/klauspost/compress\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/prometheus/procfs\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: github.com/rs/cors\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: github.com/samber/slog-logrus/v2\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: github.com/tidwall/gjson\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/urfave/cli\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: github.com/vektah/gqlparser/v2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: go.etcd.io/bbolt\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: engine\n- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: go.opentelemetry.io/otel/log\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: go.opentelemetry.io/otel/sdk/metric\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: golang.org/x/crypto\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: golang.org/x/net\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: golang.org/x/oauth2\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: golang.org/x/sys\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: golang.org/x/term\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: golang.org/x/text\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: golang.org/x/tools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: google.golang.org/grpc\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n- dependency-name: google.golang.org/protobuf\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: engine\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump the engine group across 1 directory with 33 updates"}},{"before":"dc375cb808258562fbbe039befbfddbf183c2c3f","after":null,"ref":"refs/heads/dependabot/go_modules/engine-e1ae18c674","pushedAt":"2024-05-17T20:27:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"2d716f4c86ab403fcf87cef4d278e912b620ca05","after":"294e59865ce8c897629d04250e1f7c9a5d5f3b26","ref":"refs/heads/main","pushedAt":"2024-05-17T20:25:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aluzzardi","name":"Andrea Luzzardi","path":"/aluzzardi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/179503?s=80&v=4"},"commit":{"message":"cli: Cloud traces support via `dagger login` (#7125)\n\n* cli: Cloud traces support via `dagger login`\r\n\r\nSigned-off-by: Andrea Luzzardi \r\n\r\n* dagger login: store entire org object\r\n\r\nSigned-off-by: Andrea Luzzardi \r\n\r\n* fix os.Stderr and os.Exit usage circumventing TUI\r\n\r\nSigned-off-by: Alex Suraci \r\n\r\n* dont use os.Stderr for debug handlers\r\n\r\nSigned-off-by: Alex Suraci \r\n\r\n* run: propagate exit code silently\r\n\r\nSigned-off-by: Alex Suraci \r\n\r\n* make otel logs look slightly less cryptic\r\n\r\nSigned-off-by: Alex Suraci \r\n\r\n* dagger login: store refreshed token on disk\r\n\r\nSigned-off-by: Andrea Luzzardi \r\n\r\n* test: fix telemetry mock service\r\n\r\nSigned-off-by: Andrea Luzzardi \r\n\r\n---------\r\n\r\nSigned-off-by: Andrea Luzzardi \r\nSigned-off-by: Alex Suraci \r\nCo-authored-by: Alex Suraci ","shortMessageHtmlLink":"cli: Cloud traces support via dagger login (#7125)"}},{"before":null,"after":"599c4c59b80787f9e3f2c9949459dde14560f814","ref":"refs/heads/mircubed-patch-1","pushedAt":"2024-05-17T19:50:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mircubed","name":"Miranda Carter","path":"/mircubed","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101831275?s=80&v=4"},"commit":{"message":"Add Argo workflow demo \n\nAdded Kyle's demo to the integration page as an additional resource. \n\nSigned-off-by: Miranda Carter <101831275+mircubed@users.noreply.github.com>","shortMessageHtmlLink":"Add Argo workflow demo"}},{"before":"3aeea0ea8940db6ea415cf4740c5289a7331a923","after":"2d716f4c86ab403fcf87cef4d278e912b620ca05","ref":"refs/heads/main","pushedAt":"2024-05-17T18:45:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"levlaz","name":"Lev Lazinskiy","path":"/levlaz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7981032?s=80&v=4"},"commit":{"message":"docs: consolidate function documentation (#7379)\n\nConsolidate function documentation \r\n\r\nThis commit consolidates function documentation from three specific\r\nguides to a single version with tabs.\r\n\r\nSigned-off-by: Lev Lazinskiy ","shortMessageHtmlLink":"docs: consolidate function documentation (#7379)"}},{"before":"e53de15e1fda0c1a8f35064d05afca8d0e140553","after":"3aeea0ea8940db6ea415cf4740c5289a7331a923","ref":"refs/heads/main","pushedAt":"2024-05-16T18:04:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gerhard","name":"Gerhard Lazu","path":"/gerhard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3342?s=80&v=4"},"commit":{"message":"Update community link in README (#7394)\n\nupdated link to community activities since it was broken\r\n\r\nSigned-off-by: Miranda Carter <101831275+mircubed@users.noreply.github.com>","shortMessageHtmlLink":"Update community link in README (#7394)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUkR-0wA","startCursor":null,"endCursor":null}},"title":"Activity · dagger/dagger"}