1
0
mirror of https://github.com/nginxinc/nginx-prometheus-exporter.git synced 2025-07-02 08:02:23 +03:00
Commit Graph

25 Commits

Author SHA1 Message Date
eee9e60e84 Bump golang from 1.21 to 1.22 in /build (#631)
Bumps golang from 1.21 to 1.22.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-13 18:42:07 +00:00
ce1b749b6f Bump Go to 1.21.3 (#527) 2023-10-18 03:53:34 -07:00
7759aecd9e Bump golang from 1.20 to 1.21 in /build (#469)
Bumps golang from 1.20 to 1.21.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-14 17:04:12 -07:00
087f650c0e Add SBOMs for Docker images (#355) 2023-02-24 10:04:02 -08:00
2bd4a307a1 Update Dockerfile Go version from 1.19 to 1.20 (#358)
https://go.dev/blog/go1.20

Signed-off-by: Kevin Kirsche <kev.kirsche@gmail.com>
2023-02-06 09:37:20 -08:00
3b6b1a8781 Bump golang from 1.18 to 1.19 in /build (#285)
* Bump golang from 1.18 to 1.19.0 in /build

Bumps golang from 1.18 to 1.19.0.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Dockerfile

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luca Comellini <luca.com@gmail.com>
2022-08-08 21:33:35 +00:00
5481906915 Read Go build info from the binary (#276) 2022-07-12 09:29:03 -07:00
db19bf3fbd Bump golang from 1.17 to 1.18 in /build (#248)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luca Comellini <luca.com@gmail.com>
2022-03-16 21:56:34 +00:00
8f4870eb70 Use linked copies in Dockerfile (#246) 2022-03-14 10:21:16 -07:00
2104809815 Add more labels to Docker image (#222) 2021-10-06 17:44:52 -07:00
dfebae82d9 Update Go version to 1.17 (#211) 2021-08-19 12:46:57 +01:00
493f3281f2 Remove setting GO111MODULE=on 2021-05-06 09:46:44 +09:00
872bc5107f Retire vendoring (#173) 2021-04-08 09:59:46 +01:00
700c5d50b3 Add date to binary when building locally (#169) 2021-03-22 18:28:46 +00:00
c2c186320e Use scratch to support building for more archs (#167)
Support mips64le and 386
2021-03-22 16:57:32 +00:00
85f013da6f Add support for more platforms, push to Docker Hub (#164)
- Build binaries for more versions of arm, 386, ppc64le, mips64le and s390x
- Build docker images for ARM and ppc64 (other platforms are not supported by distroless docker image) and push them to Docker Hub
2021-03-19 09:48:45 -07:00
e31ef71bf3 Use static-debian10:nonroot instead of static:latest (#131)
Otherwise you will get the following error message:
```
docker pull gcr.io/distroless/static:latest
latest: Pulling from distroless/static
no matching manifest for linux/arm/v7 in the manifest list entries
```
2021-03-19 08:21:18 -07:00
2a4758e70d Add GoReleaser and fix missing vars in CI workflow (#163) 2021-03-18 16:50:08 -07:00
29b5b41d35 Update Go version to 1.16 (#160) 2021-03-15 09:38:44 +00:00
8fb106ad67 Update Go version to 1.15 2020-08-14 12:33:38 +01:00
e52349f649 Move to non-root container 2020-06-16 13:30:57 -07:00
d2d01f025f Migrate to GitHub Actions (#100)
* Add actions workflow

* Update secrets for Docker push
2020-05-19 13:55:08 +01:00
dcb5070dec Update Go version to 1.14 2020-04-23 19:38:20 -07:00
39585bd443 Release 0.6.0 2020-02-19 18:00:07 +00:00
1f833f91ea Prometheus exporter ci (#84)
* Add CI for prometheus-exporter
2020-02-18 11:54:32 +00:00