Skip to content

Commit

Permalink
Update agent to version 0.35.26 (#964)
Browse files Browse the repository at this point in the history
The agent update and changesets are updated automatically.

[skip review]
  • Loading branch information
AppSignalReleaseBot authored Sep 30, 2024
1 parent 710e995 commit f3d201c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 16 deletions.
11 changes: 11 additions & 0 deletions .changesets/change-primary-download-mirror.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
bump: patch
type: change
integrations:
- elixir
- nodejs
- python
- ruby
---

Change the primary download mirror for integrations.
32 changes: 16 additions & 16 deletions agent.exs
Original file line number Diff line number Diff line change
@@ -1,70 +1,70 @@
# DO NOT EDIT
# This is a generated file by the `rake ship` family of tasks in the
# This is a generated file by the `rake publish` family of tasks in the
# appsignal-agent repository.
# Modifications to this file will be overwritten with the next agent release.

defmodule Appsignal.Agent do
def version, do: "0.35.11"
def version, do: "0.35.26"

def mirrors do
[
"https://appsignal-agent-releases.global.ssl.fastly.net",
"https://d135dj0rjqvssy.cloudfront.net",
"https://appsignal-agent-releases.global.ssl.fastly.net",
]
end

def triples do
%{
"x86_64-darwin" => %{
checksum: "a897f48c0e821fc25eb3e3565ba6d88c6830fcd1e9d68f2d363d3a6aea09a5f8",
checksum: "e0b0674dad04528f14048a0941fdacf9cbdb317627116c9b4dd7b786e572caa3",
filename: "appsignal-x86_64-darwin-all-static.tar.gz"
},
"universal-darwin" => %{
checksum: "a897f48c0e821fc25eb3e3565ba6d88c6830fcd1e9d68f2d363d3a6aea09a5f8",
checksum: "e0b0674dad04528f14048a0941fdacf9cbdb317627116c9b4dd7b786e572caa3",
filename: "appsignal-x86_64-darwin-all-static.tar.gz"
},
"aarch64-darwin" => %{
checksum: "ad35cfdb2932c62675c9fa3b7abdd669fdf314133eeb620f4332793ac94d9c54",
checksum: "377d6eac5dc10de28275ec88a368f1c5da61438afa41f0767803d6c3a9399717",
filename: "appsignal-aarch64-darwin-all-static.tar.gz"
},
"arm64-darwin" => %{
checksum: "ad35cfdb2932c62675c9fa3b7abdd669fdf314133eeb620f4332793ac94d9c54",
checksum: "377d6eac5dc10de28275ec88a368f1c5da61438afa41f0767803d6c3a9399717",
filename: "appsignal-aarch64-darwin-all-static.tar.gz"
},
"arm-darwin" => %{
checksum: "ad35cfdb2932c62675c9fa3b7abdd669fdf314133eeb620f4332793ac94d9c54",
checksum: "377d6eac5dc10de28275ec88a368f1c5da61438afa41f0767803d6c3a9399717",
filename: "appsignal-aarch64-darwin-all-static.tar.gz"
},
"aarch64-linux" => %{
checksum: "32b74d621f202da2eef162f82c4ea4263d8a195b314496207160a997c433bbba",
checksum: "67f927b89d9ef65f063c487bcd5bef832051a547d0b0f911589b4f90554c3185",
filename: "appsignal-aarch64-linux-all-static.tar.gz"
},
"i686-linux" => %{
checksum: "7ee9b4f5cbdab32d9d14150c924e1f536c86e71f5b4c765cbb84bcd00cd12c3c",
checksum: "aee4d5a74c0d5a39bf7047b2fb0c1ab0af4151bdf20b23c7095b024d8f34d6eb",
filename: "appsignal-i686-linux-all-static.tar.gz"
},
"x86-linux" => %{
checksum: "7ee9b4f5cbdab32d9d14150c924e1f536c86e71f5b4c765cbb84bcd00cd12c3c",
checksum: "aee4d5a74c0d5a39bf7047b2fb0c1ab0af4151bdf20b23c7095b024d8f34d6eb",
filename: "appsignal-i686-linux-all-static.tar.gz"
},
"x86_64-linux" => %{
checksum: "9cc4ef840c0ea65dda40eb5693fe3dd07f76f87d44a281c0a633da27f125bd12",
checksum: "595eef52453a179a6c5fde2a5d7206a85e07970a2dbceb631a19af20e05b46db",
filename: "appsignal-x86_64-linux-all-static.tar.gz"
},
"x86_64-linux-musl" => %{
checksum: "23b6962812a12c694d8b0ca02cd132b4759de821ea33f8db1cce62a6ddcfd40a",
checksum: "5992db83dc784e4aaec4cc4d4ebbd62a9d68ae7197697c34f3d4d820233c3238",
filename: "appsignal-x86_64-linux-musl-all-static.tar.gz"
},
"aarch64-linux-musl" => %{
checksum: "ca30a855b4a04702872fd8b5e78d39f2e787eb34e4f75dd1e123db70a38a367f",
checksum: "f5d35cea12db1d473757d5fbed9c66e2018b6eaf35e0c96b2787f67e08ceae13",
filename: "appsignal-aarch64-linux-musl-all-static.tar.gz"
},
"x86_64-freebsd" => %{
checksum: "f2729157b59cbe8854c4b0cd82d7c2b060b0691a2cba9991f69c60504db9e3dd",
checksum: "6a696cde1d84fbc56e152d560100bd941276e7b1ddda38de81bc3e985780366a",
filename: "appsignal-x86_64-freebsd-all-static.tar.gz"
},
"amd64-freebsd" => %{
checksum: "f2729157b59cbe8854c4b0cd82d7c2b060b0691a2cba9991f69c60504db9e3dd",
checksum: "6a696cde1d84fbc56e152d560100bd941276e7b1ddda38de81bc3e985780366a",
filename: "appsignal-x86_64-freebsd-all-static.tar.gz"
},
}
Expand Down

0 comments on commit f3d201c

Please sign in to comment.