Skip to content

Commit 9a8a2d0

Browse files
2.0.4 release (#342)
* 2.0.4 release Signed-off-by: Anders Swanson <[email protected]>
1 parent 6a4fb4f commit 9a8a2d0

File tree

155 files changed

+2848
-228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+2848
-228
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENV PATH=$PATH:/usr/local/go/bin
1717

1818
WORKDIR /go/src/oracledb_exporter
1919
COPY . .
20-
RUN go get -d -v
20+
RUN go mod download
2121

2222
ARG VERSION
2323
ENV VERSION=${VERSION:-1.0.0}

Makefile

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ OS_TYPE ?= $(shell uname -s | tr '[:upper:]' '[:lower:]')
33
ARCH_TYPE ?= $(subst x86_64,amd64,$(patsubst i%86,386,$(ARCH)))
44
GOOS ?= $(shell go env GOOS)
55
GOARCH ?= $(shell go env GOARCH)
6-
VERSION ?= 2.0.3
6+
VERSION ?= 2.0.4
77
LDFLAGS := -X main.Version=$(VERSION)
88
GOFLAGS := -ldflags "$(LDFLAGS) -s -w"
99
BUILD_ARGS = --build-arg VERSION=$(VERSION)
@@ -91,4 +91,13 @@ docker-arm:
9191
push-oraclelinux-image:
9292
docker push $(IMAGE_ID)
9393

94-
.PHONY: version build deps go-test clean docker
94+
podman-build:
95+
podman manifest create $(IMAGE_ID)
96+
podman build --platform linux/amd64,linux/arm64 --manifest $(IMAGE_ID)
97+
98+
podman-push:
99+
podman manifest push $(IMAGE_ID)
100+
101+
podman-release: podman-build podman-push
102+
103+
.PHONY: version build deps go-test clean docker podman-build podman-push podman-release

docker-compose/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ services:
5959
start_period: 30s
6060

6161
exporter:
62-
image: container-registry.oracle.com/database/observability-exporter:2.0.3
62+
image: container-registry.oracle.com/database/observability-exporter:2.0.4
6363
container_name: exporter
6464
command:
6565
- '--config.file=/exporter/config.yaml'

docs/404.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

docs/assets/js/01070055.22cb792c.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)