generated from rmcguire/go-server-with-otel
Compare commits
3
Commits
v0.1.1
..
059b89b5cd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
059b89b5cd | ||
|
|
87e53bd620 | ||
|
|
c481d3f032 |
@@ -19,6 +19,8 @@ FROM alpine:latest
|
|||||||
|
|
||||||
ARG APP_NAME=econet-exporter
|
ARG APP_NAME=econet-exporter
|
||||||
|
|
||||||
|
RUN apk add --no-cache ca-certificates
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
USER 100:101
|
USER 100:101
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,7 @@
|
|||||||
# Demo app TODO
|
# econet-exporter TODO
|
||||||
|
|
||||||
|
- [ ] Fix Docerfile for ca cert bundle (TLS error to API host)
|
||||||
|
- [ ] Add mutating proto RPCs (change mode, etc..)
|
||||||
|
- [ ] Add spans to things
|
||||||
|
|
||||||
|
|
||||||
- [x] Create generic interface for implenting a service
|
|
||||||
- [x] Create config sample not called demo, so it is more easily reused
|
|
||||||
- [x] Update README for tagging/versioning/pipeline info
|
|
||||||
- [x] Update README for detail on installing protoc tools and make
|
|
||||||
- [x] Rename project
|
|
||||||
- [x] Finish grpc sample implementation
|
|
||||||
- [x] Add Dockerfile
|
|
||||||
- [x] Add gitea CI
|
|
||||||
|
|||||||
+2
-2
@@ -15,13 +15,13 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.1.3
|
version: 0.1.4
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: "v0.1.0"
|
appVersion: "v0.1.2"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: hull
|
- name: hull
|
||||||
|
|||||||
Reference in New Issue
Block a user