Skip to content

Commit

Permalink
Merge branch 'main' into Fix-Prevent-mounting-secrets-to-collector-wh…
Browse files Browse the repository at this point in the history
…en-TA-is-not-deployed-and-mTLS-feature-gate-is-enabled
  • Loading branch information
ItielOlenick authored Jan 5, 2025
2 parents eba803c + 01abcc3 commit e86166a
Show file tree
Hide file tree
Showing 108 changed files with 3,064 additions and 787 deletions.
16 changes: 0 additions & 16 deletions .chloggen/3427.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/3429.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/3432.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .chloggen/3446.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .chloggen/add_fallback_strategy_for_per_node_strategy.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .chloggen/auto_instr_node_up.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/chore_change-kube-rbac-proxy-image-registry.yaml

This file was deleted.

10 changes: 5 additions & 5 deletions .../bump-base-instrumentation-mem-limit.yaml → .chloggen/operator32.yaml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: bug_fix
change_type: 'enhancement'

# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action)
component: auto-instrumentation
# The name of the component, or a single word describing the area of concern, (e.g. operator, target allocator, github action)
component: operator

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Bump base memory requirements for python and go
note: Support for Kubernetes `1.32` version.

# One or more tracking issues related to the change
issues: [3479]
issues: [ ]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "~1.22.4"
go-version: "~1.23.4"

- name: Ensure no changes to the CHANGELOG
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-go@v5
id: setup-go
with:
go-version: "~1.22.4"
go-version: "~1.23.4"

- name: Cache tools
uses: actions/cache@v4
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "~1.22.4"
go-version: "~1.23.4"

- name: Cache tools
uses: actions/cache@v4
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "~1.22.4"
go-version: "~1.23.4"

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# should be compatible with them.
kube-version:
- "1.23"
- "1.31"
- "1.32"
group:
- e2e
- e2e-automatic-rbac
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/setup-go@v5
id: setup-go
with:
go-version: "~1.22.4"
go-version: "~1.23.4"
- name: Cache tools
uses: actions/cache@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-autoinstrumentation-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-java
tags: |
type=match,pattern=v(.*),group=1,value=v${{ env.VERSION }}
type=semver,pattern={{major}},value=v${{ env.VERSION }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "~1.22.4"
go-version: "~1.23.4"

- name: "generate release resources"
run: make release-artifacts IMG_PREFIX="ghcr.io/open-telemetry/opentelemetry-operator" VERSION=${DESIRED_VERSION}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
matrix:
kube-version:
- "1.23"
- "1.31"
- "1.32"

steps:

- name: Set up Go
uses: actions/setup-go@v5
id: setup-go
with:
go-version: "~1.22.4"
go-version: "~1.23.4"

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
concurrency: 4
concurrency: 3
timeout: 5m
issues-exit-code: 1
tests: true
Expand Down
Loading

0 comments on commit e86166a

Please sign in to comment.