We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449a65a commit 762aba2Copy full SHA for 762aba2
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Elastic Distribution of OpenTelemetry Python Changelog
2
3
+## v0.3.0
4
+
5
+- Build Python 3.12 Docker image for OTel Kubernetes operator (#132, #136. #137)
6
+- Make the distro loading more robust against ImportError
7
+ Exception when loading instrumentations (#132)
8
+- Add some types in resource detectors (#133)
9
10
## v0.2.0
11
12
- Added some documentation (#110)
src/elasticotel/distro/version.py
@@ -14,4 +14,4 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
17
-__version__ = "0.2.0"
+__version__ = "0.3.0"
0 commit comments