Skip to content

fix: Add missing X-Meta-User-Team-Name header and manifest types option#16113

Merged
kodiakhq[bot] merged 2 commits into
cloudquery:mainfrom
erezrokah:fix/docker_publishing
Jan 8, 2024
Merged

fix: Add missing X-Meta-User-Team-Name header and manifest types option#16113
kodiakhq[bot] merged 2 commits into
cloudquery:mainfrom
erezrokah:fix/docker_publishing

Conversation

@erezrokah
Copy link
Copy Markdown
Member

Summary

A few fixes that allow for docker multi platform image publishing to work:

  1. Add missing X-Meta-User-Team-Name
  2. RegisterManifestSchema(schema2.MediaTypeManifest) is not needed apparently
  3. Pass correct media types when getting the manifest of images

@erezrokah erezrokah requested a review from yevgenypats as a code owner January 6, 2024 21:47
@cq-bot cq-bot added the area/cli label Jan 6, 2024
@erezrokah erezrokah added the automerge Automatically merge once required checks pass label Jan 6, 2024
@kodiakhq kodiakhq Bot merged commit 9d8899e into cloudquery:main Jan 8, 2024
kodiakhq Bot pushed a commit that referenced this pull request Jan 12, 2024
🤖 I have created a release *beep* *boop*
---


## [5.0.0](cli-v4.4.0...cli-v5.0.0) (2024-01-12)


### ⚠ BREAKING CHANGES

* Remove deprecated top level spec options (#15999). The following deprecated spec options were removed:
    * source plugin top level spec:
      * `concurrency`
      * `table_concurrency`
      * `resource_concurrency`
      * `backend`
      * `backend_spec`
    * destination plugin top level spec:
      * `batch_size`
      * `batch_size_bytes`
      
    **For most users this shouldn't be a breaking change**. We've deprecated these options a while ago and some were moved to the plugin level spec. If you were using the deprecated options on a CLI version lower than `v5.0.0` you should have gotten a warning about it.

### Features

* Add JSON schema for CLI specs ([#15998](#15998)) ([da02049](da02049))
* Remove deprecated spec options (#15999) ([9e25f4a](9e25f4a))
* Upload images from markdown files to CDN when publishing ([#16033](#16033)) ([cf7cdb1](cf7cdb1))


### Bug Fixes

* Add `X-Meta-User-Team-Name` during docker push ([#16013](#16013)) ([129b7c2](129b7c2))
* Add missing `X-Meta-User-Team-Name` header and manifest types option ([#16113](#16113)) ([9d8899e](9d8899e))
* **deps:** Update github.com/apache/arrow/go/v15 digest to 6d44906 ([#16115](#16115)) ([8b0ae62](8b0ae62))
* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.6.4 ([#16067](#16067)) ([2e7b7d6](2e7b7d6))
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.16.2 ([#15948](#15948)) ([2def2ef](2def2ef))
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.16.3 ([#16002](#16002)) ([e2d5605](e2d5605))
* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.16.4 ([#16126](#16126)) ([6a776ae](6a776ae))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.25.0 ([#15932](#15932)) ([2292b5a](2292b5a))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.25.1 ([#16069](#16069)) ([edda65c](edda65c))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/cli automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants