Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release aws-ebs-csi-driver v1.26.0 #1874

Merged
merged 2 commits into from
Dec 15, 2023
Merged

Release aws-ebs-csi-driver v1.26.0 #1874

merged 2 commits into from
Dec 15, 2023

Conversation

AndrewSirenko
Copy link
Contributor

Is this a bug fix or adding new feature?
Release

What is this PR about? / Why do we need it?
Merge release-1.26 branch into master

What testing is done?
Confirmed that the images are available on ECR Public + GCR

❯ crane manifest registry.k8s.io/provider-aws/aws-ebs-csi-driver:v1.26.0
{
   "schemaVersion": 2,
   "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
   "manifests": [
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 1098,
         "digest": "sha256:76aac89455f0683f7a4572cc1b66724fc4a88a7a34f7c539d8fcd4123a0752ff",
         "platform": {
            "architecture": "amd64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 1098,
         "digest": "sha256:63893ea328168f4b83049e98686f86df2cefb55e7051c1dd6914a66aa3c2a66a",
         "platform": {
            "architecture": "arm64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 900,
         "digest": "sha256:daf1fb404b41f9d26765ad7a398a179796278154bce14f014e524e38ac28156a",
         "platform": {
            "architecture": "amd64",
            "os": "windows",
            "os.version": "10.0.17763.5206"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 900,
         "digest": "sha256:f3b8be70d9a28a7a4a269d29c61a394276e901c804d1571b8a2e96118c2652c3",
         "platform": {
            "architecture": "amd64",
            "os": "windows",
            "os.version": "10.0.20348.2159"
         }
      }
   ]
}%
❯ crane manifest public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:1.26.0
Error: fetching manifest public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:1.26.0: GET https://public.ecr.aws/v2/ebs-csi-driver/aws-ebs-csi-driver/manifests/1.26.0: MANIFEST_UNKNOWN: Requested image not found
❯ crane manifest public.ecr.aws/ebs-csi-driver/aws-ebs-csi-driver:v1.26.0
{
   "schemaVersion": 2,
   "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json",
   "manifests": [
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 1098,
         "digest": "sha256:b2e0802f1e62352a302b66c5e838e2c7b334a73b5d550ae6edceafac2bf18487",
         "platform": {
            "architecture": "amd64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 1098,
         "digest": "sha256:cb28dc6fd0651496ec6e1a8a58541f645391032a41fe675188ec03ea194fda79",
         "platform": {
            "architecture": "arm64",
            "os": "linux"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 900,
         "digest": "sha256:a7f066c47b442e8b51df5cef9074f9cbda84d6fabb15c07266013e247f69bfb4",
         "platform": {
            "architecture": "amd64",
            "os": "windows",
            "os.version": "10.0.17763.5206"
         }
      },
      {
         "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
         "size": 900,
         "digest": "sha256:a86c942297212a1e4ccdffe6e1347adca7bb15eaaece7f2634c6f6475f0e9ad2",
         "platform": {
            "architecture": "amd64",
            "os": "windows",
            "os.version": "10.0.20348.2159"
         }
      }
   ]
}%

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 14, 2023
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Dec 14, 2023
Copy link

Code Coverage Diff

This PR does not change the code coverage

@AndrewSirenko
Copy link
Contributor Author

/retest

Copy link
Member

@torredil torredil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 15, 2023
@AndrewSirenko
Copy link
Contributor Author

/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: AndrewSirenko

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 15, 2023
@k8s-ci-robot k8s-ci-robot merged commit 277d76f into master Dec 15, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants