Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: ./build.sh

- name: AppInspect
run: precious lint --command appinspect geoip-1.1.2.tar.gz
run: precious lint --command appinspect geoip-1.1.3.tar.gz
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.1.3 (unreleased)
## 1.1.3 (2026-06-30)

* Add a scripted-input variant (`[script://...]`) of the database updater
as a wrapper (`geoipupdate_script.py`) around the existing
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu -o pipefail

rm -rf output *.tar.gz
find geoip/package -type d -name "__pycache__" -prune -exec rm -rf {} +
uv run -- ucc-gen build --source geoip/package --ta-version 1.1.2
uv run -- ucc-gen build --source geoip/package --ta-version 1.1.3

# Clean up pip-installed files that AppInspect doesn't like
# - .hash directories from aiohttp (Cython build artifacts)
Expand Down
2 changes: 1 addition & 1 deletion geoip/globalConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"meta": {
"name": "geoip",
"restRoot": "geoip",
"version": "1.1.2",
"version": "1.1.3",
"displayName": "MaxMind GeoIP App",
"schemaVersion": "0.0.10",
"supportedThemes": [
Expand Down
2 changes: 1 addition & 1 deletion geoip/package/app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": {
"group": null,
"name": "geoip",
"version": "1.1.2"
"version": "1.1.3"
},
"author": [
{
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "maxmind-splunk-app"
version = "1.1.2"
version = "1.1.3"
description = "MaxMind database lookups in Splunk"
readme = "README.md"
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading