Skip to content

Commit 108a213

Browse files
authored
Merge pull request #44 from ioaiaaii/chore/repo-maintanance
Chore/repo maintanance
2 parents c150bc3 + c78180d commit 108a213

9 files changed

+510
-209
lines changed

CHANGELOG.md

+142-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,133 @@
11
<a name="unreleased"></a>
22
## [Unreleased]
33

4+
5+
<a name="v1.1.9"></a>
6+
## [v1.1.9] - 2024-11-26
7+
### ♻️ Code Refactoring
8+
- **persistence:** minor naming
9+
- **transport:** tbd
10+
11+
### ✨ Features
12+
- **api:** enable otel
13+
- **api:** introduce config package
14+
- **deploy:** add rate limiting
15+
- **deploy:** support otel in env
16+
- **telemetry:** introduce otel instrumentation
17+
- **transport:** use otel-fiber middleware for instrumentation
18+
19+
### 🐛 Bug Fixes
20+
- **web:** mozila bug with w-full on img tag
21+
22+
### 👷 Continuous Integration
23+
- add local otel target
24+
- **otel:** add local otel config
25+
26+
### 🛠️ Chores
27+
- go mod tidy and vendor
28+
- **deploy:** bump chart appversion
29+
- **deploy:** chart update
30+
- **transport:** do not instrument health routes
31+
- **web:** minor styling improvmenets
32+
- **web:** introduce Metrics Instrumentation with OTEL
33+
- **web:** minor display improvements
34+
35+
### Pull Requests
36+
- Merge pull request [#43](https://github.com/ioaiaaii/ioaiaaii.net/issues/43) from ioaiaaii/feat/fontend-otel-instrumentation
37+
38+
39+
<a name="v1.1.8"></a>
40+
## [v1.1.8] - 2024-11-17
41+
### 🛠️ Chores
42+
- **deploy:** bump chart appversion
43+
- **iac:** upload webp images
44+
- **web:** migrate live to webp image
45+
- **web:** migrate to webp image
46+
- **web:** transparent home menu bar
47+
- **web:** apply default bg color
48+
- **web:** remove redundunt info
49+
- **web:** remove gh profile from contancts
50+
51+
### Pull Requests
52+
- Merge pull request [#42](https://github.com/ioaiaaii/ioaiaaii.net/issues/42) from ioaiaaii/chore/switch-to-webp-images
53+
54+
55+
<a name="v1.1.7"></a>
56+
## [v1.1.7] - 2024-11-15
57+
### 🐛 Bug Fixes
58+
- **website:** image path for dec-pdc
59+
60+
### 🛠️ Chores
61+
- **deploy:** bump chart appversion
62+
- **iac:** module update with new images
63+
64+
### Pull Requests
65+
- Merge pull request [#41](https://github.com/ioaiaaii/ioaiaaii.net/issues/41) from ioaiaaii/chore/images-improvements
66+
- Merge pull request [#40](https://github.com/ioaiaaii/ioaiaaii.net/issues/40) from ioaiaaii/chore/images-improvements
67+
- Merge pull request [#39](https://github.com/ioaiaaii/ioaiaaii.net/issues/39) from ioaiaaii/chore/images-improvements
68+
69+
70+
<a name="v1.1.6"></a>
71+
## [v1.1.6] - 2024-11-15
72+
### 🛠️ Chores
73+
- **deploy:** bump chart appversion
74+
- **website:** improvment mockups
75+
76+
### Pull Requests
77+
- Merge pull request [#38](https://github.com/ioaiaaii/ioaiaaii.net/issues/38) from ioaiaaii/chore/images-improvements
78+
79+
80+
<a name="v1.1.5"></a>
81+
## [v1.1.5] - 2024-11-13
82+
### 🐛 Bug Fixes
83+
- image min h
84+
85+
### 🛠️ Chores
86+
- **deploy:** bump chart appversion
87+
88+
### Pull Requests
89+
- Merge pull request [#37](https://github.com/ioaiaaii/ioaiaaii.net/issues/37) from ioaiaaii/fix/image-h
90+
91+
92+
<a name="v1.1.4"></a>
93+
## [v1.1.4] - 2024-11-13
94+
### ✨ Features
95+
- **web:** minor imrovements on images
96+
97+
### 🛠️ Chores
98+
- **deploy:** bump chart appversion
99+
- **iac:** images sync
100+
101+
### Pull Requests
102+
- Merge pull request [#36](https://github.com/ioaiaaii/ioaiaaii.net/issues/36) from ioaiaaii/feat/styling-improv
103+
104+
105+
<a name="v1.1.3"></a>
106+
## [v1.1.3] - 2024-11-12
107+
### ✨ Features
108+
- image rendering and styling improvements
109+
110+
### 🛠️ Chores
111+
- **deploy:** bump chart appversion
112+
- **iac:** image upload
113+
114+
### Pull Requests
115+
- Merge pull request [#35](https://github.com/ioaiaaii/ioaiaaii.net/issues/35) from ioaiaaii/feat/images-desing
116+
- Merge pull request [#34](https://github.com/ioaiaaii/ioaiaaii.net/issues/34) from ioaiaaii/master
117+
- Merge pull request [#33](https://github.com/ioaiaaii/ioaiaaii.net/issues/33) from ioaiaaii/feat/images-desing
118+
119+
120+
<a name="v1.1.2"></a>
121+
## [v1.1.2] - 2024-11-11
122+
### 🛠️ Chores
123+
- **deploy:** bump chart appversion
124+
125+
### Pull Requests
126+
- Merge pull request [#32](https://github.com/ioaiaaii/ioaiaaii.net/issues/32) from ioaiaaii/feat/improve-image-loading
127+
128+
129+
<a name="v1.1.1"></a>
130+
## [v1.1.1] - 2024-11-11
4131
### ♻️ Code Refactoring
5132
- move website data to website dir
6133

@@ -13,10 +140,15 @@
13140
- **data:** minor text correction
14141

15142
### 🛠️ Chores
143+
- **deploy:** bump appversion
16144
- **deploy:** bump chart version
17145
- **website:** migrate images from upstream
18146
- **website:** deprecate embed
19147

148+
### Pull Requests
149+
- Merge pull request [#31](https://github.com/ioaiaaii/ioaiaaii.net/issues/31) from ioaiaaii/chore/image-bump
150+
- Merge pull request [#30](https://github.com/ioaiaaii/ioaiaaii.net/issues/30) from ioaiaaii/feat/images_improvements
151+
20152

21153
<a name="v1.1.0"></a>
22154
## [v1.1.0] - 2024-11-09
@@ -155,5 +287,14 @@
155287
- Merge pull request [#8](https://github.com/ioaiaaii/ioaiaaii.net/issues/8) from ioaiaaii/chore/repo-operator
156288

157289

158-
[Unreleased]: https://github.com/ioaiaaii/ioaiaaii.net/compare/v1.1.0...HEAD
290+
[Unreleased]: https://github.com/ioaiaaii/ioaiaaii.net/compare/v1.1.9...HEAD
291+
[v1.1.9]: https://github.com/ioaiaaii/ioaiaaii.net/compare/v1.1.8...v1.1.9
292+
[v1.1.8]: https://github.com/ioaiaaii/ioaiaaii.net/compare/v1.1.7...v1.1.8
293+
[v1.1.7]: https://github.com/ioaiaaii/ioaiaaii.net/compare/v1.1.6...v1.1.7
294+
[v1.1.6]: https://github.com/ioaiaaii/ioaiaaii.net/compare/v1.1.5...v1.1.6
295+
[v1.1.5]: https://github.com/ioaiaaii/ioaiaaii.net/compare/v1.1.4...v1.1.5
296+
[v1.1.4]: https://github.com/ioaiaaii/ioaiaaii.net/compare/v1.1.3...v1.1.4
297+
[v1.1.3]: https://github.com/ioaiaaii/ioaiaaii.net/compare/v1.1.2...v1.1.3
298+
[v1.1.2]: https://github.com/ioaiaaii/ioaiaaii.net/compare/v1.1.1...v1.1.2
299+
[v1.1.1]: https://github.com/ioaiaaii/ioaiaaii.net/compare/v1.1.0...v1.1.1
159300
[v1.1.0]: https://github.com/ioaiaaii/ioaiaaii.net/compare/v1.0.0...v1.1.0

Makefile

+3-27
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ include ${OPERATOR_PATH}/makefiles/golang.mk
1414
include ${OPERATOR_PATH}/makefiles/package.mk
1515
include ${OPERATOR_PATH}/makefiles/security.mk
1616
include ${OPERATOR_PATH}/makefiles/helm.mk
17+
include ${OPERATOR_PATH}/makefiles/otel.mk
18+
include ${OPERATOR_PATH}/makefiles/changelog.mk
19+
1720

1821
# +++ Local configuration starts, hit `make help` to fetch all available targets
1922
WEBSITE_PATH=web
20-
# Path to your CI directory
21-
CONVENTIONAL_CHANGELOG = build/changelog
22-
2323

2424

2525
## local-dev, runs bff and backend locally in dev mode
@@ -67,27 +67,3 @@ local-docker-push:
6767
.PHONY: local-docker-run
6868
local-docker-run:
6969
make docker-run DOCKER_IMAGE=ioaiaaii
70-
71-
conventional-commit-lint:
72-
@docker run --rm -v $$PWD:/app --workdir /app commitlint/commitlint:19.4.1 --config $(CONVENTIONAL_CHANGELOG)/.commitlintrc.yml --from=origin/master --to HEAD --verbose
73-
74-
# Generate Conventional Changelog
75-
conventional-changelog: conventional-commit-lint
76-
@docker run -it -v "$$PWD":/workdir quay.io/git-chglog/git-chglog --config $(CONVENTIONAL_CHANGELOG)/config.yml -o CHANGELOG.md $(git describe --tags $(git rev-list --tags --max-count=1))
77-
78-
# Optional target: create a GitHub release with the changelog
79-
conventional-changelog-release:
80-
@docker run -v "$$PWD":/workdir quay.io/git-chglog/git-chglog --config $(CONVENTIONAL_CHANGELOG)/release-config.yml ${TAG}
81-
82-
83-
otel-dev:
84-
@echo "Starting OpenTelemetry Collector..."
85-
@docker run \
86-
-v $(PWD)/build/ci/.otel-collector-config.yaml:/etc/otelcol-contrib/config.yaml \
87-
-p 1888:1888 \
88-
-p 8888:8888 \
89-
-p 8889:8889 \
90-
-p 13133:13133 \
91-
-p 4317:4317 \
92-
-p 4318:4318 \
93-
otel/opentelemetry-collector-contrib

0 commit comments

Comments
 (0)