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: removing untemplated labels #82

Merged
merged 1 commit into from
Nov 3, 2023
Merged

Conversation

deantchi
Copy link
Contributor

@deantchi deantchi commented Nov 3, 2023

Description

  • removing untemplated labels for now. the {{user_id}} label is not critical in the configmaps as they are all the same for every devnet deployment

the devnet-api not accounting for and replacing the '{[user_id}}' in the configmaps will break deployments. '{{user_id}}' will be treated as literal which is violates constraints. see here

Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #82 (add1891) into develop (6399c19) will not change coverage.
Report is 1 commits behind head on develop.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop      #82   +/-   ##
========================================
  Coverage    80.77%   80.77%           
========================================
  Files           13       13           
  Lines         1233     1233           
========================================
  Hits           996      996           
  Misses         237      237           

@CharlieC3
Copy link
Member

@deantchi This doesn't seem to explain why this change is being made?

@deantchi
Copy link
Contributor Author

deantchi commented Nov 3, 2023

@deantchi This doesn't seem to explain why this change is being made?

original description updated with reason for change.

Copy link
Member

@CharlieC3 CharlieC3 left a comment

Choose a reason for hiding this comment

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

For the interest of unblocking you I'm happy to approve, but this is a bug that should be addressed in an issue. @deantchi would you mind creating that?

@deantchi You could try your hand at a code fix, using the functions which deploy devnet workloads as a reference since they do use the user_id var. Otherwise Ludo could possibly help here.

@deantchi
Copy link
Contributor Author

deantchi commented Nov 3, 2023

For the interest of unblocking you I'm happy to approve, but this is a bug that should be addressed in an issue. @deantchi would you mind creating that?

@deantchi You could try your hand at a code fix, using the functions which deploy devnet workloads as a reference since they do use the user_id var. Otherwise Ludo could possibly help here.

challenge accepted!

@deantchi deantchi merged commit e92dcb5 into develop Nov 3, 2023
9 of 10 checks passed
@deantchi deantchi deleted the rm_untemplated_label branch November 3, 2023 20:30
blockstack-devops pushed a commit that referenced this pull request Mar 25, 2024
## [1.1.0](v1.0.0...v1.1.0) (2024-03-25)

### Features

* allow config path to be configured via env var ([#67](#67)) ([483fb8b](483fb8b))
* allow configuring k8s context with env var ([#71](#71)) ([f7e6bc3](f7e6bc3))
* check auth header before allowing access ([#47](#47)) ([6dcb36d](6dcb36d))
* remove pods; implement deployments/stateful sets ([#75](#75)) ([6399c19](6399c19))
* status page at `GET /` and `GET /api/v1/status` routes ([#68](#68)) ([d4c2290](d4c2290))
* upgrade clarinet to v2.4.0; enable `use_nakamoto` field to configure stacks chain for nakamoto ([#89](#89)) ([521acd1](521acd1))
* upgrade to using clarinet crate to parse config  ([#46](#46)) ([d57d3a1](d57d3a1))

### Bug Fixes

* add ACCESS_CONTROL_ALLOW_HEADERS to response header ([#52](#52)) ([225d2c9](225d2c9))
* add subPath for postgres volume mount ([#73](#73)) ([7812741](7812741))
* api container spelling fix ([7b52f93](7b52f93))
* don't require auth on OPTIONS requests; configure user-id prefix to make namespace ([#51](#51)) ([9fe7972](9fe7972))
* reduce permissions for cluster role ([#54](#54)) ([2ea50ea](2ea50ea))
* removing untemplated labels ([#82](#82)) ([e92dcb5](e92dcb5))
* set img pull policy for stacks blockchain api ([0b959c2](0b959c2))
* template ([#85](#85)) ([4399177](4399177))
@blockstack-devops
Copy link

🎉 This PR is included in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants