feat(22.04): add ubuntu archive signing key 2018#78
feat(22.04): add ubuntu archive signing key 2018#78cjdcordeiro merged 3 commits intocanonical:ubuntu-22.04from
Conversation
This commit adds the Ubuntu Archive Automatic Signing Key (2018) as a
"public-key" in the chisel.yaml. The armored data was obtained by
executing the following commands on a Ubuntu 22.04 machine:
$ gpg --keyserver keyserver.ubuntu.com --receive-keys 871920D1991BC93C
$ gpg --armor --export 871920D1991BC93C
BREAKING CHANGE: This commit introduces the new chisel yaml format
"chisel-v2", in which ``public-keys`` (top-level) and
``archive.<name>.public-keys`` fields are introduced. This changes is
related to the addition of integrity checks in chisel. [1]
[1] canonical/chisel#106
|
Don't merge before the 9th (requested by MSFT) |
letFunny
left a comment
There was a problem hiding this comment.
Because we do not have a CI please test it locally as well to make sure. I did:
| v0.8.1 | canonical/chisel#106 |
|---|---|
| ✓ | ✓ |
cjdcordeiro
left a comment
There was a problem hiding this comment.
thanks! LGTM and I've also tested it locally with v0.8.1 and it works ;)
|
Getting exception while testing my slice locally. Using below chisel.yaml |
|
@Yashashwi What version of Chisel are you using? I think the error you are seeing should not happen for versions >= v0.8.1. Instead of continuing the discussion here could you open an issue? |
|
My mistake, I was using chisel version prior to v0.8.1, with the upgrade of chisel it is working fine. No need for a new bug. |
* feat(22.04): add ubuntu archive signing key 2018
This commit adds the Ubuntu Archive Automatic Signing Key (2018) as a
"public-key" in the chisel.yaml. The armored data was obtained by
executing the following commands on a Ubuntu 22.04 machine:
$ gpg --keyserver keyserver.ubuntu.com --receive-keys 871920D1991BC93C
$ gpg --armor --export 871920D1991BC93C
BREAKING CHANGE: This commit introduces the new chisel yaml format
"chisel-v2", in which ``public-keys`` (top-level) and
``archive.<name>.public-keys`` fields are introduced. This changes is
related to the addition of integrity checks in chisel. [1]
[1] canonical/chisel#106
* fix(22.04): revert chisel.yaml format to chisel-v1
* fix: rename public-keys to v1-public-keys
* feat(22.04): add ubuntu archive signing key 2018
This commit adds the Ubuntu Archive Automatic Signing Key (2018) as a
"public-key" in the chisel.yaml. The armored data was obtained by
executing the following commands on a Ubuntu 22.04 machine:
$ gpg --keyserver keyserver.ubuntu.com --receive-keys 871920D1991BC93C
$ gpg --armor --export 871920D1991BC93C
BREAKING CHANGE: This commit introduces the new chisel yaml format
"chisel-v2", in which ``public-keys`` (top-level) and
``archive.<name>.public-keys`` fields are introduced. This changes is
related to the addition of integrity checks in chisel. [1]
[1] canonical/chisel#106
* fix(22.04): revert chisel.yaml format to chisel-v1
* fix: rename public-keys to v1-public-keys

This PR adds the Ubuntu Archive Automatic Signing Key (2018) as a "public-key" in the chisel.yaml. The armored data was obtained by executing the following commands on a Ubuntu 22.04 machine:
BREAKING CHANGE: This PR introduces the new chisel yaml format "chisel-v2", in whichThis changes is related to the addition of integrity checks in chisel. [1]public-keys(top-level) andarchive.<name>.public-keysfields are introduced.[1] canonical/chisel#106