CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 00:28:14 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"1f5cb874eb50954383983d03b147fa70"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=VsTf3WrOqnc1JfhYDK%2BsKiUzlo0CRnRzGjLoOjxoVSs%2FVAKT%2Fi6nvQED%2FHFpSZvDAi3M%2FnepzU2eQHd7EZrbSj7QIvBHpKJJP1IwNUeDOg7TxMR5MaknsWwiOIh805eIj8ogZarX9kq3CiLeGydRiZzn9ixt162b%2F02DvxycjmDmmkXRTiWHIK2bUiLfq%2FXasg%2BIQkmQcjqy5xtzWT8RnH89qvaKSk4g87sx4LChuOU%2Fsg6Tb4xv%2F8aT6IbEvxMafgLvgXWlZcn5KkFap1XaVw%3D%3D--HUggom6XmCdTA9xC--V5fbGg0mduIfUrekZBzhgg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.595641146.1753576094; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 00:28:14 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 00:28:14 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C192:3B05D7:99792D:CA751F:6885729E
Tags · updatecli/updatecli · GitHub
Toggle v0.103.0's commit message
Toggle v0.102.0's commit message
Toggle v0.101.0's commit message
Toggle v0.99.0's commit message
Toggle v0.98.0's commit message
Toggle v0.97.0's commit message
Toggle v0.96.0's commit message
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 97
Tags: updatecli/updatecli
Tags
v0.103.0
feat: add partial manifest (#5508) * feat: add partial manifest * chore: lowercase error message * chore: fix e2e pipeline title * fix: load partial file event if single Updatecli manifest is specified * chore: reformat error message if partial files exist * chore: add test * chore: improve comment * chore: fix linting test to use ReplaceAll * choreUpdate pkg/core/config/main.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
v0.102.0
Various feature additions for CUE (#5352) * feat(experimental): Treat updatecli.cue as a default filename We already have to pass --experimental, so also passing the filename doesn't add very much. * feat(experimental): Expose given values to CUE as `#values` Currently, CUE code can't interact with given values directly; instead, the rendered yaml is then templated with the values, which isn't particularly useful. This instead will add all the values to the CUE code's scope as a new definition named `#values`, which can then be accessed for the purpose of generating the final manifest. Effectively, the "templating" becomes the unification of the CUE manifest with values object. --------- Co-authored-by: Olivier Vernin <olivier@vernin.me>
v0.101.0
deps(go): bump module cuelang.org/go to v0.13.0 (#5280) * chore: deps(go): bump module cuelang.org/go to v0.13.0 Made with ❤️️ by updatecli * chore: clean: go mod tidy Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
v0.99.0
deps(go): bump module github.com/drone/go-scm to v1.40.1 (#5003) * chore: deps(go): bump module github.com/drone/go-scm to v1.40.1 Made with ❤️️ by updatecli * chore: clean: go mod tidy Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
v0.98.0
deps(go): bump module github.com/go-git/go-git/v5 to v5.15.0 (#4810) * chore: deps(go): bump module github.com/go-git/go-git/v5 to v5.15.0 Made with ❤️️ by updatecli * chore: clean: go mod tidy Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot[bot] <92153806+updateclibot[bot]@users.noreply.github.com>
v0.97.0
feat: Support key `title` for githubrelease source, condition (#4528) * feat: Support key `title` for githubrelease source, condition Accept a new key value of `title`. It returns the GH release title. When spec.Key is `title`: Adapt the githubrelease condition to call a new function. `SearchReleasesByTitle()`. Adapt the githubrelease source to return the `release.Name`. Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de> * tests: Add new case on TestSearchReleases when key is `title` Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de> * docs: Update docker build command on CONTRIBUTING.adoc Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de> * docs: Change docstring of githubrelease.spec.key Co-authored-by: Olivier Vernin <olivier@vernin.me> * chore(githubrelease): deprecate key hash/name for taghash/tagname --------- Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de> Co-authored-by: Olivier Vernin <olivier@vernin.me> Co-authored-by: Olblak <me@olblak.com>
v0.96.0
chore(deps): Bump github.com/containerd/containerd from 1.7.24 to 1.7… ….27 (#4467) Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.24 to 1.7.27. - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@v1.7.24...v1.7.27) --- updated-dependencies: - dependency-name: github.com/containerd/containerd dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PreviousNext
You can’t perform that action at this time.