Skip to content

Commit 312c8d1

Browse files
authored
chore: prepare release (#137)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it update release notes #### Which issue(s) this PR fixes <!-- Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. -->
1 parent c48f4cf commit 312c8d1

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

docs/release_notes/v0.10.0.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Release 0.10.0
2+
3+
- chore: upgrade ocm version (#135)
4+
- chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 in the go\_modules group (#129)
5+
- chore(deps): bump the go group across 1 directory with 7 updates (#128)
6+
- chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 in the go\_modules group (#126)
7+
- chore(deps): bump the go group with 3 updates (#125)
8+
- chore: remove gosec from codeql and move templates (#123)
9+
- chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 in the go\_modules group (#124)
10+
- chore(deps): bump the go group with 3 updates (#122)
11+
- chore(deps): bump the go group with 12 updates (#121)
12+
- chore: Gosec - enable security linting (#112)
13+
- chore(deps): bump the go group across 1 directory with 8 updates (#118)
14+
- chore: add set milestone action (#119)
15+
- chore(deps): bump github.com/fluxcd/cli-utils from 0.36.0-flux.9 to 0.36.0-flux.12 (#117)
16+
- chore(deps): bump golang.org/x/net from 0.29.0 to 0.33.0 in the go\_modules group (#115)
17+
- chore: add set milestone action (#113)
18+
- chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 in the go\_modules group (#104)
19+
- chore(deps): bump the go group across 1 directory with 23 updates (#103)
20+
- chore(deps): bump github.com/fluxcd/cli-utils from 0.36.0-flux.7 to 0.36.0-flux.9 (#101)
21+
- chore(deps): bump the go\_modules group with 2 updates (#100)
22+
- chore(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 in the go\_modules group (#95)
23+
- chore(deps): bump the go\_modules group across 1 directory with 3 updates (#91)
24+
- chore: inherit from .github labels (#98)

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/open-component-model/ocm-e2e-framework
22

33
go 1.23.5
44

5-
toolchain go1.24.1
6-
75
replace github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.1-0.20220411205349-bde1400a84be
86

97
// OCM dependent re-writes

0 commit comments

Comments
 (0)