Skip to content

Commit

Permalink
Merge pull request #4 from equinor/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 1.0.0
  • Loading branch information
Richard87 authored Oct 24, 2024
2 parents eb85e7d + ae0b14d commit dfd4cc7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "1.0.0"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [1.0.0](https://github.com/equinor/radix-ingress-default-backend/compare/v0.2.0...v1.0.0) (2024-10-24)


### ⚠ BREAKING CHANGES

* First release

### Features

* embed files to improve security, only serve html content ([eb85e7d](https://github.com/equinor/radix-ingress-default-backend/commit/eb85e7d5f21c35460f4c259ec4bb21ab34ee55b7))
* First release ([ccff4db](https://github.com/equinor/radix-ingress-default-backend/commit/ccff4db3732c189771f260d446a0f0d1c82bf4d0))
* Log all headers (except authorization) ([86805a7](https://github.com/equinor/radix-ingress-default-backend/commit/86805a7a391b06e69f9c8fa7c15d84719d89d4b5))


### Bug Fixes

* Cleanup main and use httptest.NewServer ([c7a0e51](https://github.com/equinor/radix-ingress-default-backend/commit/c7a0e512da2168df6c5e2c5aa972d92eb8232917))
* container port ([b614bea](https://github.com/equinor/radix-ingress-default-backend/commit/b614bea48494ae1762e741d3f5ccb5063d535136))
* default backend service should use port 80 ([0dffae2](https://github.com/equinor/radix-ingress-default-backend/commit/0dffae243f797c1d9c13453fb66d5ca860491973))
* dont log cookies ([7a54334](https://github.com/equinor/radix-ingress-default-backend/commit/7a5433452c029c58c6eac24a5cb87e0596fc568d))
* fix add default appName if missing ([0d397ef](https://github.com/equinor/radix-ingress-default-backend/commit/0d397efe4988140fd89dc2f9aeb3d467bd65ceae))
* mark removed authorization headers as removed ([9349640](https://github.com/equinor/radix-ingress-default-backend/commit/9349640fc67b217bcdb5cd1e16ed7115895e3de2))
* run tests on pr ([f69ceec](https://github.com/equinor/radix-ingress-default-backend/commit/f69ceecf753c8ec95a6e69fcb236479d72cc789d))
* use context logger for logging request logger ([7d6f7bf](https://github.com/equinor/radix-ingress-default-backend/commit/7d6f7bf93813b9971be88a304f35595def0b5db9))

## [0.2.0](https://github.com/equinor/radix-ingress-default-backend/compare/v0.1.0...v0.2.0) (2024-10-22)


Expand Down
4 changes: 2 additions & 2 deletions charts/radix-ingress-deafult-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: radix-ingress-deafult-backend
icon: https://radix.equinor.com/images/logos/logo.svg
description: Simple Prometheus Proxy to expose a simple metric
version: 0.2.0
appVersion: 0.2.0
version: 1.0.0
appVersion: 1.0.0
kubeVersion: '>=1.24.0'
keywords:
- radix
Expand Down

0 comments on commit dfd4cc7

Please sign in to comment.