This PR contains the following updates: | Package | Update | Change | |---|---|---| | [iib0011/omni-tools](https://github.com/iib0011/omni-tools) | minor | `0.5.0` -> `0.6.0` | --- ### Release Notes <details> <summary>iib0011/omni-tools (iib0011/omni-tools)</summary> ### [`v0.6.0`](https://github.com/iib0011/omni-tools/releases/tag/v0.6.0) [Compare Source](https://github.com/iib0011/omni-tools/compare/v0.5.0...v0.6.0) ### Docker Images - `iib0011/omni-tools:latest` - `iib0011/omni-tools:0.6.0` ### What's New? #### String - Password Generator - URL Encode - URL Decode - Hidden Character Detector #### JSON - JSON Comparison #### Video - Merge Video #### Number - Random Port Generator - Random Number Generator #### Time - Convert Unix to Date #### Translations - English (en) - Spanish (es) - French (fr) - German (de) - Chinese (zh) - Japanese (ja) - Hindi (hi) - Dutch (nl) - Portuguese (pt) - Russian (ru) #### Bookmarking - Click ⭐ icon to bookmark favorite tools - Quick access to saved tools - Persistent across sessions #### Filtering - General User - Everyday tools for non-technical users - Developer - Technical and development tools </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTYuNiIsInVwZGF0ZWRJblZlciI6IjQxLjExNi42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==--> Reviewed-on: #1675 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
		
			
				
	
	
		
			26 lines
		
	
	
		
			519 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			519 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
omni-tools:
 | 
						|
  controllers:
 | 
						|
    main:
 | 
						|
      type: deployment
 | 
						|
      replicas: 1
 | 
						|
      strategy: Recreate
 | 
						|
      revisionHistoryLimit: 3
 | 
						|
      containers:
 | 
						|
        main:
 | 
						|
          image:
 | 
						|
            repository: iib0011/omni-tools
 | 
						|
            tag: 0.6.0
 | 
						|
            pullPolicy: IfNotPresent
 | 
						|
          resources:
 | 
						|
            requests:
 | 
						|
              cpu: 50m
 | 
						|
              memory: 512Mi
 | 
						|
  service:
 | 
						|
    main:
 | 
						|
      controller: main
 | 
						|
      ports:
 | 
						|
        http:
 | 
						|
          port: 80
 | 
						|
          targetPort: 80
 | 
						|
          protocol: HTTP
 |