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

Upstream update latest #5

Merged
merged 33 commits into from
Feb 20, 2023
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
b337367
Fixes #696, Downgrades OTP (#698)
joshleecreates Jan 18, 2023
17c9ade
Use different base images for frauddetectionservice (#691)
svrnm Jan 18, 2023
1564dda
fix(paymentservice): respect temporality env var (#693)
pichlermarc Jan 19, 2023
122b104
Add healthcheck to featureflagservice (#661)
cedricziel Jan 19, 2023
267ca32
bot is broken (#699)
cartersocha Jan 19, 2023
ed91f45
Fix link to the docs (#701)
julianocosta89 Jan 20, 2023
a77c842
reduce quoteservice spans (#702)
brettmc Jan 20, 2023
b04d234
fixing container name nit - quote service (#706)
cartersocha Jan 21, 2023
dade436
[recommendationservice] - base image, licensing and diagram update (#…
julianocosta89 Jan 22, 2023
842a11a
update service metric requirement table (#707)
cartersocha Jan 23, 2023
c1591d3
Update emailservice Dockerfile to use alpine and multistage build (#703)
svrnm Jan 24, 2023
10ca683
Update dockerfile for adservice to use different base images (#705)
svrnm Jan 24, 2023
75ebc1b
Enable exemplar export/display support (#704)
jlawrienyt Jan 24, 2023
dc5cf89
update contributing guide (#711)
austinlparker Jan 24, 2023
5a08e61
Add random errors in AdService (#694)
jack-berg Jan 26, 2023
f5c59ea
feature(frontend): adding instrumentation metrics (#632)
xoscar Jan 31, 2023
82f6816
Update CONTRIBUTING.md (#720)
austinlparker Jan 31, 2023
d23431f
fix metrics import (#721)
puckpuck Jan 31, 2023
8e3f175
Update .env (#722)
austinlparker Jan 31, 2023
c378f52
Updated demo link for Sumo Logic (#718)
pbrzoska-sumo Jan 31, 2023
ea64998
Add build for arm64 arch (#657)
cedricziel Jan 31, 2023
e5fcc20
[chore] - fix image version (#726)
puckpuck Feb 1, 2023
1a65164
Adds caveats to current exemplar support in the demo architecture (#725)
jlawrienyt Feb 1, 2023
4b8bb45
Add Sentry (sentry.io) demo to README (#724)
AbhiPrasad Feb 1, 2023
06aa374
Drop docs folder and adjust links (#730)
chalin Feb 6, 2023
6af2bdc
add reflection for grpcurl (#735)
JaredTan95 Feb 8, 2023
55912a2
Add cross-compilation for shipping service (#715)
svrnm Feb 9, 2023
db4cfd3
Ensure all http.server.duration metrics have the same description (#738)
jlawrienyt Feb 9, 2023
1095ef9
Add OTel logo to README (#744)
chalin Feb 11, 2023
8a28923
rename proto package from hipstershop to oteldemo (#740)
codeboten Feb 11, 2023
a0cd6c9
prometheus: honor_labels to have the right job and instance (#743)
gouthamve Feb 13, 2023
83d0cf2
Nit fix contributing guide (#747)
cijothomas Feb 18, 2023
db615b2
Merge remote-tracking branch 'upstream/main'
mat-rumian Feb 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update contributing guide (open-telemetry#711)
* update contributing guide

* fix lint

Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
  • Loading branch information
austinlparker and cartersocha committed Jan 24, 2023
commit dc5cf894b34760451f99107020a957ef2b74ce16
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,15 @@ on each other), the owner should try to get people aligned by:
- If none of the above worked and the PR has been stuck for more than 2 weeks,
the owner should bring it to the OpenTelemetry Community Demo SIG
[meeting](README.md#contributing).

## Making a new release

Maintainers can create a new release when desired by following a few steps.

- Create a new Pull Request that updates the `IMAGE_VERSION` environment
variable in `.env` to the _new_ version number.
- [Draft a new
release](https://github.com/open-telemetry/opentelemetry-demo/releases/new),
creating a new tag in the format `x.x.x` based on main. Automatically generate
release notes. Prepend a summary of the major changes to the release notes.
- Click 'Publish Release'.