Skip to content

Commit

Permalink
Revert "Revert "add the next future APT key following 2024 gpg key ro…
Browse files Browse the repository at this point in the history
…tation""

This reverts commit d1364ed.
  • Loading branch information
Pythyu committed Jun 20, 2024
1 parent c758f57 commit f4ba54b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/datadog-agent/source/install_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ fi
# DATADOG_APT_KEY_382E94DE.public expires in 2022
# DATADOG_APT_KEY_F14F620E.public expires in 2032
# DATADOG_APT_KEY_C0962C7D.public expires in 2028
APT_GPG_KEYS=("DATADOG_APT_KEY_CURRENT.public" "DATADOG_APT_KEY_C0962C7D.public" "DATADOG_APT_KEY_F14F620E.public" "DATADOG_APT_KEY_382E94DE.public")
# DATADOG_APT_KEY_06462314.public expires in 2033
APT_GPG_KEYS=("DATADOG_APT_KEY_CURRENT.public" "DATADOG_APT_KEY_06462314.public" "DATADOG_APT_KEY_C0962C7D.public" "DATADOG_APT_KEY_F14F620E.public" "DATADOG_APT_KEY_382E94DE.public" "")

# OS/Distro Detection
# Try lsb_release, fallback with /etc/issue then uname command
Expand Down

0 comments on commit f4ba54b

Please sign in to comment.