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

fix(deploy): manifests have wrong namespace "default" #476

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

apricote
Copy link
Member

The command to generate the manifests was missing a namespace. This caused the manifests to have resources in namespace "default" which is not intended and a breaking change.

Fixes #475

The command to generate the manifests was missing a namespace. This
caused the manifests to have resources in namespace "default" which is
not intended and a breaking change.
@apricote apricote added the bug Something isn't working label Jul 19, 2023
@apricote apricote self-assigned this Jul 19, 2023
@apricote apricote requested a review from a team as a code owner July 19, 2023 09:37
@apricote apricote merged commit d800781 into main Jul 19, 2023
@apricote apricote deleted the fix-manifest-generation branch July 19, 2023 09:59
apricote pushed a commit that referenced this pull request Jul 19, 2023
🤖 I have created a release *beep* *boop*
---


##
[1.17.1](v1.17.0...v1.17.1)
(2023-07-19)


### Bug Fixes

* **deploy:** make last resource name configurable
([#477](#477))
([79ee405](79ee405))
* **deploy:** manifests have wrong namespace "default"
([#476](#476))
([d800781](d800781)),
closes
[#475](#475)

---
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
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: Manifests for 1.17.0 have wrong namespace
2 participants