Skip to content

Add Alpine 3.22 Support #1150

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 3, 2025
Merged

Add Alpine 3.22 Support #1150

merged 7 commits into from
Jul 3, 2025

Conversation

aphralG
Copy link
Contributor

@aphralG aphralG commented Jun 30, 2025

Proposed changes

Added support for Alpine 3.22 and removed support for SUSE Linux Enterprise Server 12
Add back in Ubuntu Integration tests

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING document
  • I have run make install-tools and have attached any dependency changes to this pull request
  • If applicable, I have added tests that prove my fix is effective or that my feature works
  • If applicable, I have checked that any relevant tests pass after adding my changes
  • If applicable, I have updated any relevant documentation (README.md)
  • If applicable, I have tested my cross-platform changes on Ubuntu 22, Redhat 8, SUSE 15 and FreeBSD 13

@aphralG aphralG self-assigned this Jun 30, 2025
@aphralG aphralG requested a review from a team as a code owner June 30, 2025 11:23
@dhurley dhurley added v3.x Issues and Pull Requests related to the major version v3 chore Pull requests for routine tasks and removed dependencies labels Jun 30, 2025
Makefile Outdated
@@ -22,9 +22,9 @@ GOBIN ?= $$(go env GOPATH)/bin
# | redhatenterprise | 8, 9 | |
# | rockylinux | 8, 9 | |
# | almalinux | 8, 9 | |
# | alpine | 3.17, 3.18, 3.19, 3.20, 3.21 | |
# | alpine | 3.18, 3.19, 3.20, 3.21 | |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to add 3.22 here?

Makefile Outdated
@@ -43,8 +43,8 @@ PROTO_DIR := proto
BINARY_NAME := nginx-agent
PROJECT_DIR = cmd/agent
PROJECT_FILE = main.go
COLLECTOR_PATH ?= /etc/nginx-agent/opentelemetry-collector-agent.yaml
MANIFEST_DIR ?= /var/lib/nginx-agent
COLLECTOR_PATH ?= /opt/homebrew/etc/nginx-agent/opentelemetry-collector-agent.yaml
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you undo these changes?

@aphralG aphralG merged commit 2b6a9f2 into main Jul 3, 2025
136 of 144 checks passed
@aphralG aphralG deleted the update-supported-os branch July 3, 2025 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks dependencies v3.x Issues and Pull Requests related to the major version v3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants